diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2016-08-08 04:52:34 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2016-08-08 04:52:34 +0800 |
commit | cee88d9176927630696fa476c346038dd8a7b7d5 (patch) | |
tree | 237957f216fffc0358eb436a82da6e2000f45fc9 /net-mgmt | |
parent | 64a4fb25a47d3748b92e56cd925ed76490758e32 (diff) | |
download | freebsd-ports-gnome-cee88d9176927630696fa476c346038dd8a7b7d5.tar.gz freebsd-ports-gnome-cee88d9176927630696fa476c346038dd8a7b7d5.tar.zst freebsd-ports-gnome-cee88d9176927630696fa476c346038dd8a7b7d5.zip |
Update to version 0.8.8h
Reported by: Robert Blayzor <rblayzor@inoc.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/pkg-plist | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 7b3f2f739dd0..36d7d2915652 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spine -PORTVERSION= 0.8.8g +PORTVERSION= 0.8.8h CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-${PORTVERSION} @@ -19,9 +19,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` -USES= libtool -USE_MYSQL= YES -USE_OPENSSL= YES +USES= libtool mysql ssl post-patch: @${REINPLACE_CMD} 's,#define\ *DEFAULT_CONF_FILE .*,#define DEFAULT_CONF_FILE "${PREFIX}/etc/spine.conf",' ${WRKSRC}/spine.h diff --git a/net-mgmt/cacti-spine/distinfo b/net-mgmt/cacti-spine/distinfo index 497c467cdb90..81e346048f46 100644 --- a/net-mgmt/cacti-spine/distinfo +++ b/net-mgmt/cacti-spine/distinfo @@ -1,2 +1,3 @@ -SHA256 (cacti-spine-0.8.8g.tar.gz) = f7d60d5663f6fe8f730363763f31d110589c725e482c943f0f8287359a6db533 -SIZE (cacti-spine-0.8.8g.tar.gz) = 805321 +TIMESTAMP = 1470602099 +SHA256 (cacti-spine-0.8.8h.tar.gz) = a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 +SIZE (cacti-spine-0.8.8h.tar.gz) = 804951 diff --git a/net-mgmt/cacti-spine/pkg-plist b/net-mgmt/cacti-spine/pkg-plist index 0048c640b520..152c17fb2b6a 100644 --- a/net-mgmt/cacti-spine/pkg-plist +++ b/net-mgmt/cacti-spine/pkg-plist @@ -1,3 +1,2 @@ bin/spine -man/man1/spine.1.gz @sample etc/spine.conf.sample |