diff options
author | lesi <lesi@FreeBSD.org> | 2005-08-29 12:41:23 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-08-29 12:41:23 +0800 |
commit | 0994293cc26ff17b3ce359dd80700ff26842a7f7 (patch) | |
tree | 85d525842c80f34000f4af9d7872b0ca1b89c27e /security/amavisd-new/Makefile | |
parent | 450fb5bb0d9d91e6932369bdb88f647d79d00a90 (diff) | |
download | freebsd-ports-graphics-0994293cc26ff17b3ce359dd80700ff26842a7f7.tar.gz freebsd-ports-graphics-0994293cc26ff17b3ce359dd80700ff26842a7f7.tar.zst freebsd-ports-graphics-0994293cc26ff17b3ce359dd80700ff26842a7f7.zip |
Update amavisd-new to 2.3.3. [1]
Start amavisd as root so that it works both with and without chroot. [2]
PR: ports/85241 [1], ports/83988 [2]
Submitted by: Blaz Zupan (maintainer)
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r-- | security/amavisd-new/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index cc6d85f2408..193e42fb03c 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,8 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ |