pkgsrc-WIP-changes archive

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

vcsh: fix PKGNAME, improve github handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 3 19:49:47 2017 +0200
Changeset:	77e9c6c0b85b6261863eef04821a9bf5f29dacfb

Modified Files:
	vcsh/Makefile
	vcsh/distinfo

Log Message:
vcsh: fix PKGNAME, improve github handling

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

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

diffstat:
 vcsh/Makefile | 15 +++++----------
 vcsh/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 14 deletions(-)

diffs:
diff --git a/vcsh/Makefile b/vcsh/Makefile
index 0a73bf21ad..3adc088d2c 100644
--- a/vcsh/Makefile
+++ b/vcsh/Makefile
@@ -1,26 +1,21 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	vcsh
-DISTNAME=	v1.20151229
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME=	vcsh-1.20151229
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=RichiH/}
-EXTRACT_SUFX=	.zip
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	sasha-pkgsrc%arcocene.org@localhost
 HOMEPAGE=	https://github.com/RichiH/vcsh/
 COMMENT=	Version Control System for the home directory
 LICENSE=	gnu-gpl-v2
 
-WRKSRC=		${WRKDIR}/vcsh-1.20151229
-
-USE_LANGUAGES=	c
-USE_TOOLS=	perl
-
 DEPENDS+=	git-base-[0-9]*:../../devel/git-base
 BUILD_DEPENDS+=	p5-Shell-Command-[0-9]*:../../wip/p5-Shell-Command
 BUILD_DEPENDS+=	p5-Test-Most-[0-9]*:../../wip/p5-Test-Most
 BUILD_DEPENDS+=	p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
+USE_LANGUAGES=	c
+USE_TOOLS=	perl
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/vcsh/distinfo b/vcsh/distinfo
index dca57bff97..35c3769819 100644
--- a/vcsh/distinfo
+++ b/vcsh/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (vcsh/v1.20151229.zip) = 26132f5c5dd73857f8b513f733ed1dc6b6c50d68
-RMD160 (vcsh/v1.20151229.zip) = f2c9218483c9eb5253c62858b8a97bb765d4b3f8
-SHA512 (vcsh/v1.20151229.zip) = 04c6f8315e0746457976fdc0524d991fcf1fde77ef049e5d337b0ac677a7aa41bc20c596bdb7c85bf5e424394832cfef5d8fc0e3a26d6d86d8b1b6ccd8717581
-Size (vcsh/v1.20151229.zip) = 44281 bytes
+SHA1 (vcsh-1.20151229.tar.gz) = 1e25b084b68a51ef5c69a01a06e36450a397fa9c
+RMD160 (vcsh-1.20151229.tar.gz) = b990d2ecc0c56e86a23142277f9f7b865c23f6b9
+SHA512 (vcsh-1.20151229.tar.gz) = 213297d008f6f0701e9002e5b44eca0e7eb4bcaf62c12bc1efbf6d5c9590d1ca59a38f102e735eec9b2e85556e003632d948abc4325c7e78e478521d1c164d80
+Size (vcsh-1.20151229.tar.gz) = 34481 bytes
 SHA1 (patch-100-init.t) = 7967fecceed1b67febdcf08c58a4976cbda4175f
 SHA1 (patch-Makefile) = 41aa1ed3b44c940b582e197ba2e995bfafaafa25


Home | Main Index | Thread Index | Old Index