svn commit: r410827 - head/net-mgmt/weathermap

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Mar 11 13:23:36 UTC 2016


Author: rakuco
Date: Fri Mar 11 13:23:34 2016
New Revision: 410827
URL: https://svnweb.freebsd.org/changeset/ports/410827

Log:
  Set PORTSCOUT=ignore:1.
  
  Yet another attempt at shutting portscout up. This time use the right syntax.
  Thanks to zi@ for pointing it out.
  
  PR:		207696

Modified:
  head/net-mgmt/weathermap/Makefile

Modified: head/net-mgmt/weathermap/Makefile
==============================================================================
--- head/net-mgmt/weathermap/Makefile	Fri Mar 11 12:36:19 2016	(r410826)
+++ head/net-mgmt/weathermap/Makefile	Fri Mar 11 13:23:34 2016	(r410827)
@@ -26,7 +26,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 SHEBANG_FILES=	weathermap
 
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 PORTDOCS=	README INSTALL
 


More information about the svn-ports-all mailing list