Date: Sun, 14 Oct 2018 20:59:30 +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: r482115 - in head/sysutils: cfengine cfengine-masterfiles Message-ID: <201810142059.w9EKxUPZ052084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Oct 14 20:59:30 2018 New Revision: 482115 URL: https://svnweb.freebsd.org/changeset/ports/482115 Log: Set the default cfengine and masterfiles to 3.12. cfengine releases 3.11 and older do not support OpenSSL 1.1.X which is now in HEAD. Modified: head/sysutils/cfengine-masterfiles/Makefile (contents, props changed) head/sysutils/cfengine/Makefile (contents, props changed) Modified: head/sysutils/cfengine-masterfiles/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles/Makefile Sun Oct 14 20:42:38 2018 (r482114) +++ head/sysutils/cfengine-masterfiles/Makefile Sun Oct 14 20:59:30 2018 (r482115) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 36 37 38 39 310 311 312 -CFENGINE_VERSION?= 311 +CFENGINE_VERSION?= 312 MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION} Modified: head/sysutils/cfengine/Makefile ============================================================================== --- head/sysutils/cfengine/Makefile Sun Oct 14 20:42:38 2018 (r482114) +++ head/sysutils/cfengine/Makefile Sun Oct 14 20:59:30 2018 (r482115) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 22 32 33 34 35 36 37 38 39 310 311 312 -CFENGINE_VERSION?= 311 +CFENGINE_VERSION?= 312 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810142059.w9EKxUPZ052084>