pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
samtools: Add reported version fix
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Jul 22 10:05:07 2020 -0500
Changeset: c601d88f6eddf6667cc053707f0f20c2d0c80082
Modified Files:
samtools/Makefile
Log Message:
samtools: Add reported version fix
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c601d88f6eddf6667cc053707f0f20c2d0c80082
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
samtools/Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index 62359c79b9..d7d2393abb 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -6,12 +6,17 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=samtools/}
MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= https://www.htslib.org/
-COMMENT= Tools for manipulating next-generation sequencing data
+COMMENT= Tools for manipulating sequence alignment maps
LICENSE= mit
USE_TOOLS+= autoconf automake autoreconf bash gmake perl
GNU_CONFIGURE= yes
+SUBST_CLASSES+= version
+SUBST_STAGE.version= pre-configure
+SUBST_SED.version= -e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"
+SUBST_FILES.version= configure.ac
+
REPLACE_PERL+= misc/*.pl
REPLACE_PERL+= test/*.pl
REPLACE_PERL+= misc/plot-bamstats
Home |
Main Index |
Thread Index |
Old Index