diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-09-09 15:29:28 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-09-09 15:29:28 +0000 |
commit | b2e7bc0460889acbdc94534474c8252f05971ec0 (patch) | |
tree | 568a42a35ede52b90c26992b08e5eb6a8b83b366 /mail/exim-old/Makefile | |
parent | Use ${MASTER_SITE_SUNSITE} instead of a mirror close to porter. (diff) |
Upgrade to 1.71. Default in the config file is to forbid relaying. This
will make the anti-spam camp happy...
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 6957671c7d91..b5d40fe72dfc 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,18 +1,15 @@ # New ports collection makefile for: exim -# Version required: 1.61 +# Version required: 1.71 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.8 1997/02/26 13:45:02 markm Exp $ +# $Id$ # -DISTNAME= exim-1.70 +DISTNAME= exim-1.71 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-1.70.tar.gz exim-texinfo-1.70.tar.gz - -PATCH_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -PATCHFILES= exim-1.70.patches +DISTFILES= exim-1.71.tar.gz exim-texinfo-1.71.tar.gz MAINTAINER= markm@FreeBSD.ORG @@ -21,7 +18,7 @@ do-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local @${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local @(cd ${WRKSRC}/doc ; \ - for i in ../../exim-texinfo-1.70/doc/* ; do \ + for i in ../../exim-texinfo-1.71/doc/* ; do \ ln -sf $$i ; \ done ) |