Update 3.0.5 --> 3.1.4.

This commit is contained in:
Cy Schubert 2011-02-09 05:51:02 +00:00
parent 578e30cb78
commit 319e9770b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268805
6 changed files with 66 additions and 32 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= cfengine
PORTVERSION= 3.0.5p1
PORTREVISION= 1
PORTVERSION= 3.1.4
CATEGORIES= sysutils
MASTER_SITES= http://www.cfengine.org/tarballs/
@ -21,7 +20,6 @@ WITH_BDB_VER?= 47
USE_BDB= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
BUILD_DEPENDS=
# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
DOCSDIR= ${PREFIX}/share/doc/cfengine3
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
@ -32,17 +30,18 @@ CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
BERKELEY_DB_LIB=-l${BDB_LIB_NAME}
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on
.include <bsd.port.pre.mk>
.if defined(WITH_PCRE)
BUILD_DEPENDS+= pcre-config:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
BUILD_DEPENDS+= pcre-config:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
.endif
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
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-hub.8
post-patch:
@# ${REINPLACE_CMD} -e '/^pkgdatadir/s!=.*!= ${EXAMPLESDIR}!'\

View File

@ -1,3 +1,2 @@
MD5 (cfengine-3.0.5p1.tar.gz) = b74af23928253e11dcce3d98510f1066
SHA256 (cfengine-3.0.5p1.tar.gz) = 38a389969ff095775e206df24b0fbc66ae30fa404d92dcb26b94a568e790610b
SIZE (cfengine-3.0.5p1.tar.gz) = 1517992
SHA256 (cfengine-3.1.4.tar.gz) = b4f2e1f7c1d39d37a78c63cab33899b0e829648283be507d78ffa873ccbe3466
SIZE (cfengine-3.1.4.tar.gz) = 1599876

View File

@ -1,8 +1,6 @@
@comment $FreeBSD$
lib/libpromises.la
lib/libpromises.a
sbin/cf-agent
sbin/cf-execd
sbin/cf-hub
sbin/cf-key
sbin/cf-know
sbin/cf-monitord
@ -10,17 +8,23 @@ sbin/cf-promises
sbin/cf-report
sbin/cf-runagent
sbin/cf-serverd
lib/libpromises.la
lib/libpromises.so
lib/libpromises.so.1
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
%%DOCSDIR%%/active_directory.cf
%%DOCSDIR%%/app_baseline.cf
%%DOCSDIR%%/cfengine_stdlib.cf
%%DOCSDIR%%/inputs/cfengine_stdlib.cf
%%DOCSDIR%%/inputs/failsafe.cf
%%DOCSDIR%%/inputs/library.cf
%%DOCSDIR%%/inputs/promises.cf
%%DOCSDIR%%/inputs/site.cf
%%DOCSDIR%%/inputs/update.cf
%%DOCSDIR%%/promise_knowledge.cf
%%DOCSDIR%%/unit_abort.cf
%%DOCSDIR%%/unit_accessed_before.cf
%%DOCSDIR%%/unit_accumulated_time.cf
%%DOCSDIR%%/unit_acl.cf
@ -79,6 +83,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_execd.cf
%%DOCSDIR%%/unit_execresult.cf
%%DOCSDIR%%/unit_expand.cf
%%DOCSDIR%%/unit_failedcommand.cf
%%DOCSDIR%%/unit_failsafe.cf
%%DOCSDIR%%/unit_file_change_detection.cf
%%DOCSDIR%%/unit_file_owner_list_template.cf
@ -87,6 +92,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_fileperms.cf
%%DOCSDIR%%/unit_filesexist.cf
%%DOCSDIR%%/unit_filesexist2.cf
%%DOCSDIR%%/unit_filesize.cf
%%DOCSDIR%%/unit_fix_names.cf
%%DOCSDIR%%/unit_getenv.cf
%%DOCSDIR%%/unit_getfields.cf
@ -95,6 +101,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_getindixes.cf
%%DOCSDIR%%/unit_getregistry.cf
%%DOCSDIR%%/unit_getuid.cf
%%DOCSDIR%%/unit_getusers.cf
%%DOCSDIR%%/unit_global_list_expansion.cf
%%DOCSDIR%%/unit_global_list_expansion_2.cf
%%DOCSDIR%%/unit_grep.cf
@ -104,8 +111,10 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_hashmatch.cf
%%DOCSDIR%%/unit_hashuncomment.cf
%%DOCSDIR%%/unit_helloworld.cf
%%DOCSDIR%%/unit_host2ip.cf
%%DOCSDIR%%/unit_hostrange.cf
%%DOCSDIR%%/unit_hostsseen.cf
%%DOCSDIR%%/unit_hub.cf
%%DOCSDIR%%/unit_id.cf
%%DOCSDIR%%/unit_insert_users.cf
%%DOCSDIR%%/unit_intarray.cf
@ -160,6 +169,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_process_matching2.cf
%%DOCSDIR%%/unit_process_matching3.cf
%%DOCSDIR%%/unit_process_signalling.cf
%%DOCSDIR%%/unit_product.cf
%%DOCSDIR%%/unit_promises.cf
%%DOCSDIR%%/unit_readlist.cf
%%DOCSDIR%%/unit_readtcp.cf
@ -174,6 +184,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_remoteclasses.cf
%%DOCSDIR%%/unit_remove_deadlinks.cf
%%DOCSDIR%%/unit_rename.cf
%%DOCSDIR%%/unit_repairedcommand.cf
%%DOCSDIR%%/unit_report_custom.cf
%%DOCSDIR%%/unit_report_diffs.cf
%%DOCSDIR%%/unit_report_state.cf
@ -194,6 +205,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_service_start.cf
%%DOCSDIR%%/unit_setuidlog.cf
%%DOCSDIR%%/unit_setvar.cf
%%DOCSDIR%%/unit_software_dist.cf
%%DOCSDIR%%/unit_splitstring.cf
%%DOCSDIR%%/unit_sql.cf
%%DOCSDIR%%/unit_storage.cf
@ -203,6 +215,8 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_syslog.cf
%%DOCSDIR%%/unit_syslog2.cf
%%DOCSDIR%%/unit_template.cf
%%DOCSDIR%%/unit_template2.cf
%%DOCSDIR%%/unit_test_environment.cf
%%DOCSDIR%%/unit_tidy_all_files.cf
%%DOCSDIR%%/unit_translatepath.cf
%%DOCSDIR%%/unit_update.cf
@ -210,10 +224,15 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_user_edit_method.cf
%%DOCSDIR%%/unit_userexists.cf
%%DOCSDIR%%/unit_varclass.cf
%%DOCSDIR%%/unit_varexpansion.cf
%%DOCSDIR%%/unit_varnet.cf
%%DOCSDIR%%/unit_vars.cf
%%DOCSDIR%%/unit_warnifline.cf
%%DOCSDIR%%/unit_webserver.cf
%%DOCSDIR%%/unit_zenoss.cf
%%DOCSDIR%%/win_emergency.cf
%%DOCSDIR%%/win_registry.cf
%%DOCSDIR%%/win_schedule.cf
%%DOCSDIR%%/win_services.cf
@dirrm %%DOCSDIR%%/inputs
@dirrm %%DOCSDIR%%

