diff options
author | zi <zi@FreeBSD.org> | 2012-04-30 05:54:21 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-04-30 05:54:21 +0800 |
commit | 635dfb2da7c25df0583835dd97979dcd3448084f (patch) | |
tree | 318bfee4a044698c3d060129d47c527becd8d89d /dns/c-ares | |
parent | 06c677cd5c275a960a0f609415bd530405193e9b (diff) | |
download | freebsd-ports-gnome-635dfb2da7c25df0583835dd97979dcd3448084f.tar.gz freebsd-ports-gnome-635dfb2da7c25df0583835dd97979dcd3448084f.tar.zst freebsd-ports-gnome-635dfb2da7c25df0583835dd97979dcd3448084f.zip |
- Update to 1.8.0
Diffstat (limited to 'dns/c-ares')
-rw-r--r-- | dns/c-ares/Makefile | 20 | ||||
-rw-r--r-- | dns/c-ares/distinfo | 4 | ||||
-rw-r--r-- | dns/c-ares/pkg-descr | 3 |
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/ |