pkgsrc-WIP-changes archive

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

ad2vcf: Update to 0.1.2 release



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Mar 23 09:41:29 2021 -0500
Changeset:	144f26d5c97c2c33bf79004fe9246d45c3b278b6

Modified Files:
	ad2vcf/Makefile
	ad2vcf/distinfo

Log Message:
ad2vcf: Update to 0.1.2 release

Add test target

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

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

diffstat:
 ad2vcf/Makefile | 8 +++++---
 ad2vcf/distinfo | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/ad2vcf/Makefile b/ad2vcf/Makefile
index 3060f3a541..23efe2825e 100644
--- a/ad2vcf/Makefile
+++ b/ad2vcf/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	ad2vcf-0.1.1.65
+DISTNAME=	ad2vcf-0.1.2
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
 GITHUB_PROJECT=	ad2vcf
-GITHUB_TAG=	a23ca09f1c990b27bd2dbd7d292c2cd9fb02d7f1
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/ad2vcf
@@ -12,7 +11,10 @@ COMMENT=	Add allelic depth info from a SAM stream to a VCF file
 LICENSE=	2-clause-bsd
 
 pre-build:
-	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
+	cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
+
+do-test:
+	cd ${WRKSRC}/Test && ./run-test.sh
 
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ad2vcf/distinfo b/ad2vcf/distinfo
index ec9cbb53c6..b81a8b1312 100644
--- a/ad2vcf/distinfo
+++ b/ad2vcf/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ad2vcf-0.1.1.65-a23ca09f1c990b27bd2dbd7d292c2cd9fb02d7f1.tar.gz) = eb1e64812725c3b908f3e34cbb96bc586dbf0454
-RMD160 (ad2vcf-0.1.1.65-a23ca09f1c990b27bd2dbd7d292c2cd9fb02d7f1.tar.gz) = f63289cedb48aa669b39c2a47f89b954d067da58
-SHA512 (ad2vcf-0.1.1.65-a23ca09f1c990b27bd2dbd7d292c2cd9fb02d7f1.tar.gz) = 4af3fc3b9cac3d31d149f49602628469f87a4c7fe3a222cf2260fbc720019dbd2cd2684073f369314a6c7e245c9d1ce51f4c719faa5d2e2f8cb2cf6b0202f7b3
-Size (ad2vcf-0.1.1.65-a23ca09f1c990b27bd2dbd7d292c2cd9fb02d7f1.tar.gz) = 15246 bytes
+SHA1 (ad2vcf-0.1.2.tar.gz) = 15e8e90122003d2bc83542414ba65e4fa40182ae
+RMD160 (ad2vcf-0.1.2.tar.gz) = 7e98382c79935f46ae259bd879b499966a470cb7
+SHA512 (ad2vcf-0.1.2.tar.gz) = 64db184331207b00659909af219deb9dc352fad64f066e29fc7fabc28f3a60a9209319e589999cdb66551f267d1405d5be6f221c0147da33b4d924e87bec4ad3
+Size (ad2vcf-0.1.2.tar.gz) = 15204 bytes


Home | Main Index | Thread Index | Old Index