pkgsrc-WIP-changes archive

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

darkcoin: Proper usage of the GitHub framework



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 20:55:51 2016 +0200
Changeset:	8999488d8ce425c35a6885a3ac188f9feb95f728

Modified Files:
	darkcoin/Makefile
	darkcoin/distinfo

Log Message:
darkcoin: Proper usage of the GitHub framework

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

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

diffstat:
 darkcoin/Makefile | 6 +++---
 darkcoin/distinfo | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/darkcoin/Makefile b/darkcoin/Makefile
index 9050913..0719a65 100644
--- a/darkcoin/Makefile
+++ b/darkcoin/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.1 2014/09/22 11:17:11 othyro Exp $
 
-DISTNAME=	v0.9.12.32
-PKGNAME=	darkcoin-${DISTNAME:S/v//1}
+DISTNAME=	darkcoin-0.9.12.32
 CATEGORIES=	finance
-MASTER_SITES=	https://github.com/darkcoinproject/darkcoin/archive/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=darkcoinproject/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%users.sourceforge.net@localhost
 HOMEPAGE=	http://www.darkcoin.io/
diff --git a/darkcoin/distinfo b/darkcoin/distinfo
index 7620e76..5d2b9ca 100644
--- a/darkcoin/distinfo
+++ b/darkcoin/distinfo
@@ -1,8 +1,9 @@
 $NetBSD: distinfo,v 1.1 2014/09/22 11:17:11 othyro Exp $
 
-SHA1 (v0.9.12.32.tar.gz) = 6fda90bf19939071a5d511d5440130387b852b6a
-RMD160 (v0.9.12.32.tar.gz) = 99184a7edcb3460003b7d8c54473fea573a1c135
-Size (v0.9.12.32.tar.gz) = 2772937 bytes
+SHA1 (darkcoin-0.9.12.32.tar.gz) = 7de52ecd8ae24a2f3552eb27a9c9a69887bc9274
+RMD160 (darkcoin-0.9.12.32.tar.gz) = 6528abbbfd3e737f20cd9444fb91216cbd12a63d
+SHA512 (darkcoin-0.9.12.32.tar.gz) = 001e40d9140d8a96af50d20e03f72607afdd5875dd165c0a2e2ae3b73ff415b180a64511d5599b10082aa8ac8f4be3e214598c64138e9588cf36ca3ebefcf7b0
+Size (darkcoin-0.9.12.32.tar.gz) = 2774229 bytes
 SHA1 (patch-bitcoin-qt.pro) = 3b6d692739101e16667103deffa45bed36a0eaaf
 SHA1 (patch-src_db.h) = fffef4f31cd8b68757210062d0a2e78dafa8870a
 SHA1 (patch-src_makefile.unix) = d3f16280a597f288568eb8055cb0b9e898ea5498


Home | Main Index | Thread Index | Old Index