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

Cy Schubert cy at FreeBSD.org
Thu Mar 24 06:14:27 UTC 2016


Author: cy
Date: Thu Mar 24 06:14:25 2016
New Revision: 411754
URL: https://svnweb.freebsd.org/changeset/ports/411754

Log:
  Syslog-ng-incubator will not work with syslog-ng37. Balabit is working
  on a new version of incubator which will work with syslog-ng 3.7.3.
  In the mean time anchor the incubator to syslog-ng36.
  
  Discussed with:	Peter Czanik (CzP) <peter.czanik at balabit.com>
  		Balabit / syslog-ng upstream

Modified:
  head/sysutils/syslog-ng-incubator/Makefile

Modified: head/sysutils/syslog-ng-incubator/Makefile
==============================================================================
--- head/sysutils/syslog-ng-incubator/Makefile	Thu Mar 24 06:09:18 2016	(r411753)
+++ head/sysutils/syslog-ng-incubator/Makefile	Thu Mar 24 06:14:25 2016	(r411754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng-incubator
 PORTVERSION=	0.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/balabit/syslog-ng-incubator/releases/download/syslog-ng-incubator-${PORTVERSION}/
 # http://packages.madhouse-project.org/syslog-ng/incubator/
@@ -17,7 +17,7 @@ WRKSRC=		$(WRKDIR)/$(PORTNAME)-$(PORTVER
 MAKE_JOBS_UNSAFE=	yes
 
 LIB_DEPENDS=	libevtlog.so:${PORTSDIR}/sysutils/eventlog \
-		libsyslog-ng-3.7.so.0:${PORTSDIR}/sysutils/syslog-ng
+		libsyslog-ng-3.6.so.0:${PORTSDIR}/sysutils/syslog-ng36
 
 USES=		bison gmake libtool lua pathfix pkgconfig shebangfix tar:xz
 SHEBANG_FILES=	scl/elasticsearch/es-bridge


More information about the svn-ports-all mailing list