svn commit: r511855 - head/sysutils/syslog-ng

Cy Schubert cy at FreeBSD.org
Thu Sep 12 04:38:08 UTC 2019


Author: cy
Date: Thu Sep 12 04:38:08 2019
New Revision: 511855
URL: https://svnweb.freebsd.org/changeset/ports/511855

Log:
  Remove unsupported/deprecated versions of syslog-ng from the metaport
  to discourage their selection and use.
  
  Set syslog-ng323 as the new default.

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

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Thu Sep 12 04:32:25 2019	(r511854)
+++ head/sysutils/syslog-ng/Makefile	Thu Sep 12 04:38:08 2019	(r511855)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
-VERSIONS=		315 317 318 319 320 321 322 323
-SYSLOG_NG_VERSION?=	322
+VERSIONS=		320 321 322 323
+SYSLOG_NG_VERSION?=	323
 
 MASTERDIR=		${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
 


More information about the svn-ports-head mailing list