diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-09 08:25:23 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-09 08:25:23 +0000 |
commit | 47484dde1423a7c459741f044999861ee48a5ff4 (patch) | |
tree | f8671b0a3a257aa1ebb0c9567fc9af76c137cc1b /mail/exim-old/Makefile | |
parent | Better recognition of *BSD family (diff) |
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.
Notes
Notes:
svn path=/head/; revision=23666
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d7b43cdf3bc3..2ad0731db1d6 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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 |