diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-12-09 16:25:23 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-12-09 16:25:23 +0800 |
commit | fa1824806a81a14946e9dd1622258ae147d8f34c (patch) | |
tree | cb9296161cf235375389c190297ee2652d1ae794 /mail/exim | |
parent | 8d87e73746ca292dcebedae5363d74f992288238 (diff) | |
download | freebsd-ports-gnome-fa1824806a81a14946e9dd1622258ae147d8f34c.tar.gz freebsd-ports-gnome-fa1824806a81a14946e9dd1622258ae147d8f34c.tar.zst freebsd-ports-gnome-fa1824806a81a14946e9dd1622258ae147d8f34c.zip |
Update to 3.12:
Fix a problem where themessage log file is fclosed twice.
Fix a long-standing bug in the ``contains'' operation in
filter files.
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 d7b43cdf3bc3..2ad0731db1d6 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,13 +6,13 @@ # $FreeBSD$ # -DISTNAME= exim-3.11 +DISTNAME= exim-3.12 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ ftp://ftp.quite.net/pub/exim/ \ http://www.exim.org/ftp/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ -DISTFILES= exim-3.11.tar.gz exim-texinfo-3.10.tar.gz +DISTFILES= exim-3.12.tar.gz exim-texinfo-3.10.tar.gz MAINTAINER= sheldonh@FreeBSD.org diff --git a/mail/exim/distinfo b/mail/exim/distinfo index aaf5916768b6..f2dbf8b4c3d2 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-3.11.tar.gz) = e1a63c6eaa71c030a189f279ab6630b2 +MD5 (exim-3.12.tar.gz) = 336cd605cb121703af4f22a8c34bb333 MD5 (exim-texinfo-3.10.tar.gz) = c8c2596e6a303f774e0a627e61b4dffc |