pkgsrc-WIP-changes archive

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

vcf-split: Update to 0.1.2.19



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Nov 22 16:09:22 2021 -0600
Changeset:	57519c8119bc31eb540e4db87b2e423dcec16cc4

Modified Files:
	vcf-split/Makefile
	vcf-split/distinfo

Log Message:
vcf-split: Update to 0.1.2.19

Perform field masking on input rather than output to save memory
Implement basic test script

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

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

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

diffs:
diff --git a/vcf-split/Makefile b/vcf-split/Makefile
index 8e7f9bb44c..c494f781da 100644
--- a/vcf-split/Makefile
+++ b/vcf-split/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	vcf-split-0.1.2.17
+DISTNAME=	vcf-split-0.1.2.19
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	3755184df0639004e75c81ccf72b6023e649e28f
+GITHUB_TAG=	1e4f4e3625427dbd25427ba9dbebb7e244f1ebe6
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/vcf-split
diff --git a/vcf-split/distinfo b/vcf-split/distinfo
index d6a0fcbc18..89647b7a98 100644
--- a/vcf-split/distinfo
+++ b/vcf-split/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (vcf-split-0.1.2.17-3755184df0639004e75c81ccf72b6023e649e28f.tar.gz) = bf079645dc67c26be6f4456ab22580e989564fbbebf206b50d4b0f03b65ad552
-SHA512 (vcf-split-0.1.2.17-3755184df0639004e75c81ccf72b6023e649e28f.tar.gz) = c09329695d6bd9083a476a8c4dd4f9e526c961a57f8001a2c56f80813a745d1f374d362324bab086be582bd8b0b84e211cb2017ee8c2db076c1ff0011612b039
-Size (vcf-split-0.1.2.17-3755184df0639004e75c81ccf72b6023e649e28f.tar.gz) = 16138 bytes
+BLAKE2s (vcf-split-0.1.2.19-1e4f4e3625427dbd25427ba9dbebb7e244f1ebe6.tar.gz) = 6227c46a2027c93e27e0574ac7484bfb3899abf5f40b7e3859bcb9b307b4d8d3
+SHA512 (vcf-split-0.1.2.19-1e4f4e3625427dbd25427ba9dbebb7e244f1ebe6.tar.gz) = c44eed331a2c35352ff6b633c049c4efd83716b6f7d5936de17e2ebb45bfc09bbcd1f7243012054974096a5db2d3c91bc1772b8051d5057878487331b9081878
+Size (vcf-split-0.1.2.19-1e4f4e3625427dbd25427ba9dbebb7e244f1ebe6.tar.gz) = 21689 bytes


Home | Main Index | Thread Index | Old Index