pkgsrc-WIP-changes archive

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

icestorm-git Update to last version & switch to using the canonical method for github pkgs



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Tue Feb 14 06:33:02 2017 +0000
Changeset:	281d52c2c6d01de15179929e74d6407a41e99809

Modified Files:
	icestorm-git/Makefile
	icestorm-git/distinfo

Log Message:
icestorm-git Update to last version & switch to using the canonical method for github pkgs

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

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

diffstat:
 icestorm-git/Makefile | 10 ++++------
 icestorm-git/distinfo |  4 ++++
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
index 095117ad7a..caed7db8c7 100644
--- a/icestorm-git/Makefile
+++ b/icestorm-git/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	icestorm-01b9822
+DISTNAME=	icestorm-ce4e1bc
 CATEGORIES=	cross
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cliffordwolf/}
+GITHUB_TAG= 	ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/cliffordwolf/
@@ -13,12 +14,9 @@ USE_LANGUAGES+=		c c++
 USE_TOOLS+= 		pkg-config gmake
 LIBS+= 			-lm -lstdc++
 
-GIT_REPOSITORIES=	icestorm
-GIT_REPO.icestorm=	git://github.com/cliffordwolf/icestorm.git
-GIT_REVISION.icestorm=	01b9822638d60e048c295d005257daa4c147761f
-WRKSRC=			${WRKDIR}/icestorm
+WRKSRC=			${WRKDIR}/icestorm-${GITHUB_TAG}
 
 .include "../../lang/python34/buildlink3.mk"
 .include "../../devel/libftdi/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
+#.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/icestorm-git/distinfo b/icestorm-git/distinfo
index afc76512f4..41aecafb09 100644
--- a/icestorm-git/distinfo
+++ b/icestorm-git/distinfo
@@ -1,2 +1,6 @@
 $NetBSD$
 
+SHA1 (icestorm-ce4e1bc-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.gz) = 524a4b1ef801471cda06f3a88f5b06efe65ecd86
+RMD160 (icestorm-ce4e1bc-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.gz) = 858fd88dd7cb2e35f5ffb55f6f2401a634700b2b
+SHA512 (icestorm-ce4e1bc-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.gz) = c177a20a081ee613242e6bfea0d37a1637c32c00dc687045eb077eabb839372d588d6b60dbe780fffb48c43cbb3981488902257e59a9ff227d16da9b99f8d5cd
+Size (icestorm-ce4e1bc-ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad.tar.gz) = 428655 bytes


Home | Main Index | Thread Index | Old Index