svn commit: r553171 - head/net/corosync2

Vinícius Zavam egypcio at FreeBSD.org
Sat Oct 24 09:41:02 UTC 2020


Author: egypcio
Date: Sat Oct 24 09:41:01 2020
New Revision: 553171
URL: https://svnweb.freebsd.org/changeset/ports/553171

Log:
  net/corosync2: remove asterisk from PORTSCOUT's limit

Modified:
  head/net/corosync2/Makefile

Modified: head/net/corosync2/Makefile
==============================================================================
--- head/net/corosync2/Makefile	Sat Oct 24 09:33:47 2020	(r553170)
+++ head/net/corosync2/Makefile	Sat Oct 24 09:41:01 2020	(r553171)
@@ -6,7 +6,7 @@ PORTREVISION=		1
 PKGNAMESUFFIX=		2
 
 CONFLICTS=		corosync3-[0-9]*
-PORTSCOUT=		limit:^2*\.[0-9\.]*$$
+PORTSCOUT=		limit:^2\.[0-9]\.[0-9]
 
 .include "${.CURDIR}/Makefile.common"
 


More information about the svn-ports-all mailing list