pkgsrc-WIP-changes archive

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

routinator: shuffle around setting of MASTER_SITES and GITHUB_TAG.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Nov 9 19:15:32 2021 +0100
Changeset:	86f01c755a3ccabb15f6afce978cea22fdc90301

Modified Files:
	routinator/Makefile

Log Message:
routinator: shuffle around setting of MASTER_SITES and GITHUB_TAG.

Still not satisfied, "-v<version>" becomes not really the version
number, but part of the package name due to the "v" presence.
However, trying to get rid of the "v" in various way too easliy
leads to "cannot do 'make fetch'" if you clean out the previously
fetched distfile first.

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

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

diffstat:
 routinator/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/routinator/Makefile b/routinator/Makefile
index 8996e8dca6..39c235abe8 100644
--- a/routinator/Makefile
+++ b/routinator/Makefile
@@ -3,14 +3,13 @@
 DISTNAME=	routinator-v0.10.2
 PKGNAME=	${DISTNAME:S/-rc/rc/}
 CATEGORIES=	net
-EXTRACT_SUFX=	.tar.gz
+MASTER_SITES=	${MASTER_SITE_GITHUB:=NLnetLabs/}
+GITHUB_TAG=	${PKGVERSION_NOREV:S/rc/-rc/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/NLnetLabs/routinator
 COMMENT=	Validate RPKI ROA against routing announcements
 LICENSE=	modified-bsd
-MASTER_SITES=	${MASTER_SITE_GITHUB:=NLnetLabs/}
-GITHUB_TAG=	${PKGVERSION_NOREV:S/rc/-rc/}
 
 # 0.9.0 requires minimum this rust version:
 RUST_REQ=		1.47.0


Home | Main Index | Thread Index | Old Index