aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-02-11 00:09:49 +0800
committermarkm <markm@FreeBSD.org>1999-02-11 00:09:49 +0800
commit9e778160926b8cc9ebafdaf23df0ddb77b305b3e (patch)
treed3ac44227e77d597a5de6c9e6f0b54b2bbfdc004 /mail
parent2f35483f986d039e0e1bc253df021c06b2a9ec62 (diff)
downloadfreebsd-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/Makefile10
-rw-r--r--mail/exim-devel/distinfo2
-rw-r--r--mail/exim-old/Makefile10
-rw-r--r--mail/exim-old/distinfo2
-rw-r--r--mail/exim/Makefile10
-rw-r--r--mail/exim/distinfo2
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
tle='2004-01-22 20:12:48 +0800'>2004-01-223-9/+24 * Use the SORT macro from bsd.port.mk.trevor2004-01-225-6/+3 * - Add dependency on pkg-config. This fixes build of library consumers whenpav2004-01-221-1/+1 * Remove atk.marcus2004-01-221-1/+0 * Remove devel/atk after repocopy to accessibility/atk.marcus2004-01-227-197/+0 * Use PAX macro.trevor2004-01-223-3/+3 * - Update to 0.95pav2004-01-223-55/+131 * - Fix build with perl 5.0pav2004-01-221-1/+1 * - Update to 4.0.r2pav2004-01-222-2/+2 * - Update to 0.8.1krion2004-01-222-2/+2 * Update to 0.02mat2004-01-222-4/+3 * Update to 1.08mat2004-01-222-2/+2 * Update to 1.08mat2004-01-222-2/+2 * Update to 0.8.3.marcus2004-01-222-2/+2 * Update to 2.4.2.marcus2004-01-223-8/+2 * Remove my hack to remove CPU_CFLAGS and use the new WITHOUT_CPU_CFLAGSjeh2004-01-213-24/+9 * Update to -> 1.6.8mich2004-01-212-2/+2 * ZendOptimizer works on 5.X, too, using the compat4x layer.ale2004-01-211-3/+6 * - Use new knobs from bsd.sdl.mkkrion2004-01-219-37/+20 * Use the new ghostscript options.marcus2004-01-211-1/+1 * Updated i386 binaries for version 03.2nork2004-01-2012-60/+132 * Add p5-IO-Tee 0.64, multiplex output to multiple output handles.vanilla2004-01-205-0/+37 * - update to version 4.5eik2004-01-204-65/+16 * Add p5-Devel-Pointer 1.00, fiddle around with pointers.skv2004-01-195-0/+48 * Updated to 1.54skv2004-01-193-3/+9 * Fix for GHC 6.2.obraun2004-01-191-0/+710 * - Fix installation of header filespav2004-01-192-2256/+2331 * Depend on textproc/p5-PodParser if ${PERL_LEVEL} < 500601.demon2004-01-191-1/+8 * Make sure the port gets IGNOREd when the distribution files aren'tedwin2004-01-191-1/+1 * Switch to my @FreeBSD.org email address.ale2004-01-186-6/+11 * Fix name of distfileedwin2004-01-182-2/+3 * Chase lib update of archivers/ucledwin2004-01-171-1/+1 * Chase update of devel/tcllibedwin2004-01-171-1/+1 * Add unzip as an extract dependency.edwin2004-01-171-0/+1 * fix master_sitesedwin2004-01-17