diff options
author | markm <markm@FreeBSD.org> | 1999-02-11 00:09:49 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-02-11 00:09:49 +0800 |
commit | 9e778160926b8cc9ebafdaf23df0ddb77b305b3e (patch) | |
tree | d3ac44227e77d597a5de6c9e6f0b54b2bbfdc004 /mail | |
parent | 2f35483f986d039e0e1bc253df021c06b2a9ec62 (diff) | |
download | freebsd-ports-gnome-9e778160926b8cc9ebafdaf23df0ddb77b305b3e.tar.gz freebsd-ports-gnome-9e778160926b8cc9ebafdaf23df0ddb77b305b3e.tar.zst freebsd-ports-gnome-9e778160926b8cc9ebafdaf23df0ddb77b305b3e.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/exim-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 10 | ||||
-rw-r--r-- | mail/exim-old/distinfo | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 10 | ||||
-rw-r--r-- | mail/exim/distinfo | 2 |
6 files changed, 18 insertions, 18 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index da0802aab7c8..adb9c584b4a8 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/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-devel/distinfo b/mail/exim-devel/distinfo index baa74a53f559..ab8d02f20094 100644 --- a/mail/exim-devel/distinfo +++ b/mail/exim-devel/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 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 diff --git a/mail/exim/Makefile b/mail/exim/Makefile index da0802aab7c8..adb9c584b4a8 100644 --- a/mail/exim/Makefile +++ b/mail/exim/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/distinfo b/mail/exim/distinfo index baa74a53f559..ab8d02f20094 100644 --- a/mail/exim/distinfo +++ b/mail/exim/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 |