diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-29 05:21:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-29 05:21:57 +0800 |
commit | 4d7a9c10279041f6e3a5a8baf327af55f97d61a4 (patch) | |
tree | b7f9f19866e074d058fe3fc6cd8f8d5f9c311e64 /net-mgmt | |
parent | 319a8205f6264fea12a3bde3dae348eb19d9569e (diff) | |
download | freebsd-ports-gnome-4d7a9c10279041f6e3a5a8baf327af55f97d61a4.tar.gz freebsd-ports-gnome-4d7a9c10279041f6e3a5a8baf327af55f97d61a4.tar.zst freebsd-ports-gnome-4d7a9c10279041f6e3a5a8baf327af55f97d61a4.zip |
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc
devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip
devel/libvirt-glib:
- Convert to USES=libtool
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/virtinst/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-libvirt/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 1c03c9874153..ac9f5c3f5f69 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 9df69b34377d..9273b8a28be0 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 83521637b990..4d56ced9cd11 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index e4d56d1bb59f..e65ec3573387 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index 612804f2370f..a45fb5bb55b8 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.96 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} |