aboutsummaryrefslogtreecommitdiff
path: root/dns/c-ares/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2010-06-11 11:24:38 +0000
committerPeter Pentchev <roam@FreeBSD.org>2010-06-11 11:24:38 +0000
commit60824c62ea4c4215e9171a2ba787273f110b5311 (patch)
tree582c5f5fe1f1649e6de30c826cd0595fbeeae26b /dns/c-ares/Makefile
parenta8cca1535f3276a3f9440f46a71850d8aff487d7 (diff)
downloadports-60824c62ea4c4215e9171a2ba787273f110b5311.tar.gz
ports-60824c62ea4c4215e9171a2ba787273f110b5311.zip
Update to c-ares-1.7.2 and declare the MIT license.
Notes
Notes: svn path=/head/; revision=256373
Diffstat (limited to 'dns/c-ares/Makefile')
-rw-r--r--dns/c-ares/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index dcbd9fc29a5d..fd95c72e237e 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= c-ares
-PORTVERSION= 1.7.1
+PORTVERSION= 1.7.2
CATEGORIES= dns
MASTER_SITES= http://c-ares.haxx.se/
MAINTAINER= roam@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 \