diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-09-17 20:02:54 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-09-17 20:02:54 +0800 |
commit | 6f3eb34b7fd52fe17d4b789fef058dfef877a3c5 (patch) | |
tree | d363da9d64ec7aa915339c32abbf9fa5307926a4 /mail | |
parent | 3d47d95faf72254ed129afa8514e4b7050d7fec5 (diff) | |
download | freebsd-ports-gnome-6f3eb34b7fd52fe17d4b789fef058dfef877a3c5.tar.gz freebsd-ports-gnome-6f3eb34b7fd52fe17d4b789fef058dfef877a3c5.tar.zst freebsd-ports-gnome-6f3eb34b7fd52fe17d4b789fef058dfef877a3c5.zip |
Track exim-4.xx now that ports/mail/exim is for exim-4.xx.
Reported by: "Daniel S. Otis-Vigil" <dvigil@moosoft.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-monitor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index a74855382971..ee3d21d2971f 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -8,9 +8,9 @@ PORTNAME= exim-monitor 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/exim3/ +MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ + http://www.exim.org/ftp/exim4/ \ + ftp://ftp.is.co.za/networking/mail/transport/exim/exim4/ DISTNAME= exim-${PORTVERSION} MAINTAINER= sheldonh@FreeBSD.org |