diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-02-10 16:09:49 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-02-10 16:09:49 +0000 |
commit | 3e0e2339840b54e4be1120bb85dbd658e7c40fa2 (patch) | |
tree | 71056c35295eb6fd717dd41b8478b82685f20884 /mail/exim-old | |
parent | 7808f9f3f71384939da5635324dd1544c5df966b (diff) |
Explicit use of Berkeley DB (careful, DBM users!).
Fixed use of $local_part in router configurations.
Fixed "unseen" on router or director on deferment of delivery.
Other minor fixes.
Fixed handling of USE_XLIB to deal with =NO correctly.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=16590
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 10 | ||||
-rw-r--r-- | mail/exim-old/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index da0802aab7c8..adb9c584b4a8 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: exim -# Version required: 2.11 +# Version required: 2.12 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.25 1998/12/17 10:54:23 markm Exp $ +# $Id: Makefile,v 1.26 1999/01/27 14:07:07 markm Exp $ # -DISTNAME= exim-2.11 +DISTNAME= exim-2.12 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-2.11.tar.gz exim-texinfo-2.10.tar.gz +DISTFILES= exim-2.12.tar.gz exim-texinfo-2.10.tar.gz MAINTAINER= axl@iafrica.com @@ -24,7 +24,7 @@ USE_PERL5= YES do-configure: ${MKDIR} ${WRKSRC}/Local -.if defined(USE_XLIB) +.if defined(USE_XLIB) && ${USE_XLIB} == YES ${SED} -e "s#XX_PREFIX_XX#${PREFIX}#" \ < ${FILESDIR}/Makefile \ > ${WRKSRC}/Local/Makefile diff --git a/mail/exim-old/distinfo b/mail/exim-old/distinfo index baa74a53f559..ab8d02f20094 100644 --- a/mail/exim-old/distinfo +++ b/mail/exim-old/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-2.11.tar.gz) = 8e4100415f98db74ff448cbff6c07183 +MD5 (exim-2.12.tar.gz) = 0fb2147e34752cb84d450b61ac89e3fc MD5 (exim-texinfo-2.10.tar.gz) = ece154c4c8c95e3983d11c5de186005c |