git: 2972b299fdac - main - net/gupnp-tools: Fix f79bbcc933448556e9bb2cd0b4102c2e190e48ba

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 13:42:53 UTC
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