diff options
author | cjones <cjones@pkgsrc.org> | 2001-01-16 21:59:29 +0000 |
---|---|---|
committer | cjones <cjones@pkgsrc.org> | 2001-01-16 21:59:29 +0000 |
commit | 20c34e65249da043234a1719391fac1d9c1315ab (patch) | |
tree | 4b84b8b1de36862af4d4dfa16d75b448faaae838 /sysutils/amanda-client/Makefile | |
parent | 1b2f28be657b4492e003fea42f5be7db8fca84d6 (diff) | |
download | pkgsrc-20c34e65249da043234a1719391fac1d9c1315ab.tar.gz |
Upgrade of the amanda packages from 2.4.1p1 to 2.4.2.
Diffstat (limited to 'sysutils/amanda-client/Makefile')
-rw-r--r-- | sysutils/amanda-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 23378217c57..803c8a776fb 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2000/08/17 02:26:26 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/16 21:59:29 cjones Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # -DISTNAME= amanda-2.4.1p1 -PKGNAME= amanda-client-2.4.1p1 +DISTNAME= amanda-2.4.2 +PKGNAME= amanda-client-2.4.2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ @@ -12,7 +12,7 @@ HOMEPAGE= http://www.amanda.org/ DEPENDS+= readline>=4.0:../../devel/readline DEPENDS+= gtar-1.12:../../archivers/gtar -DEPENDS+= amanda-common-2.4.1p1:../../sysutils/amanda-common +DEPENDS+= amanda-common-2.4.2:../../sysutils/amanda-common GNU_CONFIGURE= yes |