diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-24 18:37:10 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-24 18:37:10 +0800 |
commit | 6e0d3199d30332c4bf6c6aee0eb4550a73db5ff9 (patch) | |
tree | 58366d97d52b112b725094a9dbf65ee77699ad37 /mail/exim/Makefile | |
parent | 01af0b18a0dd3a65f7c9d23bf059f21238737d29 (diff) | |
download | freebsd-ports-gnome-6e0d3199d30332c4bf6c6aee0eb4550a73db5ff9.tar.gz freebsd-ports-gnome-6e0d3199d30332c4bf6c6aee0eb4550a73db5ff9.tar.zst freebsd-ports-gnome-6e0d3199d30332c4bf6c6aee0eb4550a73db5ff9.zip |
Update to 3.16:
Bugfix release, featuring a fix for one critical bug in the
handling of messages frozen by system filters for manual
thawing.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index bfd403dfd1ac..f2370732b9c1 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,17 +6,15 @@ # PORTNAME= exim -PORTVERSION= 3.15 +PORTVERSION= 3.16 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ http://www.exim.org/ftp/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ -DISTFILES= exim-3.15.tar.gz exim-texinfo-3.10.tar.gz +DISTFILES= exim-3.16.tar.gz exim-texinfo-3.10.tar.gz MAINTAINER= sheldonh@FreeBSD.org -FORBIDDEN= Bug with system filters used to freeze messages for manual thawing - # If WITHOUT_X11 is not defined, the eximon monitor, which requires X, will # be built. Comment it out unless you have or want XFree86 installed! .if !defined(WITHOUT_X11) |