Date: Tue, 18 Apr 2023 21:50:51 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: 6abc1ece63e8 - main - net-im/libnice: Change LIB_DEPENDS from gupnp-igd to gupnp-igd12 Message-ID: <202304182150.33ILopBQ054764@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=6abc1ece63e8bd26705a84c23f0a6829b17456c2 commit 6abc1ece63e8bd26705a84c23f0a6829b17456c2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 21:39:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 21:39:21 +0000 net-im/libnice: Change LIB_DEPENDS from gupnp-igd to gupnp-igd12 - Bump PORTREVISION for dependency change --- net-im/libnice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index f0733e33804f..aa1f48112211 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -1,5 +1,6 @@ PORTNAME= libnice PORTVERSION= 0.1.21 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ @@ -22,7 +23,7 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= GUPNP GUPNP_MESON_ENABLED= gupnp GUPNP_DESC= UPnP IGD port mapping support -GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd +GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd12 MESON_ARGS+=-Dtests=disabled -Dgtk_doc=disabled -Dcrypto-library=openssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304182150.33ILopBQ054764>