pkgsrc-WIP-changes archive

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

libgweather4: fix download URL



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Wed Mar 19 13:39:07 2025 +0100
Changeset:	7abfca5dff8e10c01e6afc8249c90d3738edebf0

Modified Files:
	libgweather4/Makefile

Log Message:
libgweather4: fix download URL

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7abfca5dff8e10c01e6afc8249c90d3738edebf0

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

diffstat:
 libgweather4/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/libgweather4/Makefile b/libgweather4/Makefile
index 646d414cc9..74cd382d84 100644
--- a/libgweather4/Makefile
+++ b/libgweather4/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.115 2024/11/17 07:15:45 wiz Exp $
+# $NetBSD$
 
 DISTNAME=	libgweather-4.4.4
 PKGNAME=	${DISTNAME:S/weather/weather4/}
 CATEGORIES=	devel gnome
-MASTER_SITES=	${MASTER_SITE_GNOME:=sources/${PKGBASE}/4.4/}
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/libgweather/4.4/}
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index