Date: Wed, 31 Dec 2014 00:31:56 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375866 - head/biology/ncbi-blast+ Message-ID: <201412310031.sBV0Vuv6063919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Wed Dec 31 00:31:55 2014 New Revision: 375866 URL: https://svnweb.freebsd.org/changeset/ports/375866 QAT: https://qat.redports.org/buildarchive/r375866/ Log: Fix PKGNAMEPREFIX of biology/ncbi-blast+, so that the resulting package is named like the port. Approved by: mentors (implicit) Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Tue Dec 30 23:52:31 2014 (r375865) +++ head/biology/ncbi-blast+/Makefile Wed Dec 31 00:31:55 2014 (r375866) @@ -3,9 +3,10 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ -PKGNAMEPREFIX= ncbi +PKGNAMEPREFIX= ncbi- DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= jwbacon@tds.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412310031.sBV0Vuv6063919>