diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-04-18 20:20:20 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-04-18 20:20:20 +0800 |
commit | c0a25cb0d441ac5692e2a3d98779b0d5c09a88f8 (patch) | |
tree | 47ab2868d6f694b7eb6abc9b64e047eef4cb294d /mail/exim/Makefile | |
parent | 1681330b0e4e6cd8d53791172312c9ea8dea2389 (diff) | |
download | freebsd-ports-gnome-c0a25cb0d441ac5692e2a3d98779b0d5c09a88f8.tar.gz freebsd-ports-gnome-c0a25cb0d441ac5692e2a3d98779b0d5c09a88f8.tar.zst freebsd-ports-gnome-c0a25cb0d441ac5692e2a3d98779b0d5c09a88f8.zip |
Update to exim-3.36:
* Incorporates some patches.
* Fix pretty obscure queue handling bug.
* Update exim-4 spool file format forward-compatibility.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 3c4a3b6e138a..9aff424c39e7 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,13 +6,12 @@ # PORTNAME= exim -PORTVERSION= 3.35 -PORTREVISION= 1 +PORTVERSION= 3.36 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/exim3/ -DISTFILES= exim-3.35.tar.bz2 exim-texinfo-3.30.tar.bz2 +DISTFILES= exim-3.36.tar.bz2 exim-texinfo-3.30.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org |