diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
commit | 0aa396bc3bef94afc125dc7ef98a6f7d774daee8 (patch) | |
tree | ffd691dfb26047fa4bb67be6f62016311db704f1 /sysutils/amanda | |
parent | 90cc49b362ac1e633982766b62135c9d4dc3f9a9 (diff) | |
download | pkgsrc-0aa396bc3bef94afc125dc7ef98a6f7d774daee8.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')
-rw-r--r-- | sysutils/amanda/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index a626c6c9a87..f85b66edae1 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2003/07/17 22:53:25 grant Exp $ +# $NetBSD: Makefile,v 1.36 2004/05/12 18:45:25 bouyer Exp $ # -DISTNAME= amanda-2.4.2p2 +DISTNAME= amanda-2.4.4p2 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty @@ -10,9 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.amanda.org/ COMMENT= The "meta-package" for Amanda, a network backup system -DEPENDS+= amanda-client-2.4.2p2:../../sysutils/amanda-client -DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server -DEPENDS+= amanda-plot-2.4.2p2:../../sysutils/amanda-plot +DEPENDS+= amanda-client-2.4.4p2:../../sysutils/amanda-client +DEPENDS+= amanda-server-2.4.4p2:../../sysutils/amanda-server +DEPENDS+= amanda-plot-2.4.4p2:../../sysutils/amanda-plot EXTRACT_ONLY= # empty NO_CHECKSUM= yes |