svn commit: r303034 - head/sysutils/cfengine-devel

Glen Barber gjb at FreeBSD.org
Thu Aug 23 20:36:10 UTC 2012


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 at FreeBSD.org
 #		gjb at 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



More information about the svn-ports-all mailing list