View File

@ -6,8 +6,7 @@
#
PORTNAME= cfengine
PORTVERSION= 3.0.5p1
PORTREVISION= 1
PORTVERSION= 3.1.4
CATEGORIES= sysutils
MASTER_SITES= http://www.cfengine.org/tarballs/
@ -21,7 +20,6 @@ WITH_BDB_VER?= 47
USE_BDB= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
BUILD_DEPENDS=
# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
DOCSDIR= ${PREFIX}/share/doc/cfengine3
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
@ -32,17 +30,18 @@ CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
BERKELEY_DB_LIB=-l${BDB_LIB_NAME}
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on
OPTIONS= PCRE "Enable Perl-compatible regular expressions" on
.include <bsd.port.pre.mk>
.if defined(WITH_PCRE)
BUILD_DEPENDS+= pcre-config:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
BUILD_DEPENDS+= pcre-config:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
.endif
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
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-hub.8
post-patch:
@# ${REINPLACE_CMD} -e '/^pkgdatadir/s!=.*!= ${EXAMPLESDIR}!'\

View File

@ -1,3 +1,2 @@
MD5 (cfengine-3.0.5p1.tar.gz) = b74af23928253e11dcce3d98510f1066
SHA256 (cfengine-3.0.5p1.tar.gz) = 38a389969ff095775e206df24b0fbc66ae30fa404d92dcb26b94a568e790610b
SIZE (cfengine-3.0.5p1.tar.gz) = 1517992
SHA256 (cfengine-3.1.4.tar.gz) = b4f2e1f7c1d39d37a78c63cab33899b0e829648283be507d78ffa873ccbe3466
SIZE (cfengine-3.1.4.tar.gz) = 1599876

View File

