pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gssdp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 29 19:45:41 UTC 2023

Modified Files:
        pkgsrc/net/gssdp: Makefile

Log Message:
gssdp: fix HOMEPAGE and PKGCONFIG_OVERRIDE


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/net/gssdp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/gssdp/Makefile
diff -u pkgsrc/net/gssdp/Makefile:1.105 pkgsrc/net/gssdp/Makefile:1.106
--- pkgsrc/net/gssdp/Makefile:1.105     Tue Aug 29 19:28:14 2023
+++ pkgsrc/net/gssdp/Makefile   Tue Aug 29 19:45:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2023/08/29 19:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.106 2023/08/29 19:45:41 adam Exp $
 
 DISTNAME=      gssdp-1.6.2
 CATEGORIES=    net
@@ -6,7 +6,7 @@ MASTER_SITES=   ${MASTER_SITE_GNOME:=sourc
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gupnp.org/
+HOMEPAGE=      https://wiki.gnome.org/Projects/GUPnP
 COMMENT=       Simple Service Discovery Protocol library and device sniffer
 LICENSE=       gnu-lgpl-v2
 
@@ -21,7 +21,7 @@ LDFLAGS.SunOS+=       -lsocket
 
 PYTHON_FOR_BUILD_ONLY= tool
 
-PKGCONFIG_OVERRIDE+=           output/meson-private/gssdp-1.2.pc
+PKGCONFIG_OVERRIDE+=           output/meson-private/gssdp-1.6.pc
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/libgssdp



Home | Main Index | Thread Index | Old Index