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 | |
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')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/distinfo | 2 |
2 files changed, 3 insertions, 3 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}" diff --git a/mail/exim/distinfo b/mail/exim/distinfo index 9409ba32df23..24bc8a79ad8c 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,3 +1,3 @@ MD5 (exim-4.12.tar.bz2) = 7aed2a66295a7702b9a9394ec2bc5ffd MD5 (exim-texinfo-4.10.tar.bz2) = 2a2a34a2457d249d568a58e985f263c0 -MD5 (exiscan-4.12-22.tar.bz2) = 42f9edb8ec86ff554ef5acefc31d6e19 +MD5 (exiscan-4.12-23a.tar.bz2) = 57bfc8804dcc1f6d20ebb0bf603d01c6 |