aboutsummaryrefslogtreecommitdiff
path: root/net/libevnet
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-06-15 12:10:15 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-06-15 12:10:15 +0000
commit8e58200b71b13bddd8f458a94c6a06a6c7949f4b (patch)
treeb566bbe004b6d798689b48aa2d0e22f1aa452bd2 /net/libevnet
parentcdde556b20bde2f00a3f7a7cfffb7c5444119c4a (diff)
downloadports-8e58200b71b13bddd8f458a94c6a06a6c7949f4b.tar.gz
ports-8e58200b71b13bddd8f458a94c6a06a6c7949f4b.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)
Notes
Notes: svn path=/head/; revision=235857
Diffstat (limited to 'net/libevnet')
-rw-r--r--net/libevnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libevnet/Makefile b/net/libevnet/Makefile
index 46c07a9db3d8..78b62dd9bc76 100644
--- a/net/libevnet/Makefile
+++ b/net/libevnet/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libevnet
PORTVERSION= 0.3.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/
EXTRACT_SUFX= .tgz
@@ -18,7 +18,7 @@ COMMENT= Network Daemon Services for libevent
BUILD_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
- cares.1:${PORTSDIR}/dns/c-ares
+ cares.2:${PORTSDIR}/dns/c-ares
RUN_DEPENDS= ${LOCALBASE}/lib/libarena.a:${PORTSDIR}/devel/libarena
USE_OPENSSL= yes