Date: Thu, 12 Sep 2019 04:32:25 +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: r511854 - head/sysutils/syslog-ng320 Message-ID: <201909120432.x8C4WPGT006932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909120432.x8C4WPGT006932>