From b9d829e7eb20171642ccbbb96e3fc4536d62bb89 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 24 Mar 2016 06:14:25 +0000 Subject: 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) Balabit / syslog-ng upstream --- sysutils/syslog-ng-incubator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/syslog-ng-incubator/Makefile b/sysutils/syslog-ng-incubator/Makefile index 009a64488cb7..2419de718b16 100644 --- a/sysutils/syslog-ng-incubator/Makefile +++ b/sysutils/syslog-ng-incubator/Makefile @@ -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)-$(PORTVERSION) 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 -- cgit