Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 16:21:44 +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: r540524 - head/net/corosync2
Message-ID:  <202006261621.05QGLiDe054743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Fri Jun 26 16:21:44 2020
New Revision: 540524
URL: https://svnweb.freebsd.org/changeset/ports/540524

Log:
  net/corosync2: pet PORTSCOUT
  
    PORTSCOUT was set in the wrong Makefile; fixed;
    testport and portlint are OK (for both ports).

Modified:
  head/net/corosync2/Makefile
  head/net/corosync2/Makefile.common

Modified: head/net/corosync2/Makefile
==============================================================================
--- head/net/corosync2/Makefile	Fri Jun 26 16:19:17 2020	(r540523)
+++ head/net/corosync2/Makefile	Fri Jun 26 16:21:44 2020	(r540524)
@@ -5,8 +5,9 @@ PORTVERSION=		2.4.5
 PORTREVISION=		1
 PKGNAMESUFFIX=		2
 
-.include "${.CURDIR}/Makefile.common"
-
 CONFLICTS=		corosync3-[0-9]*
+PORTSCOUT=		limit:^2*\.[4-9]*\.[0-9]*$$
+
+.include "${.CURDIR}/Makefile.common"
 
 .include <bsd.port.mk>

Modified: head/net/corosync2/Makefile.common
==============================================================================
--- head/net/corosync2/Makefile.common	Fri Jun 26 16:19:17 2020	(r540523)
+++ head/net/corosync2/Makefile.common	Fri Jun 26 16:21:44 2020	(r540524)
@@ -26,8 +26,6 @@ LDFLAGS+=		-B${LOCALBASE}/bin
 INSTALL_TARGET=		install-strip
 TEST_TARGET=		check
 
-PORTSCOUT=		limit:^2*\.[4-9]*\.[0-9]*$$
-
 OPTIONS_DEFINE=		DBUS DOCS SNMP
 OPTIONS_SUB=		yes
 



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