diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-04-15 22:24:50 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-04-15 22:24:50 +0000 |
commit | ba2f18c6ae32796951f856f41b965a8a5559bf1e (patch) | |
tree | f8abc1419c169e1cc4686bf1f002598728c8456c /sysutils/ganglia-webfrontend | |
parent | b8e8bd47843c356df5bcda7a02dcb9eab35af6f4 (diff) | |
download | ports-ba2f18c6ae32796951f856f41b965a8a5559bf1e.tar.gz ports-ba2f18c6ae32796951f856f41b965a8a5559bf1e.zip |
Notes
Diffstat (limited to 'sysutils/ganglia-webfrontend')
-rw-r--r-- | sysutils/ganglia-webfrontend/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/distinfo | 4 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/patch-conf.php | 15 |
3 files changed, 4 insertions, 17 deletions
diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 959200895c51..702d534d0c41 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webfrontend -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= sysutils net parallel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ganglia diff --git a/sysutils/ganglia-webfrontend/distinfo b/sysutils/ganglia-webfrontend/distinfo index f481fbaed1ea..bbb3b3f9c5fe 100644 --- a/sysutils/ganglia-webfrontend/distinfo +++ b/sysutils/ganglia-webfrontend/distinfo @@ -1,2 +1,2 @@ -MD5 (ganglia-3.0.0.tar.bz2) = 62e514a34fb237dfb0649608d8a9377a -SIZE (ganglia-3.0.0.tar.bz2) = 2528890 +MD5 (ganglia-3.0.1.tar.bz2) = 14f086834f91899d921bf7e7fe44b536 +SIZE (ganglia-3.0.1.tar.bz2) = 2649342 diff --git a/sysutils/ganglia-webfrontend/files/patch-conf.php b/sysutils/ganglia-webfrontend/files/patch-conf.php index 1ffbc959f533..7a58704aab11 100644 --- a/sysutils/ganglia-webfrontend/files/patch-conf.php +++ b/sysutils/ganglia-webfrontend/files/patch-conf.php @@ -3,20 +3,7 @@ $FreeBSD$ --- conf.php.orig +++ conf.php -@@ -3,11 +3,7 @@ - # - # Gmetad-webfrontend version. Used to check for updates. - # --$majorversion = 2; --$minorversion = 5; --$microversion = 7; -- --$ganglia_version = "$majorversion.$minorversion.$microversion"; -+include_once "./version.php"; - - # - # The name of the directory in "./templates" which contains the -@@ -22,12 +18,12 @@ +@@ -18,12 +18,12 @@ # # Where gmetad stores the rrd archives. |