Date: Tue, 21 May 2019 11:48: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: r502216 - head/sysutils/syslog-ng Message-ID: <201905211148.x4LBmPKX038249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue May 21 11:48:25 2019 New Revision: 502216 URL: https://svnweb.freebsd.org/changeset/ports/502216 Log: Add syslog-ng321 to list. Peter Czanik, our upline support person at Balabit for syslog-ng recommended waiting a week before making syslog-ng321 default. However Nicolas Embriz <nbari@tequila.io> requested it be made default earlier. Since there are no issues with syslog-ng321 and our upline sees no issues with making 321 default, let's make it so. Requested by: Nicolas Embriz <nbari@tequila.io> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Modified: head/sysutils/syslog-ng/Makefile Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Tue May 21 11:20:37 2019 (r502215) +++ head/sysutils/syslog-ng/Makefile Tue May 21 11:48:25 2019 (r502216) @@ -1,7 +1,7 @@ # $FreeBSD$ -VERSIONS= 39 314 315 317 318 319 320 -SYSLOG_NG_VERSION?= 320 +VERSIONS= 39 314 315 317 318 319 320 321 +SYSLOG_NG_VERSION?= 321 MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905211148.x4LBmPKX038249>