diff options
author | cy <cy@FreeBSD.org> | 2012-06-19 04:22:35 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-06-19 04:22:35 +0800 |
commit | 8bdee1a57370374b267a483ac173e9b63211e991 (patch) | |
tree | c067869359dbfcdc6fa01c01396ecd45592b7eab /sysutils | |
parent | 330db57e6d07845846ccaa328c7a2005053a70ae (diff) | |
download | freebsd-ports-gnome-8bdee1a57370374b267a483ac173e9b63211e991.tar.gz freebsd-ports-gnome-8bdee1a57370374b267a483ac173e9b63211e991.tar.zst freebsd-ports-gnome-8bdee1a57370374b267a483ac173e9b63211e991.zip |
Update 3.3.0 --> 3.3.3.
PR: 167942
Submitted by: Glen Barber <gjb@FreeBSD.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine3/Makefile | 18 | ||||
-rw-r--r-- | sysutils/cfengine3/distinfo | 4 | ||||
-rw-r--r-- | sysutils/cfengine3/pkg-plist | 1 |
3 files changed, 15 insertions, 8 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 7212ce1c5f81..0408a1794fb6 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cfengine -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.3 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -36,7 +36,8 @@ LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre OPTIONS= TOKYOCABINET "Enable TokyoCabinet support" on \ QDBM "Enable QDBM support" off \ PGSQL "Enable PostgreSQL connector" off \ - MYSQL "Enable MySQL connector" off + MYSQL "Enable MySQL connector" off \ + LIBVIRT "Enable libvirt compatibility" off .include <bsd.port.pre.mk> @@ -59,17 +60,22 @@ LIB_DEPENDS+= qdbm.14:${PORTSDIR}/databases/qdbm .endif .if defined(WITH_PGSQL) +USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --with-postgresql=no +LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client .endif .if defined(WITH_MYSQL) +USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --with-mysql=no +LIB_DEPENDS+= mysqlclient:${PORTSDIR}/${_MYSQL_CLIENT} +LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif +.if defined(WITH_LIBVIRT) +CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} +LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt +.endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ cf-report.8 cf-serverd.8 cf-execd.8 \ diff --git a/sysutils/cfengine3/distinfo b/sysutils/cfengine3/distinfo index dbede959d2cd..8c763f821922 100644 --- a/sysutils/cfengine3/distinfo +++ b/sysutils/cfengine3/distinfo @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.3.0.tar.gz) = 170a65cce35b9b333594543b9b3480e5d9c19c28e275431e6e58a3be9372c0a7 -SIZE (cfengine-3.3.0.tar.gz) = 1236769 +SHA256 (cfengine-3.3.3.tar.gz) = de7b559a4effc668aba80fcb495ffb0c438026fd81dde33b538b5075bf02157c +SIZE (cfengine-3.3.3.tar.gz) = 1249833 diff --git a/sysutils/cfengine3/pkg-plist b/sysutils/cfengine3/pkg-plist index 16fde280b479..c6a3a7173a04 100644 --- a/sysutils/cfengine3/pkg-plist +++ b/sysutils/cfengine3/pkg-plist @@ -24,6 +24,7 @@ share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/examples/app_baseline.cf %%DOCSDIR%%/examples/guest_environment_kvm.cf %%DOCSDIR%%/examples/hostswithclass.cf +%%DOCSDIR%%/examples/package_windows_feature.cf %%DOCSDIR%%/examples/promise_knowledge.cf %%DOCSDIR%%/examples/unit_abort.cf %%DOCSDIR%%/examples/unit_accessed_before.cf |