diff options
author | cy <cy@FreeBSD.org> | 2016-03-24 14:14:25 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-03-24 14:14:25 +0800 |
commit | b9d829e7eb20171642ccbbb96e3fc4536d62bb89 (patch) | |
tree | c6bc7b0b205555beb5262d08336347d90d6f9d71 /sysutils | |
parent | 0b4f8db3fa6e7506f83f1fb21a7269f1547d9be1 (diff) | |
download | freebsd-ports-gnome-b9d829e7eb20171642ccbbb96e3fc4536d62bb89.tar.gz freebsd-ports-gnome-b9d829e7eb20171642ccbbb96e3fc4536d62bb89.tar.zst freebsd-ports-gnome-b9d829e7eb20171642ccbbb96e3fc4536d62bb89.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslog-ng-incubator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |