diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-09-12 18:09:02 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-09-12 18:09:02 +0800 |
commit | f8408b8bd28d68095a62ee8ee726e57ebd2bcd98 (patch) | |
tree | 4e7cae6bdd75447720eeac36662c352a9219343f /mail/exim-doc-html | |
parent | 32522f97b03178aa71aa6eab4952edd91064ccec (diff) | |
download | freebsd-ports-gnome-f8408b8bd28d68095a62ee8ee726e57ebd2bcd98.tar.gz freebsd-ports-gnome-f8408b8bd28d68095a62ee8ee726e57ebd2bcd98.tar.zst freebsd-ports-gnome-f8408b8bd28d68095a62ee8ee726e57ebd2bcd98.zip |
I agree with the Exim community that the exim-4.xx has reached production
quality.
Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible. Move
exim-devel to exim, removing NO_LATEST_LINK:
repo-copy exim -> exim-old
copy over exim-devel -> exim
retire exim-devel
Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.
Diffstat (limited to 'mail/exim-doc-html')
-rw-r--r-- | mail/exim-doc-html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile index bf9cb53e3236..3081219ed480 100644 --- a/mail/exim-doc-html/Makefile +++ b/mail/exim-doc-html/Makefile @@ -6,14 +6,14 @@ # PORTNAME= exim-doc-${DOCFORMAT} -PORTVERSION= 3.30 +PORTVERSION= 4.10 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/ DISTNAME= exim-${DOCFORMAT}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sheldonh@FreeBSD.org USE_BZIP2= yes NO_BUILD= yes |