Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 15:40:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514336 - head/biology/prodigal
Message-ID:  <201910121540.x9CFeLaH001589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910121540.x9CFeLaH001589>