pkgsrc-WIP-changes archive

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

signify: Simplify distname handling



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 5 23:37:05 2022 +0200
Changeset:	5d005708088d737fea2e43a21888b48faa6164d5

Modified Files:
	signify/Makefile

Log Message:
signify: Simplify distname handling

Reuse PKGVERSION_NOREV for GITHUB_TAG definition and reorder it.

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

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

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

diffs:
diff --git a/signify/Makefile b/signify/Makefile
index 3fcd51e794..2a6ed2d4b9 100644
--- a/signify/Makefile
+++ b/signify/Makefile
@@ -1,11 +1,11 @@
 # $NetBSD$
 
-GITHUB_TAG=	v0.10
-DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG:S,^v,,}
+DISTNAME=	outils-0.10
 PKGNAME=	${DISTNAME:S,outils,signify,}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_PROJECT=	outils
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	vms%retrobsd.ddns.net@localhost
 HOMEPAGE=	https://flak.tedunangst.com/post/signify


Home | Main Index | Thread Index | Old Index