svn commit: r497320 - in head/sysutils: eventlog syslog-ng314 syslog-ng39

Cy Schubert cy at FreeBSD.org
Sat Mar 30 18:36:45 UTC 2019


Author: cy
Date: Sat Mar 30 18:36:43 2019
New Revision: 497320
URL: https://svnweb.freebsd.org/changeset/ports/497320

Log:
  Deprecate and expire Balabit software no longer supported by them.

Modified:
  head/sysutils/eventlog/Makefile   (contents, props changed)
  head/sysutils/syslog-ng314/Makefile   (contents, props changed)
  head/sysutils/syslog-ng39/Makefile   (contents, props changed)

Modified: head/sysutils/eventlog/Makefile
==============================================================================
--- head/sysutils/eventlog/Makefile	Sat Mar 30 18:36:33 2019	(r497319)
+++ head/sysutils/eventlog/Makefile	Sat Mar 30 18:36:43 2019	(r497320)
@@ -11,6 +11,9 @@ DISTFILES=	${PORTNAME}_${PORTVERSION}.tar.gz
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Replacement of the simple syslog() API providing structure to messages
 
+DEPRECATED=		No longer supported by Balabit
+EXPIRATION_DATE=	2019-12-31
+
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 

Modified: head/sysutils/syslog-ng314/Makefile
==============================================================================
--- head/sysutils/syslog-ng314/Makefile	Sat Mar 30 18:36:33 2019	(r497319)
+++ head/sysutils/syslog-ng314/Makefile	Sat Mar 30 18:36:43 2019	(r497320)
@@ -15,6 +15,9 @@ COMMENT=	Powerful syslogd replacement
 
 BROKEN_sparc64=		fails to link: Internal error: Segmentation fault (program ld)
 
+DEPRECATED=		No longer supported by Balabit
+EXPIRATION_DATE=	2019-12-31
+
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid
 

Modified: head/sysutils/syslog-ng39/Makefile
==============================================================================
--- head/sysutils/syslog-ng39/Makefile	Sat Mar 30 18:36:33 2019	(r497319)
+++ head/sysutils/syslog-ng39/Makefile	Sat Mar 30 18:36:43 2019	(r497320)
@@ -15,6 +15,9 @@ COMMENT=	Powerful syslogd replacement
 
 BROKEN_sparc64=		fails to link: Internal error: Segmentation fault (program ld)
 
+DEPRECATED=		No longer supported by Balabit
+EXPIRATION_DATE=	2019-12-31
+
 LIB_DEPENDS=	libevtlog.so:sysutils/eventlog \
 		libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid


More information about the svn-ports-all mailing list