Date: Mon, 9 Nov 2020 05:01:56 +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: r554668 - in head/sysutils: syslog-ng syslog-ng324 syslog-ng325 syslog-ng326 syslog-ng328 syslog-ng329 Message-ID: <202011090501.0A951uYs045940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Nov 9 05:01:56 2020 New Revision: 554668 URL: https://svnweb.freebsd.org/changeset/ports/554668 Log: This is commit one 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 deprecates sysutils/syslog-ng32[4-9]. It also removes sysutils/syslog-ng in preparation of a repocopy of syslog-ng329 to syslog-ng. The reason for this is that the real syslog-ng history resides in syslog-ng329. Discussed wth: Peter Czanik (CzP) <peter.czanik@oneidentity.com> Balabit (a OneIdentity company) / syslog-ng upstream Deleted: head/sysutils/syslog-ng/ Modified: head/sysutils/syslog-ng324/Makefile head/sysutils/syslog-ng325/Makefile head/sysutils/syslog-ng326/Makefile head/sysutils/syslog-ng328/Makefile head/sysutils/syslog-ng329/Makefile Modified: head/sysutils/syslog-ng324/Makefile ============================================================================== --- head/sysutils/syslog-ng324/Makefile Mon Nov 9 04:58:33 2020 (r554667) +++ head/sysutils/syslog-ng324/Makefile Mon Nov 9 05:01:56 2020 (r554668) @@ -13,6 +13,9 @@ PKGNAMESUFFIX= 324 MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement +DEPRECATED= Reduction of syslog-ng ports to one +EXPIRATION_DATE= 2020-12-31 + BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) DEPRECATED= Agreed upon upstream one year deprecation policy Modified: head/sysutils/syslog-ng325/Makefile ============================================================================== --- head/sysutils/syslog-ng325/Makefile Mon Nov 9 04:58:33 2020 (r554667) +++ head/sysutils/syslog-ng325/Makefile Mon Nov 9 05:01:56 2020 (r554668) @@ -15,8 +15,8 @@ COMMENT= Powerful syslogd replacement BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) -DEPRECATED= Agreed upon upstream one year deprecation policy -EXPIRATION_DATE= 2021-05-13 +DEPRECATED= Reduction of syslog-ng ports to one +EXPIRATION_DATE= 2020-12-31 LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid Modified: head/sysutils/syslog-ng326/Makefile ============================================================================== --- head/sysutils/syslog-ng326/Makefile Mon Nov 9 04:58:33 2020 (r554667) +++ head/sysutils/syslog-ng326/Makefile Mon Nov 9 05:01:56 2020 (r554668) @@ -13,8 +13,8 @@ PKGNAMESUFFIX= 326 MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement -DEPRECATED= Agreed upon upstream one year deprecation policy -EXPIRATION_DATE= 2021-08-30 +DEPRECATED= Reduction of syslog-ng ports to one +EXPIRATION_DATE= 2020-12-31 BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) Modified: head/sysutils/syslog-ng328/Makefile ============================================================================== --- head/sysutils/syslog-ng328/Makefile Mon Nov 9 04:58:33 2020 (r554667) +++ head/sysutils/syslog-ng328/Makefile Mon Nov 9 05:01:56 2020 (r554668) @@ -15,6 +15,9 @@ 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 Modified: head/sysutils/syslog-ng329/Makefile ============================================================================== --- head/sysutils/syslog-ng329/Makefile Mon Nov 9 04:58:33 2020 (r554667) +++ head/sysutils/syslog-ng329/Makefile Mon Nov 9 05:01:56 2020 (r554668) @@ -15,6 +15,9 @@ 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?202011090501.0A951uYs045940>