Date: Thu, 24 Mar 2016 06:14:26 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411754 - head/sysutils/syslog-ng-incubator Message-ID: <201603240614.u2O6EQIJ074257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603240614.u2O6EQIJ074257>