[Lunar-commits] <moonbase> rrdtool: version bumped to 1.2.27.

Florin Braescu florin at lunar-linux.org
Sat May 31 08:26:09 CEST 2008


commit bee6b8bed7953f100097ace4b5e7162f7b5e6f37
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 31 09:26:09 2008 +0300

    rrdtool: version bumped to 1.2.27.
    
    New features added, bugfixes and improvements.
---
 utils/rrdtool/BUILD   |    6 +++---
 utils/rrdtool/DEPENDS |   10 +++++-----
 utils/rrdtool/DETAILS |   11 ++++++-----
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/utils/rrdtool/BUILD b/utils/rrdtool/BUILD
index 26d3ca2..b872f9c 100644
--- a/utils/rrdtool/BUILD
+++ b/utils/rrdtool/BUILD
@@ -1,10 +1,10 @@
 (
 
   # Don't waste my time with your cute scripts Tobias...
-  sedit "s/^sleep 1/#sleep 1/g" configure                                        &&
-  sedit "s/^# Just in case/sleep 1/g" configure                                        &&
+  sedit "s/^sleep 1/#sleep 1/g" configure        &&
+  sedit "s/^# Just in case/sleep 1/g" configure  &&
 
-  OPTS="$OPTS --enable-static --enable-shared --enable-perl-site-install"        &&
+  OPTS="$OPTS --enable-static --enable-shared --enable-perl-site-install"  &&
 
   default_build
 
diff --git a/utils/rrdtool/DEPENDS b/utils/rrdtool/DEPENDS
index 890ea86..ba61d93 100644
--- a/utils/rrdtool/DEPENDS
+++ b/utils/rrdtool/DEPENDS
@@ -1,6 +1,6 @@
-depends libpng          &&
-depends libart_lgpl     &&
-depends freetype2       &&
+depends libpng     
+depends libart_lgpl
+depends freetype2
 
-optional_depends "cgilib" "" "--disable-rrdcgi" "For building rrdcgi"  &&
-optional_depends "ruby"   "--enable-ruby-site-install" "--disable-ruby"  "for ruby support"
+optional_depends "cgilib" ""                           "--disable-rrdcgi" "For building rrdcgi"  
+optional_depends "ruby"   "--enable-ruby-site-install" "--disable-ruby"   "For ruby support"
diff --git a/utils/rrdtool/DETAILS b/utils/rrdtool/DETAILS
index 4bc6dbb..3a76459 100644
--- a/utils/rrdtool/DETAILS
+++ b/utils/rrdtool/DETAILS
@@ -1,13 +1,14 @@
           MODULE=rrdtool
-         VERSION=1.2.23
+         VERSION=1.2.27
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://oss.oetiker.ch/$MODULE/pub/
-      SOURCE_VFY=sha1:5da610e1c8bc01b80abc21ab9e98e004363b429c
-        WEB_SITE=http://oss.oetiker.ch/rrdtool/
+      SOURCE_URL=http://oss.oetiker.ch/$MODULE/pub
+      SOURCE_VFY=sha1:15028b65be68da83602f7479405dffb1eef819ec
+        WEB_SITE=http://oss.oetiker.ch/rrdtool
          ENTERED=20040217
-         UPDATED=20070611
+         UPDATED=20080531
            SHORT="A graphing library"
            PSAFE=no
+
 cat << EOF
 If you know MRTG, you can think of RRDtool as a reimplementation of MRTGs
 graphing and logging features. Magnitudes faster and more flexible than


More information about the Lunar-commits mailing list