svn commit: r554669 - head/sysutils/syslog-ng
Cy Schubert
cy at FreeBSD.org
Mon Nov 9 05:07:48 UTC 2020
Author: cy
Date: Mon Nov 9 05:07:47 2020
New Revision: 554669
URL: https://svnweb.freebsd.org/changeset/ports/554669
Log:
This is commit two of a two commit set:
Reduce supported syslog-ng ports to the latest syslog-ng supported by
our upstream, oniedentity.com. Upstream does not officially support
earlier releases. This commit reduces unofficial support expectations
and allows us to rely totally on upstream for support.
This commit copies syslog-ng from syslog-ng329, which contains the full
history of the syslog-ng family of ports. Whereas syslog-ng became a
meta-port many moons ago to support multiple versions of syslog-ng in
the tree. We will only support syslog-ng supported by our upstream.
Discussed wth: Peter Czanik (CzP) <peter.czanik at oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
Added:
head/sysutils/syslog-ng/
- copied from r554668, head/sysutils/syslog-ng329/
Modified:
head/sysutils/syslog-ng/Makefile
Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng329/Makefile Mon Nov 9 05:01:56 2020 (r554668)
+++ head/sysutils/syslog-ng/Makefile Mon Nov 9 05:07:47 2020 (r554669)
@@ -6,17 +6,11 @@ DISTVERSION= 3.29.1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/
-.if !defined(MASTERDIR)
-PKGNAMESUFFIX= 329
-.endif
MAINTAINER= cy at FreeBSD.org
COMMENT= Powerful syslogd replacement
BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld)
-
-DEPRECATED= Reduction of syslog-ng ports to one
-EXPIRATION_DATE= 2020-12-31
LIB_DEPENDS= libpcre.so:devel/pcre \
libuuid.so:misc/e2fsprogs-libuuid
More information about the svn-ports-all
mailing list