diff options
author | markm <markm@FreeBSD.org> | 1999-01-27 22:07:08 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-01-27 22:07:08 +0800 |
commit | 3d0be6d68a8410d8a9f12eb8491b46c6fefecead (patch) | |
tree | 49bcece44086c3c0d6ccba120a19fec23055b42b /mail/exim/Makefile | |
parent | cb95dda88e936661c344ae2c2d9b1875f4bc51bf (diff) | |
download | freebsd-ports-gnome-3d0be6d68a8410d8a9f12eb8491b46c6fefecead.tar.gz freebsd-ports-gnome-3d0be6d68a8410d8a9f12eb8491b46c6fefecead.tar.zst freebsd-ports-gnome-3d0be6d68a8410d8a9f12eb8491b46c6fefecead.zip |
Upgrade to version 2.11, featuring minor bug-fixes and some new features.
New features are backward compatible.
Submitted by: maintainer
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 817cd230ab10..da0802aab7c8 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: exim -# Version required: 2.10 +# Version required: 2.11 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.24 1998/12/08 15:23:42 markm Exp $ +# $Id: Makefile,v 1.25 1998/12/17 10:54:23 markm Exp $ # -DISTNAME= exim-2.10 +DISTNAME= exim-2.11 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-2.10.tar.gz exim-texinfo-2.10.tar.gz +DISTFILES= exim-2.11.tar.gz exim-texinfo-2.10.tar.gz MAINTAINER= axl@iafrica.com |