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 | 6c5030137d1715116a4e780b6fff4d76d851b899 (patch) | |
tree | 3fe21124c9e6884ae339114e55bc1000add5bdaa /www | |
parent | c4af3a568d14a59131cbc391027476c850d911fd (diff) | |
download | pkgsrc-6c5030137d1715116a4e780b6fff4d76d851b899.tar.gz |
Fix version number.
Diffstat (limited to 'www')
-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 |