summaryrefslogtreecommitdiff
path: root/irc
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 /irc
parent- Move x11-wm/enlightenment-devel to x11-wm/enlightenment (diff)
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 'irc')
-rw-r--r--irc/ircproxy/Makefile3
-rw-r--r--irc/unreal/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index 2b4a4de6c3b7..9269db8590be 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -7,13 +7,14 @@
PORTNAME= ircproxy
PORTVERSION= 1.3.3c
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= SF
MAINTAINER= jonas@night-light.net
COMMENT= An IRC proxy/bouncer daemon
-LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile
index 190696053d94..79d5dd095c5e 100644
--- a/irc/unreal/Makefile
+++ b/irc/unreal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Unreal
PORTVERSION= 3.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc ipv6
MASTER_SITES= http://unrealircd.pimpmylinux.org/ \
http://unrealircd.icedslash.com/
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Unreal - the next generation ircd
-LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares
WRKSRC= ${WRKDIR}/${DISTNAME}