summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-02 20:23:00 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-02 20:23:00 +0000
commitd92add59e5d87bfc1604fada0c3505b3a522eba9 (patch)
treef61ddce117e4a8871b57ba9d36b9393ca93499c1 /sysutils
parent- Fix sound playback (diff)
- update to 1.1.0 and bump shared libraries in respective ports
- while here: - fix option check in sysutils/cfengine34 - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@) - restore ABI version in net-mgmt/collectd5
Notes
Notes: svn path=/head/; revision=322201
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine-devel/Makefile3
-rw-r--r--sysutils/cfengine33/Makefile4
-rw-r--r--sysutils/cfengine34/Makefile5
-rw-r--r--sysutils/cfengine35/Makefile3
4 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile
index 644e21cbc3ce..64f384560a3b 100644
--- a/sysutils/cfengine-devel/Makefile
+++ b/sysutils/cfengine-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.5.0b1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
@@ -76,7 +77,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt
.endif
MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \
diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile
index df2ed4f8e637..46bb9374bc3f 100644
--- a/sysutils/cfengine33/Makefile
+++ b/sysutils/cfengine33/Makefile
@@ -4,7 +4,7 @@
PORTNAME= cfengine
PORTVERSION= 3.3.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
PKGNAMESUFFIX= 33
@@ -70,7 +70,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt
.endif
MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile
index 4de9fea49a03..da51b51c16b9 100644
--- a/sysutils/cfengine34/Makefile
+++ b/sysutils/cfengine34/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.4.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
@@ -74,9 +75,9 @@ LIB_DEPENDS+= mysqlclient:${PORTSDIR}/${_MYSQL_CLIENT}
LDFLAGS+= -L${LOCALBASE}/lib/mysql
.endif
-.if ${PORT_OPTIONS:MLIBVERT}
+.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1001${PORTSDIR}/devel/libvirt
.endif
MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile
index 936023eef436..e152ac5306b1 100644
--- a/sysutils/cfengine35/Makefile
+++ b/sysutils/cfengine35/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.5.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
@@ -75,7 +76,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt
.endif
.include <bsd.port.post.mk>