diff options
author | wiz <wiz> | 2001-09-14 21:56:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-14 21:56:49 +0000 |
commit | 3e1a1d9b933f37d34800260feda47ec660db204e (patch) | |
tree | efe1e36955ae0f4a764c671d59b8764516677cee /security/amavis/Makefile | |
parent | 7c3a129bd5fe3932419dc9fd9ed12d0f6244b073 (diff) | |
download | pkgsrc-3e1a1d9b933f37d34800260feda47ec660db204e.tar.gz |
Update to 0.2.1, as requested in pkg/13772.
Changes since last version, from the NEWS file:
AMaViS 0.2.1 relesed. We improved qmail support and
added support for exim and postfix and a hack for sendmail
to scan outgoing/relayed mail, too. Added support for
several anti-virus programs. Lots of other improvements
and bug fixes. Read ChangeLog for full details.
Diffstat (limited to 'security/amavis/Makefile')
-rw-r--r-- | security/amavis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile index d15c3bc3555..d41d1f02e96 100644 --- a/security/amavis/Makefile +++ b/security/amavis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/14 21:56:49 wiz Exp $ # -DISTNAME= amavis-0.2.1-pre3 -PKGNAME= amavis-0.2.1p3 +DISTNAME= amavis-0.2.1 +PKGNAME= amavis-0.2.1nb4 CATEGORIES= security mail MASTER_SITES= http://www.amavis.org/dist/ \ http://aachalon.de/AMaViS/ |