pkgsrc-WIP-changes archive

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

vcftools: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 5 09:33:22 2018 -0500
Changeset:	86815d899062a9846ce9412ad2be6d5eab77c661

Modified Files:
	vcftools/Makefile
	vcftools/TODO

Log Message:
vcftools: Clean up

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

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

diffstat:
 vcftools/Makefile | 3 +--
 vcftools/TODO     | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/vcftools/Makefile b/vcftools/Makefile
index 94ac7dbc66..21d64d72fd 100644
--- a/vcftools/Makefile
+++ b/vcftools/Makefile
@@ -5,7 +5,6 @@ PKGNAME=	vcftools-${DISTVERSION}
 DISTVERSION=	0.1.15
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=vcftools/}
-GITHUB_PROJECT=	vcftools
 GITHUB_TAG=	v${DISTVERSION}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
@@ -19,7 +18,7 @@ GNU_CONFIGURE=	yes
 REPLACE_PERL=	src/perl/*
 
 # No zlib.pc on FreeBSD 9.x
-CONFIGURE_ENV=	ZLIB_CFLAGS=" " ZLIB_LIBS="-lz"
+CONFIGURE_ENV+=	ZLIB_CFLAGS=" " ZLIB_LIBS="-lz"
 
 pre-configure:
 	cd ${WRKSRC} && autoreconf -if
diff --git a/vcftools/TODO b/vcftools/TODO
index f2680e505a..f51bd46f96 100644
--- a/vcftools/TODO
+++ b/vcftools/TODO
@@ -1,6 +1,4 @@
 Use perl path var in plist
 
-Clean up and test
-
 This package has known vulnerabilities, please investigate and fix if possible:
  CVE-2018-11099, CVE-2018-11129, CVE-2018-11130


Home | Main Index | Thread Index | Old Index