Update to 0.8.7e

This commit is contained in:
Steven Kreuzer 2009-12-17 22:10:27 +00:00
parent fb91e7faf6
commit 462c48d9cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246064
3 changed files with 5 additions and 72 deletions

View File

@ -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

View File

@ -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

View File

@ -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