diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-02-18 18:29:46 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-02-18 18:29:46 +0800 |
commit | 3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9 (patch) | |
tree | 7da025936e7f81eb0155dfb5c2ae0230852ce21d /mail/exim/Makefile | |
parent | f758e41725806a20ce4b4a8df1c42868d5960e8a (diff) | |
download | freebsd-ports-gnome-3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9.tar.gz freebsd-ports-gnome-3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9.tar.zst freebsd-ports-gnome-3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9.zip |
* Update to exiscan-4.12-23a:
+ Reverts non-backward compatible change in output handling of
CLI AV scanners.
+ Makes a number of options expandable, allowing lookups to determine
their values.
+ Fixes various edge case bugs.
+ Adds MKS AV daemon support.
* Bump PORTREVISION accordingly.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 07f686083eb9..be4468e6a8a7 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ @@ -29,7 +29,7 @@ MAN8= exim.8 EXIM_VERSION= 4.12 EXIM_DOCVERSION= 4.10 -EXISCAN_VERSION= 4.12-22 +EXISCAN_VERSION= 4.12-23a PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}" |