Date: Fri, 25 Mar 2022 13:42:53 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: 2972b299fdac - main - net/gupnp-tools: Fix f79bbcc933448556e9bb2cd0b4102c2e190e48ba Message-ID: <202203251342.22PDgrdW018661@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=2972b299fdace659fee518eadecf5cd462a1900d commit 2972b299fdace659fee518eadecf5cd462a1900d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 12:46:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:36:42 +0000 net/gupnp-tools: Fix f79bbcc933448556e9bb2cd0b4102c2e190e48ba - Bump PORTREVISION for dependency change USES=gettext is equivalent to USES=gettext-runtime getext-tools. USES=gettext-tools is sufficient to provide msgfmt. --- net/gupnp-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/gupnp-tools/Makefile b/net/gupnp-tools/Makefile index 8792741d3808..2ac5c6098a76 100644 --- a/net/gupnp-tools/Makefile +++ b/net/gupnp-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= gupnp-tools PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= GNOME @@ -21,7 +21,7 @@ LIB_DEPENDS= libgssdp-1.2.so:net/gssdp \ libgupnp-1.2.so:net/gupnp \ libsoup-2.4.so:devel/libsoup -USES= gettext gnome meson pkgconfig tar:xz +USES= gettext-tools gnome meson pkgconfig tar:xz USE_GNOME= glib20 gtk30 libxml2 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251342.22PDgrdW018661>