svn commit: r451269 - head/sysutils/syslog-ng-incubator

Cy Schubert cy at FreeBSD.org
Thu Oct 5 06:22:26 UTC 2017


Author: cy
Date: Thu Oct  5 06:22:25 2017
New Revision: 451269
URL: https://svnweb.freebsd.org/changeset/ports/451269

Log:
  Register conflicts with syslog-ng ports > 3.6.
  
  Reported by:	rodrigo

Modified:
  head/sysutils/syslog-ng-incubator/Makefile   (contents, props changed)

Modified: head/sysutils/syslog-ng-incubator/Makefile
==============================================================================
--- head/sysutils/syslog-ng-incubator/Makefile	Thu Oct  5 06:22:21 2017	(r451268)
+++ head/sysutils/syslog-ng-incubator/Makefile	Thu Oct  5 06:22:25 2017	(r451269)
@@ -12,6 +12,9 @@ DISTFILES=	syslog-ng-incubator-${PORTVERSION}.tar.xz
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The syslog-ng module incubator
 
+CONFLICTS=	syslog-ng3[79]-* syslog-ng31[0-9]-* syslog-ng-3.[79].* \
+		syslog-ng3.1[0-9].*
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list