diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-12-17 22:10:27 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-12-17 22:10:27 +0000 |
commit | 462c48d9cd253730594672be0d092d20b84e1b81 (patch) | |
tree | 9d24843664c44b0484fbf3b709a8a6e2ebf61d34 /net-mgmt | |
parent | fb91e7faf6171f7b11f33f28b47a7798e7fbb4fd (diff) | |
download | ports-462c48d9cd253730594672be0d092d20b84e1b81.tar.gz ports-462c48d9cd253730594672be0d092d20b84e1b81.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/files/patch-configure | 66 |
3 files changed, 5 insertions, 72 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index fdc520046cc1..a62fd5f0a83d 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -6,11 +6,10 @@ # PORTNAME= spine -PORTVERSION= 0.8.7.a -PORTREVISION= 1 +PORTVERSION= 0.8.7.e CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ -DISTNAME= cacti-${PORTNAME}-0.8.7a +DISTNAME= cacti-${PORTNAME}-0.8.7e MAINTAINER= skreuzer@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C diff --git a/net-mgmt/cacti-spine/distinfo b/net-mgmt/cacti-spine/distinfo index 914a28aa2dfe..3b5cfb9a5060 100644 --- a/net-mgmt/cacti-spine/distinfo +++ b/net-mgmt/cacti-spine/distinfo @@ -1,3 +1,3 @@ -MD5 (cacti-spine-0.8.7a.tar.gz) = 85a32d256c056a3a4adb8bf3dff5e2dc -SHA256 (cacti-spine-0.8.7a.tar.gz) = 8b6b082333fb91872be0da4c1498926fe1da7c9802662433f4ea7304eb4ae6f9 -SIZE (cacti-spine-0.8.7a.tar.gz) = 364746 +MD5 (cacti-spine-0.8.7e.tar.gz) = 99e5bde07fc31d1ed8aa23c59de00417 +SHA256 (cacti-spine-0.8.7e.tar.gz) = 6f0b19deea0ab29a553d53f1d356ff68f19144205e4e5649596d95c6174d2150 +SIZE (cacti-spine-0.8.7e.tar.gz) = 782735 diff --git a/net-mgmt/cacti-spine/files/patch-configure b/net-mgmt/cacti-spine/files/patch-configure deleted file mode 100644 index e2cdc389f1aa..000000000000 --- a/net-mgmt/cacti-spine/files/patch-configure +++ /dev/null @@ -1,66 +0,0 @@ ---- configure.orig 2007-11-25 19:40:21.000000000 -0800 -+++ configure 2008-01-29 12:55:30.000000000 -0800 -@@ -7141,63 +7141,2 @@ - --# Check if we have a version mismatch between libtool.m4 and ltmain.sh. --# --# Note: This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined. --# We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually --# calls AC_LIBTOOL_CONFIG and creates libtool. --# --{ echo "$as_me:$LINENO: checking for correct ltmain.sh version" >&5 --echo $ECHO_N "checking for correct ltmain.sh version... $ECHO_C" >&6; } --if test "x$ltmain" = "x" ; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -- { { echo "$as_me:$LINENO: error: -- --*** [Gentoo] sanity check failed! *** --*** \$ltmain is not defined, please check the patch for consistency! *** --" >&5 --echo "$as_me: error: -- --*** [Gentoo] sanity check failed! *** --*** \$ltmain is not defined, please check the patch for consistency! *** --" >&2;} -- { (exit 1); exit 1; }; } --fi --gentoo_lt_version="1.5.22" --gentoo_ltmain_version=`sed -n '/^[ ]*VERSION=/{s/^[ ]*VERSION=//;p;q;}' "$ltmain"` --if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -- { { echo "$as_me:$LINENO: error: -- --*** [Gentoo] sanity check failed! *** --*** libtool.m4 and ltmain.sh have a version mismatch! *** --*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) *** -- --Please run: -- -- libtoolize --copy --force -- --if appropriate, please contact the maintainer of this --package (or your distribution) for help. --" >&5 --echo "$as_me: error: -- --*** [Gentoo] sanity check failed! *** --*** libtool.m4 and ltmain.sh have a version mismatch! *** --*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) *** -- --Please run: -- -- libtoolize --copy --force -- --if appropriate, please contact the maintainer of this --package (or your distribution) for help. --" >&2;} -- { (exit 1); exit 1; }; } --else -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } --fi -- -- - # Use C for the default configuration in the libtool script |