svn commit: r530756 - head/sysutils/garcon

Guido Falsi madpilot at FreeBSD.org
Sun Apr 5 09:13:31 UTC 2020


Author: madpilot
Date: Sun Apr  5 09:13:21 2020
New Revision: 530756
URL: https://svnweb.freebsd.org/changeset/ports/530756

Log:
  Limit PORTSCOUT reporting to stable versions.

Modified:
  head/sysutils/garcon/Makefile

Modified: head/sysutils/garcon/Makefile
==============================================================================
--- head/sysutils/garcon/Makefile	Sun Apr  5 08:45:13 2020	(r530755)
+++ head/sysutils/garcon/Makefile	Sun Apr  5 09:13:21 2020	(r530756)
@@ -28,6 +28,8 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--without-html-dir
 
+PORTSCOUT=	limitw:1,even
+
 OPTIONS_DEFINE=		GTK2 NLS
 OPTIONS_DEFAULT=	GTK2
 OPTIONS_SUB=		yes


More information about the svn-ports-head mailing list