svn commit: r539269 - head/net/corosync2

Vinícius Zavam egypcio at FreeBSD.org
Mon Jun 15 19:17:18 UTC 2020


Author: egypcio
Date: Mon Jun 15 19:17:18 2020
New Revision: 539269
URL: https://svnweb.freebsd.org/changeset/ports/539269

Log:
  net/corosync2: limit PORTSCOUT, based on dns/dnsdbq's PORTSCOUT regex

Modified:
  head/net/corosync2/Makefile.common

Modified: head/net/corosync2/Makefile.common
==============================================================================
--- head/net/corosync2/Makefile.common	Mon Jun 15 19:14:38 2020	(r539268)
+++ head/net/corosync2/Makefile.common	Mon Jun 15 19:17:18 2020	(r539269)
@@ -26,7 +26,7 @@ LDFLAGS+=		-B${LOCALBASE}/bin
 INSTALL_TARGET=		install-strip
 TEST_TARGET=		check
 
-PORTSCOUT=		skipv:2.99.5
+PORTSCOUT=		limit:^2*\.[4-9]*\.[0-9]*$$
 
 OPTIONS_DEFINE=		DBUS DOCS SNMP
 OPTIONS_SUB=		yes


More information about the svn-ports-all mailing list