Date: Fri, 23 Nov 2018 22:25:09 +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: r485711 - in head/sysutils: . cfengine cfengine313 Message-ID: <201811232225.wANMP9a9011563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Nov 23 22:25:09 2018 New Revision: 485711 URL: https://svnweb.freebsd.org/changeset/ports/485711 Log: Welcome the new cfengine313. While here use the cfengine-devel pkg-plist as it sorts entries in the correct order. Update the cfengine meta-port to include 313. Added: head/sysutils/cfengine313/ - copied from r485642, head/sysutils/cfengine312/ Modified: head/sysutils/Makefile head/sysutils/cfengine/Makefile head/sysutils/cfengine313/Makefile head/sysutils/cfengine313/distinfo head/sysutils/cfengine313/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Nov 23 22:07:04 2018 (r485710) +++ head/sysutils/Makefile Fri Nov 23 22:25:09 2018 (r485711) @@ -163,6 +163,7 @@ SUBDIR += cfengine310 SUBDIR += cfengine311 SUBDIR += cfengine312 + SUBDIR += cfengine313 SUBDIR += cfengine32 SUBDIR += cfengine33 SUBDIR += cfengine34 Modified: head/sysutils/cfengine/Makefile ============================================================================== --- head/sysutils/cfengine/Makefile Fri Nov 23 22:07:04 2018 (r485710) +++ head/sysutils/cfengine/Makefile Fri Nov 23 22:25:09 2018 (r485711) @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 22 32 33 34 35 36 37 38 39 310 311 312 +VERSIONS= 22 32 33 34 35 36 37 38 39 310 311 312 313 CFENGINE_VERSION?= 312 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} Modified: head/sysutils/cfengine313/Makefile ============================================================================== --- head/sysutils/cfengine312/Makefile Fri Nov 23 06:56:09 2018 (r485642) +++ head/sysutils/cfengine313/Makefile Fri Nov 23 22:25:09 2018 (r485711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.12.0 +PORTVERSION= 3.13.0 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ @@ -17,7 +17,7 @@ CPE_VENDOR= gnu CONFLICTS= cfengine-2* cfengine3[0-9]-* cfengine31[013-9]-* .if !defined(MASTERDIR) -PKGNAMESUFFIX= 312 +PKGNAMESUFFIX= 313 CONFLICTS+= cfengine-3.* .endif Modified: head/sysutils/cfengine313/distinfo ============================================================================== --- head/sysutils/cfengine312/distinfo Fri Nov 23 06:56:09 2018 (r485642) +++ head/sysutils/cfengine313/distinfo Fri Nov 23 22:25:09 2018 (r485711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530590293 -SHA256 (cfengine-3.12.0.tar.gz) = d71ba98a272390c6fa8bc20e8ea27f0050a0a72a3e6b206a4762b4646be332ec -SIZE (cfengine-3.12.0.tar.gz) = 2470423 +TIMESTAMP = 1543009443 +SHA256 (cfengine-3.13.0.tar.gz) = 58efa5cb929a3db21238090506952c0647c064ab35fadbbbdf78138db487986c +SIZE (cfengine-3.13.0.tar.gz) = 2512254 Modified: head/sysutils/cfengine313/pkg-plist ============================================================================== --- head/sysutils/cfengine312/pkg-plist Fri Nov 23 06:56:09 2018 (r485642) +++ head/sysutils/cfengine313/pkg-plist Fri Nov 23 22:25:09 2018 (r485711) @@ -1,4 +1,5 @@ bin/cf-agent +bin/cf-check bin/cf-execd bin/cf-key bin/cf-monitord @@ -34,8 +35,8 @@ libexec/cfengine/libpromises.so.3.0.6 %%DOCSDIR%%/examples/badtype.cf %%DOCSDIR%%/examples/bsdflags.cf %%DOCSDIR%%/examples/bundle_return_values.cf -%%DOCSDIR%%/examples/bundlesmatching.cf %%DOCSDIR%%/examples/bundlesequence.cf +%%DOCSDIR%%/examples/bundlesmatching.cf %%DOCSDIR%%/examples/bundlestate.cf %%DOCSDIR%%/examples/canonify.cf %%DOCSDIR%%/examples/cf2_integration.cf @@ -141,9 +142,9 @@ libexec/cfengine/libpromises.so.3.0.6 %%DOCSDIR%%/examples/groupexists.cf %%DOCSDIR%%/examples/guest_environment_kvm.cf %%DOCSDIR%%/examples/hash.cf +%%DOCSDIR%%/examples/hash_to_int.cf %%DOCSDIR%%/examples/hashcomment.cf %%DOCSDIR%%/examples/hashmatch.cf -%%DOCSDIR%%/examples/hash_to_int.cf %%DOCSDIR%%/examples/hashuncomment.cf %%DOCSDIR%%/examples/helloworld.cf %%DOCSDIR%%/examples/host2ip.cf @@ -346,6 +347,7 @@ libexec/cfengine/libpromises.so.3.0.6 %%DOCSDIR%%/examples/string_head.cf %%DOCSDIR%%/examples/string_length.cf %%DOCSDIR%%/examples/string_mustache.cf +%%DOCSDIR%%/examples/string_replace.cf %%DOCSDIR%%/examples/string_reverse.cf %%DOCSDIR%%/examples/string_split.cf %%DOCSDIR%%/examples/string_tail.cf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232225.wANMP9a9011563>