diff options
author | bouyer <bouyer> | 2004-05-12 18:45:25 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2004-05-12 18:45:25 +0000 |
commit | c650026cad5d81ddf4ead01569a07676412bc573 (patch) | |
tree | ffd691dfb26047fa4bb67be6f62016311db704f1 /sysutils/amanda-plot/Makefile | |
parent | 9930198c180f19dc4613a29237ae73eaeba4a51a (diff) | |
download | pkgsrc-c650026cad5d81ddf4ead01569a07676412bc573.tar.gz |
Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
Diffstat (limited to 'sysutils/amanda-plot/Makefile')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 8f1cb1bfaf5..89f894cd34b 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/05/04 03:40:50 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/12 18:45:25 bouyer Exp $ # -DISTNAME= amanda-2.4.2p2 -PKGNAME= amanda-plot-2.4.2p2 +DISTNAME= amanda-2.4.4p2 +PKGNAME= amanda-plot-2.4.4p2 SVR4_PKGNAME= amapl CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ @@ -12,7 +12,7 @@ HOMEPAGE= http://www.amanda.org/ COMMENT= Visualizes the behavior of Amanda, a network backup system DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server +DEPENDS+= amanda-server-2.4.4p2:../../sysutils/amanda-server USE_BUILDLINK3= yes |