From owner-svn-ports-head@freebsd.org Fri Nov 23 22:25:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43E841106E51; Fri, 23 Nov 2018 22:25:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8849577375; Fri, 23 Nov 2018 22:25:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D85B24C6A; Fri, 23 Nov 2018 22:25:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wANMPAeJ011567; Fri, 23 Nov 2018 22:25:10 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wANMP9a9011563; Fri, 23 Nov 2018 22:25:09 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201811232225.wANMP9a9011563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 23 Nov 2018 22:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485711 - in head/sysutils: . cfengine cfengine313 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: . cfengine cfengine313 X-SVN-Commit-Revision: 485711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8849577375 X-Spamd-Result: default: False [1.56 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.42)[0.420,0]; NEURAL_SPAM_MEDIUM(0.73)[0.730,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.41)[0.415,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 22:25:17 -0000 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