pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Update exim to 4.22nb3 and exim-exiscan to 4.22-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d4dc402a35d
branches:  trunk
changeset: 463682:6d4dc402a35d
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Nov 25 10:21:58 2003 +0000

description:
Update exim to 4.22nb3 and exim-exiscan to 4.22-12nb1. Default exim_flags to "-bd -q30m", so setting exim=YES in rc.conf works

diffstat:

 mail/exim-exiscan/Makefile |  3 ++-
 mail/exim/Makefile         |  4 ++--
 mail/exim/files/exim.sh    |  3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 4563bb40314b -r 6d4dc402a35d mail/exim-exiscan/Makefile
--- a/mail/exim-exiscan/Makefile        Tue Nov 25 08:44:39 2003 +0000
+++ b/mail/exim-exiscan/Makefile        Tue Nov 25 10:21:58 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/10/17 08:54:58 abs Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/25 10:21:58 abs Exp $
 
 DISTNAME=      exim-${EXIM_VERSION}
+PKGREVISION=   1
 PKGNAME=       exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION}
 CATEGORIES=    mail net
 
diff -r 4563bb40314b -r 6d4dc402a35d mail/exim/Makefile
--- a/mail/exim/Makefile        Tue Nov 25 08:44:39 2003 +0000
+++ b/mail/exim/Makefile        Tue Nov 25 10:21:58 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.42 2003/11/25 10:21:58 abs Exp $
 
 DISTNAME=      exim-${EXIM_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail net
 
 MAINTAINER=    ad%NetBSD.org@localhost
diff -r 4563bb40314b -r 6d4dc402a35d mail/exim/files/exim.sh
--- a/mail/exim/files/exim.sh   Tue Nov 25 08:44:39 2003 +0000
+++ b/mail/exim/files/exim.sh   Tue Nov 25 10:21:58 2003 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-#      $NetBSD: exim.sh,v 1.5 2003/09/02 10:33:40 abs Exp $
+#      $NetBSD: exim.sh,v 1.6 2003/11/25 10:21:58 abs Exp $
 #
 # PROVIDE: mail
 # REQUIRE: LOGIN
@@ -8,6 +8,7 @@
 . /etc/rc.subr
 
 name="exim"
+exim_flags=${exim_flags-"-bd -q30m"}
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
 pidfile="/var/run/${name}.pid"



Home | Main Index | Thread Index | Old Index