summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-18 18:32:08 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-18 18:32:08 +0000
commit185651075370e61275aafde210b021fce5c6e73e (patch)
tree1703c627c33c1a437b5cdf4a424234e47cc5c9b4 /net-p2p
parentUpdate to version 1.6.14 (diff)
Chase devel/upnp shlib bump
Notes
Notes: svn path=/head/; revision=289420
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule-devel/Makefile3
-rw-r--r--net-p2p/amule/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 63db734c03aa..53d155c9880f 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= amule
PORTVERSION= 10703
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://amule.sourceforge.net/tarballs/
PKGNAMESUFFIX= -devel
@@ -182,7 +183,7 @@ PLIST_SUB+= PLASMAMULE="@comment "
.endif
.if !defined(WITHOUT_UPNP)
-LIB_DEPENDS+= upnp.7:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+= upnp.8:${PORTSDIR}/devel/upnp
.else
CONFIGURE_ARGS+= --disable-upnp
.endif
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 6effc783a956..e01501b58d1f 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amule
PORTVERSION= 2.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
DISTNAME= aMule-${PORTVERSION}
@@ -182,7 +182,7 @@ PLIST_SUB+= PLASMAMULE="@comment "
.endif
.if !defined(WITHOUT_UPNP)
-LIB_DEPENDS+= upnp.7:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+= upnp.8:${PORTSDIR}/devel/upnp
.else
CONFIGURE_ARGS+= --disable-upnp
.endif