aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-04-27 22:28:11 +0800
committerpawel <pawel@FreeBSD.org>2012-04-27 22:28:11 +0800
commit5f6c9fe2a436248b943fd25ac7c6cae73f672909 (patch)
treee21dadf96a3b15399f8c1cfa13014abe687fa861 /multimedia
parente9c2b6ddd8681849cea1a7c17a818200141a8702 (diff)
downloadfreebsd-ports-graphics-5f6c9fe2a436248b943fd25ac7c6cae73f672909.tar.gz
freebsd-ports-graphics-5f6c9fe2a436248b943fd25ac7c6cae73f672909.tar.zst
freebsd-ports-graphics-5f6c9fe2a436248b943fd25ac7c6cae73f672909.zip
- Update devel/upnp to 1.6.17
- Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vdr-plugin-upnp/Makefile4
-rw-r--r--multimedia/vlc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile
index 01a5efd291c..aab8e0b5464 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= 14
+PORTREVISION= 15
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.8:${PORTSDIR}/devel/upnp \
+ upnp.9:${PORTSDIR}/devel/upnp \
sqlite3.8:${PORTSDIR}/databases/sqlite3
DIST_SUBDIR= vdr
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index f2440108d0f..545367d2afb 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.13
-PORTREVISION= 7
+PORTREVISION= 8
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.8:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+= upnp.9:${PORTSDIR}/devel/upnp
CONFIGURE_ARGS+=--enable-upnp
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__services_discovery__upnp_intel.cpp
.else