@ -1,8 +1,6 @@
@comment $FreeBSD$
lib/libpromises.la
lib/libpromises.a
sbin/cf-agent
sbin/cf-execd
sbin/cf-hub
sbin/cf-key
sbin/cf-know
sbin/cf-monitord
@ -10,17 +8,23 @@ sbin/cf-promises
sbin/cf-report
sbin/cf-runagent
sbin/cf-serverd
lib/libpromises.la
lib/libpromises.so
lib/libpromises.so.1
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
%%DOCSDIR%%/active_directory.cf
%%DOCSDIR%%/app_baseline.cf
%%DOCSDIR%%/cfengine_stdlib.cf
%%DOCSDIR%%/inputs/cfengine_stdlib.cf
%%DOCSDIR%%/inputs/failsafe.cf
%%DOCSDIR%%/inputs/library.cf
%%DOCSDIR%%/inputs/promises.cf
%%DOCSDIR%%/inputs/site.cf
%%DOCSDIR%%/inputs/update.cf
%%DOCSDIR%%/promise_knowledge.cf
%%DOCSDIR%%/unit_abort.cf
%%DOCSDIR%%/unit_accessed_before.cf
%%DOCSDIR%%/unit_accumulated_time.cf
%%DOCSDIR%%/unit_acl.cf
@ -79,6 +83,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_execd.cf
%%DOCSDIR%%/unit_execresult.cf
%%DOCSDIR%%/unit_expand.cf
%%DOCSDIR%%/unit_failedcommand.cf
%%DOCSDIR%%/unit_failsafe.cf
%%DOCSDIR%%/unit_file_change_detection.cf
%%DOCSDIR%%/unit_file_owner_list_template.cf
@ -87,6 +92,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_fileperms.cf
%%DOCSDIR%%/unit_filesexist.cf
%%DOCSDIR%%/unit_filesexist2.cf
%%DOCSDIR%%/unit_filesize.cf
%%DOCSDIR%%/unit_fix_names.cf
%%DOCSDIR%%/unit_getenv.cf
%%DOCSDIR%%/unit_getfields.cf
@ -95,6 +101,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_getindixes.cf
%%DOCSDIR%%/unit_getregistry.cf
%%DOCSDIR%%/unit_getuid.cf
%%DOCSDIR%%/unit_getusers.cf
%%DOCSDIR%%/unit_global_list_expansion.cf
%%DOCSDIR%%/unit_global_list_expansion_2.cf
%%DOCSDIR%%/unit_grep.cf
@ -104,8 +111,10 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_hashmatch.cf
%%DOCSDIR%%/unit_hashuncomment.cf
%%DOCSDIR%%/unit_helloworld.cf
%%DOCSDIR%%/unit_host2ip.cf
%%DOCSDIR%%/unit_hostrange.cf
%%DOCSDIR%%/unit_hostsseen.cf
%%DOCSDIR%%/unit_hub.cf
%%DOCSDIR%%/unit_id.cf
%%DOCSDIR%%/unit_insert_users.cf
%%DOCSDIR%%/unit_intarray.cf
@ -160,6 +169,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_process_matching2.cf
%%DOCSDIR%%/unit_process_matching3.cf
%%DOCSDIR%%/unit_process_signalling.cf
%%DOCSDIR%%/unit_product.cf
%%DOCSDIR%%/unit_promises.cf
%%DOCSDIR%%/unit_readlist.cf
%%DOCSDIR%%/unit_readtcp.cf
@ -174,6 +184,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_remoteclasses.cf
%%DOCSDIR%%/unit_remove_deadlinks.cf
%%DOCSDIR%%/unit_rename.cf
%%DOCSDIR%%/unit_repairedcommand.cf
%%DOCSDIR%%/unit_report_custom.cf
%%DOCSDIR%%/unit_report_diffs.cf
%%DOCSDIR%%/unit_report_state.cf
@ -194,6 +205,7 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_service_start.cf
%%DOCSDIR%%/unit_setuidlog.cf
%%DOCSDIR%%/unit_setvar.cf
%%DOCSDIR%%/unit_software_dist.cf
%%DOCSDIR%%/unit_splitstring.cf
%%DOCSDIR%%/unit_sql.cf
%%DOCSDIR%%/unit_storage.cf
@ -203,6 +215,8 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_syslog.cf
%%DOCSDIR%%/unit_syslog2.cf
%%DOCSDIR%%/unit_template.cf
%%DOCSDIR%%/unit_template2.cf
%%DOCSDIR%%/unit_test_environment.cf
%%DOCSDIR%%/unit_tidy_all_files.cf
%%DOCSDIR%%/unit_translatepath.cf
%%DOCSDIR%%/unit_update.cf
@ -210,10 +224,15 @@ sbin/cf-serverd
%%DOCSDIR%%/unit_user_edit_method.cf
%%DOCSDIR%%/unit_userexists.cf
%%DOCSDIR%%/unit_varclass.cf
%%DOCSDIR%%/unit_varexpansion.cf
%%DOCSDIR%%/unit_varnet.cf
%%DOCSDIR%%/unit_vars.cf
%%DOCSDIR%%/unit_warnifline.cf
%%DOCSDIR%%/unit_webserver.cf
%%DOCSDIR%%/unit_zenoss.cf
%%DOCSDIR%%/win_emergency.cf
%%DOCSDIR%%/win_registry.cf
%%DOCSDIR%%/win_schedule.cf
%%DOCSDIR%%/win_services.cf
@dirrm %%DOCSDIR%%/inputs
@dirrm %%DOCSDIR%%