summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-04-29 21:54:21 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-04-29 21:54:21 +0000
commit40ca4dd55f308243f28707f9060a898ec670872b (patch)
treea162d8b41d34ce70bfff2f634c1ebf2cfeb7730e /dns
parent- Update to 0.43 (diff)
- Update to 1.8.0
Notes
Notes: svn path=/head/; revision=295689
Diffstat (limited to 'dns')
-rw-r--r--dns/c-ares/Makefile20
-rw-r--r--dns/c-ares/distinfo4
-rw-r--r--dns/c-ares/pkg-descr3
3 files changed, 14 insertions, 13 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index 862f47075cd6..d026c0b5fe9d 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= c-ares
-PORTVERSION= 1.7.5
+PORTVERSION= 1.8.0
CATEGORIES= dns
MASTER_SITES= http://c-ares.haxx.se/download/ \
- http://obsd.isc.org/pub/OpenBSD/distfiles/
+ http://obsd.isc.org/pub/OpenBSD/distfiles/ \
+ http://mirrors.rit.edu/zi/
MAINTAINER= zi@FreeBSD.org
COMMENT= An asynchronous DNS resolver library
@@ -32,19 +33,19 @@ EXTRA_PATCHES+= ${FILESDIR}/ares-config-info.patch
PKGNAMESUFFIX= -config
.endif
.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debug
+CONFIGURE_ARGS+=--enable-debug
.else
-CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+=--disable-debug
.endif
.if defined(WITH_HIDE_SYMBOLS)
-CONFIGURE_ARGS+= --enable-symbol-hiding
+CONFIGURE_ARGS+=--enable-symbol-hiding
.else
-CONFIGURE_ARGS+= --disable-symbol-hiding
+CONFIGURE_ARGS+=--disable-symbol-hiding
.endif
.if defined(WITH_OPTIMIZED_CFLAGS)
-CONFIGURE_ARGS+= --enable-optimize
+CONFIGURE_ARGS+=--enable-optimize
.else
-CONFIGURE_ARGS+= --disable-optimize
+CONFIGURE_ARGS+=--disable-optimize
.endif
USE_LDCONFIG= yes
@@ -54,7 +55,7 @@ MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-shared --disable-werror
+CONFIGURE_ARGS+=--enable-shared --disable-werror
MAN3= ares_cancel.3 \
ares_destroy.3 ares_dup.3 \
@@ -80,6 +81,7 @@ MAN3= ares_cancel.3 \
ares_strerror.3 \
ares_timeout.3 \
ares_version.3 \
+ ares_parse_naptr_reply.3 \
ares_parse_ns_reply.3 \
ares_destroy_options.3 \
ares_save_options.3
diff --git a/dns/c-ares/distinfo b/dns/c-ares/distinfo
index 21c20e64185b..c01ef234c11c 100644
--- a/dns/c-ares/distinfo
+++ b/dns/c-ares/distinfo
@@ -1,2 +1,2 @@
-SHA256 (c-ares-1.7.5.tar.gz) = a6b6381e5a025ef942c76360989341ac5b0c82007e2979d40ded7d16396656a8
-SIZE (c-ares-1.7.5.tar.gz) = 746032
+SHA256 (c-ares-1.8.0.tar.gz) = f4d9b3721966043645f3b953b40c0185483d597f743cb834456d85fa501d8f62
+SIZE (c-ares-1.8.0.tar.gz) = 778926
diff --git a/dns/c-ares/pkg-descr b/dns/c-ares/pkg-descr
index ab5f21313046..69021e2d5c89 100644
--- a/dns/c-ares/pkg-descr
+++ b/dns/c-ares/pkg-descr
@@ -4,5 +4,4 @@ need to perform multiple DNS queries in parallel. The primary
examples of such applications are servers which communicate with
multiple clients and programs with graphical user interfaces.
-Author: Daniel Stenberg <daniel@haxx.se>, Greg Hudson <ghudson@mit.edu>
-WWW: http://c-ares.haxx.se/
+WWW: http://c-ares.haxx.se/