pkgsrc-WIP-changes archive

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

pystring: simplify



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Oct 9 11:27:46 2023 +0200
Changeset:	63691b7bc0063a9eb897a0e201d4756312178271

Modified Files:
	pystring/Makefile

Log Message:
pystring: simplify

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

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

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

diffs:
diff --git a/pystring/Makefile b/pystring/Makefile
index 917aa9c4ad..b9b6c06ba8 100644
--- a/pystring/Makefile
+++ b/pystring/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	pystring-1.1.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=imageworks/}
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/imageworks/pystring/


Home | Main Index | Thread Index | Old Index