pkgsrc-WIP-changes archive

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

bowtie: githubify



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 12 21:05:20 2015 +0200
Changeset:	f52c09d2620774aaba58968618f7d5704bdd0c53

Modified Files:
	bowtie/Makefile
	bowtie/distinfo

Log Message:
bowtie: githubify

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

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

diffstat:
 bowtie/Makefile |  9 +++------
 bowtie/distinfo | 10 ++++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs:
diff --git a/bowtie/Makefile b/bowtie/Makefile
index 640d6fe..0c3825c 100644
--- a/bowtie/Makefile
+++ b/bowtie/Makefile
@@ -12,10 +12,10 @@
 # .endif
 # .include <bsd.port.post.mk>
 
-PKGNAME=	bowtie-1.0.1
-DISTNAME=	v1.0.1
+DISTNAME=	bowtie-1.0.1
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 CATEGORIES=	biology
-MASTER_SITES=	http://github.com/BenLangmead/bowtie/archive/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=BenLangmead/}
 
 MAINTAINER=	jwbacon%tds.net@localhost
 
@@ -30,14 +30,11 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake perl:run pax
 REPLACE_PERL=	scripts/*.pl
 
-WRKSRC=		${WRKDIR}/bowtie-1.0.1
-
 # Adapt REINPLACE commands to SUBST:
 SUBST_CLASSES+=		lock_guard
 SUBST_STAGE.lock_guard=	post-patch
 SUBST_FILES.lock_guard=	hit.h log.h
 SUBST_SED.lock_guard=	-e 's|lock_guard<MUTEX_T>|tthread::lock_guard<MUTEX_T>|g'
-FETCH_USING=	curl
 
 DATADIR=	${PREFIX}/share/bowtie
 
diff --git a/bowtie/distinfo b/bowtie/distinfo
index 142e331..6a324b0 100644
--- a/bowtie/distinfo
+++ b/bowtie/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/01/28 16:21:48 outpaddling Exp $
+$NetBSD$
 
-SHA1 (v1.0.1.tar.gz) = c816271844b063f5440bcb7cb3dab09fd1613f00
-RMD160 (v1.0.1.tar.gz) = 85fc6253a3386b24894056db3b29ec5c65595c94
-Size (v1.0.1.tar.gz) = 7818119 bytes
+SHA1 (bowtie-1.0.1.tar.gz) = c816271844b063f5440bcb7cb3dab09fd1613f00
+RMD160 (bowtie-1.0.1.tar.gz) = 85fc6253a3386b24894056db3b29ec5c65595c94
+SHA512 (bowtie-1.0.1.tar.gz) = 98f7d6075b696765b73452a07b84a24d89e4050763abaa1fa7336fc8a20337636006653967c281d6082649c1428ebe615ef355e16dcbe22e4b5ad7c8f5960de7
+Size (bowtie-1.0.1.tar.gz) = 7818119 bytes
 SHA1 (patch-Makefile) = 384bf98cf8312aaa7af2bb8d059f86684a8b146f
+SHA1 (patch-scripts_random__bowtie__tests.sh) = 999abd0f6f092b24957c343a4bdac9d3d7cc4003


Home | Main Index | Thread Index | Old Index