svn commit: r514336 - head/biology/prodigal

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 12 15:40:22 UTC 2019


Author: yuri
Date: Sat Oct 12 15:40:21 2019
New Revision: 514336
URL: https://svnweb.freebsd.org/changeset/ports/514336

Log:
  biology/prodigal: Eliminate a very old version from the portscout discovery process

Modified:
  head/biology/prodigal/Makefile

Modified: head/biology/prodigal/Makefile
==============================================================================
--- head/biology/prodigal/Makefile	Sat Oct 12 15:36:47 2019	(r514335)
+++ head/biology/prodigal/Makefile	Sat Oct 12 15:40:21 2019	(r514336)
@@ -22,6 +22,8 @@ MAKE_ARGS=	INSTALLDIR=${STAGEDIR}${PREFIX}/bin
 
 PLIST_FILES=	bin/${PORTNAME}
 
+PORTSCOUT=	skipv:2.60 # a very old version is labeled with 2.60 in their repository
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 


More information about the svn-ports-head mailing list