svn commit: r375866 - head/biology/ncbi-blast+

Michael Gmelin grembo at FreeBSD.org
Wed Dec 31 00:31:57 UTC 2014


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 at tds.net


More information about the svn-ports-head mailing list