aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-02-25 14:59:11 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-02-25 14:59:11 +0000
commit2cada48d0a7d659dd5e364ae280493f2393d65c2 (patch)
treefca3cc43e48528a324705fdfdd2638c80bab4b14 /dns
parent92cddd7da700efc0f7b743cd3b7493726852c2d4 (diff)
downloadports-2cada48d0a7d659dd5e364ae280493f2393d65c2.tar.gz
ports-2cada48d0a7d659dd5e364ae280493f2393d65c2.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/c-ares/Makefile13
-rw-r--r--dns/c-ares/distinfo4
-rw-r--r--dns/c-ares/files/patch-configure16
3 files changed, 9 insertions, 24 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index d2db5fb650d0..862f47075cd6 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= c-ares
-PORTVERSION= 1.7.4
+PORTVERSION= 1.7.5
CATEGORIES= dns
-MASTER_SITES= http://c-ares.haxx.se/
+MASTER_SITES= http://c-ares.haxx.se/download/ \
+ http://obsd.isc.org/pub/OpenBSD/distfiles/
MAINTAINER= zi@FreeBSD.org
COMMENT= An asynchronous DNS resolver library
LICENSE= MIT
-OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \
- DEBUG "Build with debug information" OFF \
- HIDE_SYMBOLS "Hide internal library symbols" ON \
- OPTIMIZED_CFLAGS "Build with compiler optimizations" OFF
+OPTIONS= CONFIG_INFO "Add the ares_config_info patch" on \
+ DEBUG "Build with debug information" off \
+ HIDE_SYMBOLS "Hide internal library symbols" on \
+ OPTIMIZED_CFLAGS "Build with compiler optimizations" off
CONFLICTS= ares-1.*
diff --git a/dns/c-ares/distinfo b/dns/c-ares/distinfo
index adcea9e624e6..21c20e64185b 100644
--- a/dns/c-ares/distinfo
+++ b/dns/c-ares/distinfo
@@ -1,2 +1,2 @@
-SHA256 (c-ares-1.7.4.tar.gz) = 6b8a7c4ecd67240cca50a345bc955ffbe2d6d1f43982defc77a8e76031a6cb06
-SIZE (c-ares-1.7.4.tar.gz) = 639365
+SHA256 (c-ares-1.7.5.tar.gz) = a6b6381e5a025ef942c76360989341ac5b0c82007e2979d40ded7d16396656a8
+SIZE (c-ares-1.7.5.tar.gz) = 746032
diff --git a/dns/c-ares/files/patch-configure b/dns/c-ares/files/patch-configure
deleted file mode 100644
index a152d865e2a9..000000000000
--- a/dns/c-ares/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix a bashism in the -Werror test.
-Forwarded: https://github.com/bagder/c-ares/pull/3
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-12-19
-
---- configure.orig
-+++ configure
-@@ -24718,7 +24718,7 @@
-
-
- CARES_CFLAG_EXTRAS=""
--if test X"$want_werror" == Xyes; then
-+if test X"$want_werror" = Xyes; then
- CARES_CFLAG_EXTRAS="-Werror"
- fi
-