diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-06-15 12:10:15 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-06-15 12:10:15 +0000 |
commit | 8e58200b71b13bddd8f458a94c6a06a6c7949f4b (patch) | |
tree | b566bbe004b6d798689b48aa2d0e22f1aa452bd2 /irc/unreal | |
parent | cdde556b20bde2f00a3f7a7cfffb7c5444119c4a (diff) | |
download | ports-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 'irc/unreal')
-rw-r--r-- | irc/unreal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |