Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 05:07:47 +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: r554669 - head/sysutils/syslog-ng
Message-ID:  <202011090507.0A957ltf048576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090507.0A957ltf048576>