diff options
author | gabor <gabor@FreeBSD.org> | 2009-06-02 05:23:44 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-06-02 05:23:44 +0800 |
commit | bfe61f53330308cfc05e62cbe74ea7da216e5290 (patch) | |
tree | bdc71333ae6406a0932beae216dcaa6381775163 /security/amavisd-new | |
parent | c8d9c6fb1e7bb82d33cf7dea11c0668ca4febb0a (diff) | |
download | freebsd-ports-gnome-bfe61f53330308cfc05e62cbe74ea7da216e5290.tar.gz freebsd-ports-gnome-bfe61f53330308cfc05e62cbe74ea7da216e5290.tar.zst freebsd-ports-gnome-bfe61f53330308cfc05e62cbe74ea7da216e5290.zip |
- Fix the 'Can't locate object method "new" via package "Amavis::SpamControl"
at /usr/local/sbin/amavisd line 13878.' bug
- Bump PORTREVISION
PR: ports/134882 [1]
Submitted by: Elliot Dierksen <ebd@oau.org> [1],
Kirill Angelov <kirill@dubna.ru>
Obtained from: Debian Project
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 9ff1c36d33ce..ff11adab5611 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,6 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.6.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ |