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

Cy Schubert cy at FreeBSD.org
Thu Mar 24 05:57:33 UTC 2016


Author: cy
Date: Thu Mar 24 05:57:31 2016
New Revision: 411752
URL: https://svnweb.freebsd.org/changeset/ports/411752

Log:
  This commit is the second part of a two part commit.
  
  The syslog-ng port now becomes a meta-port which by default
  builds and installs syslog-ng37.
  
  Discussed with:	Peter Czanik (CzP) <peter.czanik at balabit.com>
  		Balabit / syslog-ng upstream

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

Added: head/sysutils/syslog-ng/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/syslog-ng/Makefile	Thu Mar 24 05:57:31 2016	(r411752)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+VERSIONS=		34 35 36 37
+SYSLOG_NG_VERSION?=	37
+
+MASTERDIR=		${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list