summaryrefslogtreecommitdiff
path: root/mail/exim-old/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-12-02 15:41:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-12-02 15:41:50 +0000
commitd09301b69a2107bd69f5e5212af7716f03cefc85 (patch)
treed328b5c311003a87eb91117917115f397df8039d /mail/exim-old/Makefile
parentSynchronize these ports with xemacs-mule-21.1.8. (diff)
Update to 3.11:
* This is small bugfix release over the last major release, 3.10. * Exim 3.10 contains numerous bugfixes and new features, described at: ftp://ftp.exim.org/pub/exim/ChangeLogs/NewStuff-3.10.gz Note that the new PAM support is _not_ enabled in this port yet.
Notes
Notes: svn path=/head/; revision=23557
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r--mail/exim-old/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 113af3beb452..d7b43cdf3bc3 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: exim
-# Version required: 3.03
+# Version required: 3.10
# Date created: 23 June 1996
# Whom: markm@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= exim-3.03
+DISTNAME= exim-3.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-3.03.tar.gz exim-texinfo-3.00.tar.gz
+DISTFILES= exim-3.11.tar.gz exim-texinfo-3.10.tar.gz
MAINTAINER= sheldonh@FreeBSD.org
@@ -70,7 +70,7 @@ do-configure:
> ${WRKSRC}/src/configure.default
${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
cd ${WRKSRC}/doc && \
- for i in ../../exim-texinfo-3.00/doc/* ; do \
+ for i in ../../exim-texinfo-3.10/doc/* ; do \
${LN} -sf $$i ; \
done