pkgsrc-WIP-changes archive

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

Update upstream location for check_printer



Module Name:	pkgsrc-wip
Committed By:	Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By:	ef
Date:		Wed Feb 10 15:48:55 2021 +0100
Changeset:	5729446148e7fac68ce4c5661596655c66c6bde0

Modified Files:
	nagios-plugin-printer/Makefile

Log Message:
Update upstream location for check_printer

Original upstream has disappeared, use a GitHub location that mirrors Debian.
Not sure if MASTER_SITES can be simplified using GITHUB_* variables -- this is a tag, but not a tagged release.

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

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

diffstat:
 nagios-plugin-printer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/nagios-plugin-printer/Makefile b/nagios-plugin-printer/Makefile
index 529521ca38..7419f83df9 100644
--- a/nagios-plugin-printer/Makefile
+++ b/nagios-plugin-printer/Makefile
@@ -8,7 +8,8 @@ CATEGORIES=	sysutils net
 DISTNAME=	check_printer
 EXTRACT_SUFX=	# empty
 DIST_SUBDIR=	check_printer-${REVISION}
-MASTER_SITES=	https://www.secure-computing.net/trac/export/${REVISION}/SCN%20Open%20Source/trunk/nagios/
+# Can this be converted to GITHUB_*?
+MASTER_SITES=	${MASTER_SITE_GITHUB:=bzed/pkg-nagios-plugins-contrib/raw/debian/25.20191015+1/check_printer/}
 LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	# empty


Home | Main Index | Thread Index | Old Index