pkgsrc-WIP-changes archive

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

qutebrowser: Reuse PKGVERSION_NOREV for GITHUB_TAG initialization



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue May 12 10:47:14 2020 +0200
Changeset:	41d1f9214b1bb9538a76af2b678b3cd3bc80b2bf

Modified Files:
	qutebrowser/Makefile

Log Message:
qutebrowser: Reuse PKGVERSION_NOREV for GITHUB_TAG initialization

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

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

diffstat:
 qutebrowser/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/qutebrowser/Makefile b/qutebrowser/Makefile
index 2144aba460..655322f827 100644
--- a/qutebrowser/Makefile
+++ b/qutebrowser/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	qutebrowser-1.11.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=qutebrowser/}
-GITHUB_TAG=	v1.11.0
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://qutebrowser.org/


Home | Main Index | Thread Index | Old Index