Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 09:41:01 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553171 - head/net/corosync2
Message-ID:  <202010240941.09O9f11x044892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010240941.09O9f11x044892>