aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-12-18 07:54:04 +0800
committerjgh <jgh@FreeBSD.org>2013-12-18 07:54:04 +0800
commit098d6d49e03b5fd9388cb7f1f0500ea3001dd97f (patch)
tree4528bee74c366634becd460455da90b382354b47 /sysutils
parent46d94af34f2b23ad807cb1850c397631224c0e73 (diff)
downloadfreebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.tar.gz
freebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.tar.zst
freebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.zip
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed Changes: http://libvirt.org/news.html
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine-devel/Makefile4
-rw-r--r--sysutils/cfengine33/Makefile2
-rw-r--r--sysutils/cfengine34/Makefile4
-rw-r--r--sysutils/cfengine35/Makefile3
4 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile
index 691a2cb46500..b37dcfef83ad 100644
--- a/sysutils/cfengine-devel/Makefile
+++ b/sysutils/cfengine-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.5.0b1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
@@ -78,7 +78,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= libvirt.so:${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 eed7191d8e8e..7c1ea18a2a88 100644
--- a/sysutils/cfengine33/Makefile
+++ b/sysutils/cfengine33/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.3.8
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
PKGNAMESUFFIX= 33
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile
index c870730d86db..15c82e606288 100644
--- a/sysutils/cfengine34/Makefile
+++ b/sysutils/cfengine34/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.4.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
@@ -78,7 +78,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= virt.1001${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= libvirt.so:${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 b6d8eb748780..c44bdb1b4d3f 100644
--- a/sysutils/cfengine35/Makefile
+++ b/sysutils/cfengine35/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.5.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://cfengine.com/source-code/download?file=
@@ -73,7 +74,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= libvirt.so.1001:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt
.endif
.include <bsd.port.post.mk>