Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 09:12:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414830 - head/archivers/zip-ada
Message-ID:  <201605090912.u499CRL5002071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon May  9 09:12:27 2016
New Revision: 414830
URL: https://svnweb.freebsd.org/changeset/ports/414830

Log:
  archivers/zip-ada: set portscout to ignore 50_f1
  
  Zip-ada moved to version 50_f1 using a PORTREVISION bump and portscout
  doesn't know how to deal with it.  Just ignore the version to clear the
  false positive.

Modified:
  head/archivers/zip-ada/Makefile

Modified: head/archivers/zip-ada/Makefile
==============================================================================
--- head/archivers/zip-ada/Makefile	Mon May  9 09:03:32 2016	(r414829)
+++ head/archivers/zip-ada/Makefile	Mon May  9 09:12:27 2016	(r414830)
@@ -23,6 +23,8 @@ DEMOS=		demo_csv_into_zip demo_unzip dem
 		test_stream_performance test_unz_streams \
 		test_zip_info_timing za_gnat zip_with_many_files ziptest
 
+PORTSCOUT=	ignore:50_f1	# Portscout currently showing false positive
+
 do-build:
 	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P zipada.gpr)
 



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