From 0435dcb2553025d69152b1513c29bfe4ed98c31c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 6 Feb 2011 11:27:28 +0000 Subject: [PATCH] - chase upnp shlip bump Reported by: drosonator via phw Feature safe: yes --- net/linuxigd/Makefile | 4 ++-- net/ushare/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile index 3dd7272fc764..c1e32f63ef04 100644 --- a/net/linuxigd/Makefile +++ b/net/linuxigd/Makefile @@ -7,14 +7,14 @@ PORTNAME= linuxigd PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Linux UPnP Internet Gateway Device -LIB_DEPENDS= upnp.4:${PORTSDIR}/devel/upnp +LIB_DEPENDS= upnp.5:${PORTSDIR}/devel/upnp USE_RC_SUBR= linuxigd USE_GMAKE= yes diff --git a/net/ushare/Makefile b/net/ushare/Makefile index dc231783f8d9..e7f6406915b5 100644 --- a/net/ushare/Makefile +++ b/net/ushare/Makefile @@ -7,14 +7,14 @@ PORTNAME= ushare PORTVERSION= 1.1a -PORTREVISION= 2 +PORTREVISION= 3 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.4:${PORTSDIR}/devel/upnp +LIB_DEPENDS= upnp.5:${PORTSDIR}/devel/upnp HAS_CONFIGURE= yes USE_BZIP2= yes