pkgsrc-WIP-changes archive

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

unittest-cpp: fixed DISTNAME (using GITHUB_TAG).



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Jul 23 17:07:49 2019 +0200
Changeset:	2c326793afcf53e350cac2dd4b8ac81d19a1e185

Modified Files:
	unittest-cpp/Makefile
	unittest-cpp/distinfo

Log Message:
unittest-cpp: fixed DISTNAME (using GITHUB_TAG).

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

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

diffstat:
 unittest-cpp/Makefile | 11 ++++-------
 unittest-cpp/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs:
diff --git a/unittest-cpp/Makefile b/unittest-cpp/Makefile
index 977c0b1ca8..5a3a49d587 100644
--- a/unittest-cpp/Makefile
+++ b/unittest-cpp/Makefile
@@ -1,12 +1,9 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	unittest-cpp
-VERS=		2.0.0
-DISTNAME=	v${VERS}
-PKGNAME=	${GITHUB_PROJECT}-${VERS}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=unittest-cpp/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+DISTNAME=       unittest-cpp-2.0.0
+CATEGORIES=     devel
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=unittest-cpp/}
+GITHUB_TAG=     v${PKGVERSION_NOREV}
 
 MAINTAINER=	root%zta.lk@localhost
 HOMEPAGE=	https://github.com/unittest-cpp/unittest-cpp/
diff --git a/unittest-cpp/distinfo b/unittest-cpp/distinfo
index e998d87440..c52cd33efc 100644
--- a/unittest-cpp/distinfo
+++ b/unittest-cpp/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (unittest-cpp/v2.0.0.tar.gz) = 5564dcbce7462b5a0bbe9002aa4296248f3e00b5
-RMD160 (unittest-cpp/v2.0.0.tar.gz) = 3a1edf073b404b088ac346fbf75cf5ebdb73953b
-SHA512 (unittest-cpp/v2.0.0.tar.gz) = 39318f4ed31534c116679a3257bf1438a6c4b3bef1894dfd40aea934950c6c8197af6a7f61539b8e9ddc67327c9388d7e8a6f8a3e0e966ad26c07554e2429cab
-Size (unittest-cpp/v2.0.0.tar.gz) = 54100 bytes
+SHA1 (unittest-cpp-2.0.0.tar.gz) = 5564dcbce7462b5a0bbe9002aa4296248f3e00b5
+RMD160 (unittest-cpp-2.0.0.tar.gz) = 3a1edf073b404b088ac346fbf75cf5ebdb73953b
+SHA512 (unittest-cpp-2.0.0.tar.gz) = 39318f4ed31534c116679a3257bf1438a6c4b3bef1894dfd40aea934950c6c8197af6a7f61539b8e9ddc67327c9388d7e8a6f8a3e0e966ad26c07554e2429cab
+Size (unittest-cpp-2.0.0.tar.gz) = 54100 bytes


Home | Main Index | Thread Index | Old Index