pkgsrc-WIP-changes archive

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

hisat2: Fix distname that should not have worked by did



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Mar 16 17:41:07 2022 -0500
Changeset:	a8388a697a0ca5c560bb5603df2d80a57421c750

Modified Files:
	hisat2/Makefile
	hisat2/distinfo

Log Message:
hisat2: Fix distname that should not have worked by did

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

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

diffstat:
 hisat2/Makefile | 4 ++--
 hisat2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/hisat2/Makefile b/hisat2/Makefile
index a08cb41c61..04a7146126 100644
--- a/hisat2/Makefile
+++ b/hisat2/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	hisat2-v2.2.1
-PKGNAME=	hisat2-2.2.1
+DISTNAME=	hisat2-2.2.1
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=DaehwanKimLab/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://ccb.jhu.edu/software/hisat2/index.shtml
diff --git a/hisat2/distinfo b/hisat2/distinfo
index 5982988e81..0f8f984978 100644
--- a/hisat2/distinfo
+++ b/hisat2/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (hisat2-v2.2.1.tar.gz) = 1cc424a10f1fcf25c70294bef3b21e67b07cebcb7b73e36c0176a2dfdec51bdb
-SHA512 (hisat2-v2.2.1.tar.gz) = a5a688ad0ccfaf326b3ec6dc97206995306aa6f5b6e58223c2113adbca2745f1e8205b436fdf8e01f42da7a38718f9f3bf214b951fb5360d53247d99a0bdbf46
-Size (hisat2-v2.2.1.tar.gz) = 6761242 bytes
+BLAKE2s (hisat2-2.2.1.tar.gz) = 1cc424a10f1fcf25c70294bef3b21e67b07cebcb7b73e36c0176a2dfdec51bdb
+SHA512 (hisat2-2.2.1.tar.gz) = a5a688ad0ccfaf326b3ec6dc97206995306aa6f5b6e58223c2113adbca2745f1e8205b436fdf8e01f42da7a38718f9f3bf214b951fb5360d53247d99a0bdbf46
+Size (hisat2-2.2.1.tar.gz) = 6761242 bytes
 SHA1 (patch-Makefile) = e002806f8daa4e5c45b95b5f173de818a8737b43
 SHA1 (patch-aligner__sw.h) = bdd7e3a189b5c2886df85cc4252d4f41487f423f
 SHA1 (patch-hisat2) = 6010f5fcc1e7dfcb383a4defc4e3d9f06322370d


Home | Main Index | Thread Index | Old Index