svn commit: r511854 - head/sysutils/syslog-ng320

Cy Schubert cy at FreeBSD.org
Thu Sep 12 04:32:26 UTC 2019


Author: cy
Date: Thu Sep 12 04:32:25 2019
New Revision: 511854
URL: https://svnweb.freebsd.org/changeset/ports/511854

Log:
  Implement the new syslog-ng deprecation policy of expiring N-4
  six months after N is committed to ports.
  
  Discussed with:	Peter Czanik (CzP) <peter.czanik at oneidentity.com>
  		Balabit (a OneIdentity company) / syslog-ng upstream

Modified:
  head/sysutils/syslog-ng320/Makefile   (contents, props changed)

Modified: head/sysutils/syslog-ng320/Makefile
==============================================================================
--- head/sysutils/syslog-ng320/Makefile	Thu Sep 12 04:32:08 2019	(r511853)
+++ head/sysutils/syslog-ng320/Makefile	Thu Sep 12 04:32:25 2019	(r511854)
@@ -15,6 +15,8 @@ COMMENT=	Powerful syslogd replacement
 
 BROKEN_sparc64=		fails to link: Internal error: Segmentation fault (program ld)
 
+DEPRECATED=	Agreed upon upstream six month deprecation policy
+EXPIRATION_DATE=	2020-03-03
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid
 


More information about the svn-ports-all mailing list