svn commit: r414830 - head/archivers/zip-ada

John Marino marino at FreeBSD.org
Mon May 9 09:12:28 UTC 2016


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)
 


More information about the svn-ports-head mailing list