aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-06-15 20:10:15 +0800
committerroam <roam@FreeBSD.org>2009-06-15 20:10:15 +0800
commit3352519f335173fc0b9e1624c1df6f927d1f49a7 (patch)
treeb8edc1077d211163e4a7158988e008378333bbda /ftp
parentf766ec4f76d83f0a88d72502d256b98c9712c522 (diff)
downloadfreebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.tar.gz
freebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.tar.zst
freebsd-ports-gnome-3352519f335173fc0b9e1624c1df6f927d1f49a7.zip
Well, yeah, leave it to me to test an update and all dependent ports,
notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 56de549af32a..f4d7ef86d1e6 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.19.5
+PORTREVISION= 1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \
@@ -106,7 +107,7 @@ CONFIGURE_ARGS+= --without-ssl
.endif
.if defined(WITH_CARES)
-LIB_DEPENDS+= cares.1:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares
CONFIGURE_ARGS+= --enable-ares=${LOCALBASE}
.else
CONFIGURE_ARGS+= --disable-ares