aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/vdr-plugin-upnp/Makefile4
-rw-r--r--multimedia/vlc/Makefile4
-rw-r--r--net-p2p/amule-devel/Makefile3
-rw-r--r--net-p2p/amule/Makefile4
-rw-r--r--net/linuxigd/Makefile4
-rw-r--r--net/ushare/Makefile4
-rw-r--r--sysutils/djmount/Makefile4
7 files changed, 14 insertions, 13 deletions
diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile
index 04ac0ba1ee7e..c3f58b04e567 100644
--- a/multimedia/vdr-plugin-upnp/Makefile
+++ b/multimedia/vdr-plugin-upnp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-upnp
PORTVERSION= 0.0.2a2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX}
@@ -18,7 +18,7 @@ COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha!)
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
boost_system:${PORTSDIR}/devel/boost-libs \
- upnp.7:${PORTSDIR}/devel/upnp \
+ upnp.8:${PORTSDIR}/devel/upnp \
sqlite3.8:${PORTSDIR}/databases/sqlite3
DIST_SUBDIR= vdr
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 79d530ddb671..faef6e6ea5b3 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.13
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -645,7 +645,7 @@ CONFIGURE_ARGS+= --enable-twolame
.endif
.if defined(WITH_UPNP)
-LIB_DEPENDS+= upnp.7:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+= upnp.8:${PORTSDIR}/devel/upnp
CONFIGURE_ARGS+=--enable-upnp
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__services_discovery__upnp_intel.cpp
.else
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
diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile
index 946626cb84d2..6c7bc61e611a 100644
--- a/net/linuxigd/Makefile
+++ b/net/linuxigd/Makefile
@@ -7,14 +7,14 @@
PORTNAME= linuxigd
PORTVERSION= 1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net
MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux UPnP Internet Gateway Device
-LIB_DEPENDS= upnp.7:${PORTSDIR}/devel/upnp
+LIB_DEPENDS= upnp.8:${PORTSDIR}/devel/upnp
USE_RC_SUBR= linuxigd
USE_GMAKE= yes
diff --git a/net/ushare/Makefile b/net/ushare/Makefile
index 8ced4eadac9a..bda82abd379c 100644
--- a/net/ushare/Makefile
+++ b/net/ushare/Makefile
@@ -7,14 +7,14 @@
PORTNAME= ushare
PORTVERSION= 1.1a
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://ushare.geexbox.org/releases/
MAINTAINER= votdev@gmx.de
COMMENT= A lightweight UPnP (TM) A/V Media Server
-LIB_DEPENDS= upnp.7:${PORTSDIR}/devel/upnp
+LIB_DEPENDS= upnp.8:${PORTSDIR}/devel/upnp
HAS_CONFIGURE= yes
USE_BZIP2= yes
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile
index dc7869215c69..c1a5639de4e6 100644
--- a/sysutils/djmount/Makefile
+++ b/sysutils/djmount/Makefile
@@ -7,7 +7,7 @@
PORTNAME= djmount
PORTVERSION= 0.71
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= d9364104@mail.nchu.edu.tw
COMMENT= Mount UPnP A/V Media
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
- upnp.7:${PORTSDIR}/devel/upnp
+ upnp.8:${PORTSDIR}/devel/upnp
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod