pkgsrc-WIP-changes archive

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

ad2vcf: Update to 0.1.3.45



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Dec 12 13:24:16 2021 -0600
Changeset:	372ac00e9e23dcda15205e457b6058ae9220a3f6

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

Log Message:
ad2vcf: Update to 0.1.3.45

New version detection script using git or package build env

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

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

diffstat:
 ad2vcf/Makefile    | 6 ++++--
 ad2vcf/distinfo    | 6 +++---
 vcf-split/Makefile | 2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/ad2vcf/Makefile b/ad2vcf/Makefile
index effbdfb338..297fe11572 100644
--- a/ad2vcf/Makefile
+++ b/ad2vcf/Makefile
@@ -1,15 +1,17 @@
 # $NetBSD$
 
-DISTNAME=	ad2vcf-0.1.3.43
+DISTNAME=	ad2vcf-0.1.3.45
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	a7e0f2c7bbcc49e0b56d23531260b1edfbccddaf
+GITHUB_TAG=	22296d4e09c5ed1be65b731ccf42ddf19f8b2890
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/ad2vcf
 COMMENT=	Add allelic depth info from a SAM stream to a VCF file
 LICENSE=	2-clause-bsd
 
+MAKE_ENV+=	VERSION=${PKGVERSION}
+
 pre-build:
 	cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
 
diff --git a/ad2vcf/distinfo b/ad2vcf/distinfo
index f1b1d2779b..785b884051 100644
--- a/ad2vcf/distinfo
+++ b/ad2vcf/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (ad2vcf-0.1.3.43-a7e0f2c7bbcc49e0b56d23531260b1edfbccddaf.tar.gz) = 4254490ec3a762965dd4bb63dcf2107da79edf516956dd95e29b75d6b4b211c5
-SHA512 (ad2vcf-0.1.3.43-a7e0f2c7bbcc49e0b56d23531260b1edfbccddaf.tar.gz) = 9c126f780155a690b924662153a1540c4640245341025976474dc713986e31edb270b1dd7cce3fb43520cf32c384a4563799cdbb27838ffd6b8a60f916d6a796
-Size (ad2vcf-0.1.3.43-a7e0f2c7bbcc49e0b56d23531260b1edfbccddaf.tar.gz) = 16031 bytes
+BLAKE2s (ad2vcf-0.1.3.45-22296d4e09c5ed1be65b731ccf42ddf19f8b2890.tar.gz) = af306843db9670cbbc65e830b06a187d84e73ec13fd3927e9b4a023bca86c0f8
+SHA512 (ad2vcf-0.1.3.45-22296d4e09c5ed1be65b731ccf42ddf19f8b2890.tar.gz) = 803adcc2c26579e61b3bc39e410cad92202ddd3ff9212affeaeca920d79bbba71008c4d91ace066d065b127a7e9ba30858f224f2968cb8b22cdc921087945411
+Size (ad2vcf-0.1.3.45-22296d4e09c5ed1be65b731ccf42ddf19f8b2890.tar.gz) = 15974 bytes
diff --git a/vcf-split/Makefile b/vcf-split/Makefile
index 523bc767a5..f44a46b468 100644
--- a/vcf-split/Makefile
+++ b/vcf-split/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/auerlab/vcf-split
 COMMENT=	Split a multi-sample VCF into single-sample VCFs
 LICENSE=	2-clause-bsd
 
-MAKE_ENV=	PKGVERSION=${PKGVERSION}
+MAKE_ENV+=	PKGVERSION=${PKGVERSION}
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend


Home | Main Index | Thread Index | Old Index