From 90294415c54664ff526cfe3e4ab112bd89672794 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 26 Apr 2022 22:52:09 +0800 Subject: [PATCH] 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 69c06a5faa1a9..6efa554ae6cae 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