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-monitor | |
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-monitor')
-rw-r--r-- | mail/exim-monitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index f0486d952355..a74855382971 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exim-monitor -PORTVERSION= 3.36 +PORTVERSION= 4.10 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ |