Date: Thu, 23 Aug 2012 20:36:10 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303034 - head/sysutils/cfengine-devel Message-ID: <201208232036.q7NKaAmM090559@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Aug 23 20:36:09 2012 New Revision: 303034 URL: http://svn.freebsd.org/changeset/ports/303034 Log: - Update to 3.4.0a2 - Add PORTEPOCH - Add null PORTREVISION (portlint) - Separate LATEST_LINK from MAINTAINER section (portlint) Changelog: https://github.com/cfengine/core/blob/master/ChangeLog Approved by: cy (maintainer) Approved by: crees (mentor, implicit) 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 Aug 23 18:05:17 2012 (r303033) +++ head/sysutils/cfengine-devel/Makefile Thu Aug 23 20:36:09 2012 (r303034) @@ -6,7 +6,9 @@ # PORTNAME= cfengine -PORTVERSION= 3.4.0b1 +PORTVERSION= 3.4.0a2 +PORTREVISION= +PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -14,6 +16,7 @@ MASTER_SITES= http://cfengine.com/source MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port COMMENT= A systems administration tool for networks + LATEST_LINK= cfengine-devel FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} @@ -81,7 +84,7 @@ LIB_DEPENDS+= virt:${PORTSDIR}/devel/li MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ cf-report.8 cf-serverd.8 cf-execd.8 \ - cf-know.8 cf-promises.8 cf-runagent.8 + cf-promises.8 cf-runagent.8 post-patch: @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\ Modified: head/sysutils/cfengine-devel/distinfo ============================================================================== --- head/sysutils/cfengine-devel/distinfo Thu Aug 23 18:05:17 2012 (r303033) +++ head/sysutils/cfengine-devel/distinfo Thu Aug 23 20:36:09 2012 (r303034) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.4.0b1.tar.gz) = f24b54884b63fa51fd5fafba31ccd37ba930d2adc6c769df000aa6afe5a3ea38 -SIZE (cfengine-3.4.0b1.tar.gz) = 1476691 +SHA256 (cfengine-3.4.0a2.tar.gz) = e718dd2842593c283c8797027f3fc5cb4223901575d16129411a680c83aeefcb +SIZE (cfengine-3.4.0a2.tar.gz) = 8261427 Modified: head/sysutils/cfengine-devel/pkg-plist ============================================================================== --- head/sysutils/cfengine-devel/pkg-plist Thu Aug 23 18:05:17 2012 (r303033) +++ head/sysutils/cfengine-devel/pkg-plist Thu Aug 23 20:36:09 2012 (r303034) @@ -5,14 +5,20 @@ libexec/cfengine/libpromises.so.1 sbin/cf-agent sbin/cf-execd sbin/cf-key -sbin/cf-know sbin/cf-monitord sbin/cf-promises sbin/cf-report sbin/cf-runagent sbin/cf-serverd -share/cfengine/CoreBase/failsafe.cf +share/cfengine/CoreBase/cf_agent.cf +share/cfengine/CoreBase/cf_execd.cf +share/cfengine/CoreBase/cf_monitord.cf +share/cfengine/CoreBase/cf_report.cf +share/cfengine/CoreBase/cf_runagent.cf share/cfengine/CoreBase/cfengine_stdlib.cf +share/cfengine/CoreBase/def.cf +share/cfengine/CoreBase/failsafe.cf +share/cfengine/CoreBase/init_msg.cf share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/README @@ -64,6 +70,8 @@ share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/examples/unit_createdb.cf %%DOCSDIR%%/examples/unit_customize_by_named_list.cf %%DOCSDIR%%/examples/unit_defaults.cf +%%DOCSDIR%%/examples/unit_defaults2.cf +%%DOCSDIR%%/examples/unit_defaults3.cf %%DOCSDIR%%/examples/unit_definitions.cf %%DOCSDIR%%/examples/unit_deletelines.cf %%DOCSDIR%%/examples/unit_disable.cf @@ -166,6 +174,8 @@ share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/examples/unit_namespace1.cf %%DOCSDIR%%/examples/unit_namespace2.cf %%DOCSDIR%%/examples/unit_namespace3.cf +%%DOCSDIR%%/examples/unit_namespace_var_meta.cf +%%DOCSDIR%%/examples/unit_namespace_var_meta2.cf %%DOCSDIR%%/examples/unit_neighbourhood_watch.cf %%DOCSDIR%%/examples/unit_null_config.cf %%DOCSDIR%%/examples/unit_occurrences.cf @@ -231,6 +241,7 @@ share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/examples/unit_select_region.cf %%DOCSDIR%%/examples/unit_select_size.cf %%DOCSDIR%%/examples/unit_selectservers.cf +%%DOCSDIR%%/examples/unit_server_callback.cf %%DOCSDIR%%/examples/unit_server_copy_localhost.cf %%DOCSDIR%%/examples/unit_server_copy_purge.cf %%DOCSDIR%%/examples/unit_server_copy_remote.cf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208232036.q7NKaAmM090559>