diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-11 07:59:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-11 07:59:26 +0000 |
commit | e4bf19a0d2d6ad5730558ff1e31040d1a61017bf (patch) | |
tree | 3fe21124c9e6884ae339114e55bc1000add5bdaa /www/ganglia-webfrontend | |
parent | e0e419d462edc72c53beaff7db781fd34460ec4b (diff) | |
download | pkgsrc-e4bf19a0d2d6ad5730558ff1e31040d1a61017bf.tar.gz |
Fix version number.
Diffstat (limited to 'www/ganglia-webfrontend')
-rw-r--r-- | www/ganglia-webfrontend/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ganglia-webfrontend/Makefile b/www/ganglia-webfrontend/Makefile index 860fe597e2c..baeca2b81e0 100644 --- a/www/ganglia-webfrontend/Makefile +++ b/www/ganglia-webfrontend/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2009/11/10 15:45:19 brook Exp $ +# $NetBSD: Makefile,v 1.12 2009/11/11 07:59:26 wiz Exp $ # DISTNAME= ganglia-3.1.2 -PKGNAME= ganglia-webfrontend-3.0.1 +PKGNAME= ganglia-webfrontend-3.1.2 CATEGORIES= www parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/} @@ -13,7 +13,7 @@ COMMENT= PHP based frontend for the Ganglia Cluster Monitor PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.1:../../www/ap-php -DEPENDS+= ganglia-monitor-core>=3.0.1:../../parallel/ganglia-monitor-core +DEPENDS+= ganglia-monitor-core>=3.1.2:../../parallel/ganglia-monitor-core USE_TOOLS+= pax |