git: 30029b3f81d3 - main - net/gupnp-ui: Update *_DEPENDS after gupnp 1.5.0 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:04:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=30029b3f81d338082dfbc79ae16c30981908dcf1 commit 30029b3f81d338082dfbc79ae16c30981908dcf1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:52:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:14 +0000 net/gupnp-ui: Update *_DEPENDS after gupnp 1.5.0 update - Bump PORTREVISION for dependency change --- net/gupnp-ui/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 202838c9596b..f4e3c1dbd4db 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -2,7 +2,7 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= GNOME @@ -12,8 +12,8 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gupnp>=0.3:net/gupnp -LIB_DEPENDS= libgupnp-1.2.so:net/gupnp \ +BUILD_DEPENDS= gupnp14>=0.3:net/gupnp14 +LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \ libsoup-2.4.so:devel/libsoup USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python