From owner-svn-ports-head@FreeBSD.ORG Thu Feb 28 21:02:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27724897; Thu, 28 Feb 2013 21:02:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 19D8E1F7; Thu, 28 Feb 2013 21:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SL2TAP048190; Thu, 28 Feb 2013 21:02:29 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1SL2Tjt048182; Thu, 28 Feb 2013 21:02:29 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201302282102.r1SL2Tjt048182@svn.freebsd.org> From: Glen Barber Date: Thu, 28 Feb 2013 21:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313127 - in head/sysutils/cfengine-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 28 Feb 2013 21:02:30 -0000 Author: gjb Date: Thu Feb 28 21:02:28 2013 New Revision: 313127 URL: http://svnweb.freebsd.org/changeset/ports/313127 Log: - Update to 3.5.0a2 New features: - cf-promises flag --parse-tree is replaced by --policy-output-format=, requiring the user to specify the output format (none, cf, json) - cf-promises allows partial check of policy (without body common control) without integrity check; --full-check enforces integrity check - agent binaries support JSON input format (.json file as generated by cf-promises) - cf-key: new options --trust-key/-t and --print-digest/-p - Class "failsafe_fallback" is defined in failsafe.cf when main policy contains errors and failsafe is run because of this - add scope attribute for body classes (Redmine #2013) Changes: - process promises don't log if processes are out of range unless you run in verbose mode - reports promises are now allowed in any context (Redmine #2005) - cf-report has been removed - cf-execd: --once implies --no-fork Bugfixes: - do not wait for splaytime when executing only once - disable xml editing functionality when libxml2 doesn't provide necessary APIs (Redmine #1937) Approved by: cy (maintainer, implicit) Added: head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c (contents, props changed) Deleted: head/sysutils/cfengine-devel/files/patch-doc-build-stdlib.c Modified: head/sysutils/cfengine-devel/Makefile head/sysutils/cfengine-devel/distinfo head/sysutils/cfengine-devel/pkg-plist Modified: head/sysutils/cfengine-devel/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Thu Feb 28 20:58:45 2013 (r313126) +++ head/sysutils/cfengine-devel/Makefile Thu Feb 28 21:02:28 2013 (r313127) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.5.0a1 -PORTREVISION= 2 +PORTVERSION= 3.5.0a2 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -78,7 +77,7 @@ LIB_DEPENDS+= virt.1000:${PORTSDIR}/dev .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ - cf-report.8 cf-serverd.8 cf-execd.8 \ + cf-serverd.8 cf-execd.8 \ cf-promises.8 cf-runagent.8 post-patch: Modified: head/sysutils/cfengine-devel/distinfo ============================================================================== --- head/sysutils/cfengine-devel/distinfo Thu Feb 28 20:58:45 2013 (r313126) +++ head/sysutils/cfengine-devel/distinfo Thu Feb 28 21:02:28 2013 (r313127) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.5.0a1.tar.gz) = 47d3eff2321360e0c5287e7a4d2c6d57acb90b279fb28fbc5571307716f0d225 -SIZE (cfengine-3.5.0a1.tar.gz) = 4773963 +SHA256 (cfengine-3.5.0a2.tar.gz) = 39ab4e6237a52c8b41698f0ca0f0ecddcc4b722782eedab07ba359d6bd3c71fa +SIZE (cfengine-3.5.0a2.tar.gz) = 4767372 Added: head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c Thu Feb 28 21:02:28 2013 (r313127) @@ -0,0 +1,10 @@ +--- libutils/ip_address.c.orig 2013-02-28 14:46:19.800950567 -0500 ++++ libutils/ip_address.c 2013-02-28 14:46:32.928950862 -0500 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include + Modified: head/sysutils/cfengine-devel/pkg-plist ============================================================================== --- head/sysutils/cfengine-devel/pkg-plist Thu Feb 28 20:58:45 2013 (r313126) +++ head/sysutils/cfengine-devel/pkg-plist Thu Feb 28 21:02:28 2013 (r313127) @@ -7,7 +7,6 @@ sbin/cf-execd sbin/cf-key sbin/cf-monitord sbin/cf-promises -sbin/cf-report sbin/cf-runagent sbin/cf-serverd sbin/rpmvercmp @@ -15,7 +14,6 @@ share/cfengine/CoreBase/cf-sketch-runfil share/cfengine/CoreBase/def.cf share/cfengine/CoreBase/promises.cf share/cfengine/CoreBase/controls/cf_execd.cf -share/cfengine/CoreBase/controls/cf_report.cf share/cfengine/CoreBase/controls/cf_agent.cf share/cfengine/CoreBase/controls/cf_runagent.cf share/cfengine/CoreBase/controls/cf_monitord.cf