git: c301b3bed281 - main - net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:16:49 UTC 2021


The branch main has been updated by sunpoet:

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

commit c301b3bed281e0d1d0efc884f6fea53d67840351
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:51:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:42 +0000

    net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix
    
    - Sort BUILD_DEPENDS
---
 net/gupnp-igd/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile
index 3d33acc9b163..a99e7b95be38 100644
--- a/net/gupnp-igd/Makefile
+++ b/net/gupnp-igd/Makefile
@@ -12,14 +12,12 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gobject-introspection>=0.10:devel/gobject-introspection \
-		gupnp>=1.2.0:net/gupnp \
-		gssdp>=1.2.0:net/gssdp
+		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
-RUN_DEPENDS=	gupnp>=1.2.0:net/gupnp \
-		gssdp>=1.2.0:net/gssdp
 
-USES=		compiler:c11 gnome meson pathfix pkgconfig tar:xz
+USES=		compiler:c11 gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 
 MESON_ARGS=	-Dgtk_doc=false -Dintrospection=true


More information about the dev-commits-ports-main mailing list