svn commit: r540524 - head/net/corosync2

Vinícius Zavam egypcio at FreeBSD.org
Fri Jun 26 16:21:45 UTC 2020


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
 


More information about the svn-ports-all mailing list