pkgsrc-WIP-changes archive

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

miniserve: simplify GITHUB_TAG



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Sat Jun 27 06:23:34 2026 +0200
Changeset:	bdc67ae9195d63976db2a409c8d56278308e6128

Modified Files:
	miniserve/Makefile

Log Message:
miniserve: simplify GITHUB_TAG

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

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

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

diffs:
diff --git a/miniserve/Makefile b/miniserve/Makefile
index 3d86413429..8c6e764106 100644
--- a/miniserve/Makefile
+++ b/miniserve/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	miniserve-0.35.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=svenstaro/}
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bartosz.kuzma%gmail.com@localhost
 HOMEPAGE=	https://github.com/svenstaro/miniserve/


Home | Main Index | Thread Index | Old Index