pkgsrc-WIP-changes archive

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

libzippp: simplify GITHUB_TAG



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Jan 14 16:04:08 2022 +0100
Changeset:	9c7a5f62947a74b01f33833a4133cda67ca25b17

Modified Files:
	libzippp/Makefile

Log Message:
libzippp: 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=9c7a5f62947a74b01f33833a4133cda67ca25b17

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

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

diffs:
diff --git a/libzippp/Makefile b/libzippp/Makefile
index efd782fdbe..93c55e0513 100644
--- a/libzippp/Makefile
+++ b/libzippp/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	libzippp-v5.0-1.8.0
 PKGNAME=	${DISTNAME:C/-[0-9].*//:S,-v,-,}
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ctabin/}
-GITHUB_TAG=	refs/tags/${DISTNAME}
+GITHUB_TAG=	${DISTNAME}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/ctabin/libzippp/


Home | Main Index | Thread Index | Old Index