Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2022 15:04:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90294415c546 - main - net/gupnp-igd: Update *_DEPENDS after gssdp 1.5.0 and gupnp 1.5.0 update
Message-ID:  <202204261504.23QF4OMV037607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90294415c54664ff526cfe3e4ab112bd89672794

commit 90294415c54664ff526cfe3e4ab112bd89672794
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-26 14:52:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-26 15:01:14 +0000

    net/gupnp-igd: Update *_DEPENDS after gssdp 1.5.0 and gupnp 1.5.0 update
    
    - Bump PORTREVISION for dependency change
---
 net/gupnp-igd/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile
index 69c06a5faa1a..6efa554ae6ca 100644
--- a/net/gupnp-igd/Makefile
+++ b/net/gupnp-igd/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gupnp-igd
 PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -13,10 +13,10 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gobject-introspection>=0.10:devel/gobject-introspection \
-		gssdp>=1.2.0:net/gssdp \
-		gupnp>=1.2.0:net/gupnp
-LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp \
-		libgupnp-1.2.so:net/gupnp
+		gssdp14>=1.2.0:net/gssdp14 \
+		gupnp14>=1.2.0:net/gupnp14
+LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp14 \
+		libgupnp-1.2.so:net/gupnp14
 
 USES=		compiler:c11 gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204261504.23QF4OMV037607>