pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim Update exim to exim-4.52nb4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b95c3ca648f5
branches:  trunk
changeset: 500195:b95c3ca648f5
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Oct 03 20:20:18 2005 +0000

description:
Update exim to exim-4.52nb4:
        Fix PLIST for eximon option - from Sven Hartge

diffstat:

 mail/exim/Makefile     |  4 ++--
 mail/exim/PLIST.eximon |  3 +++
 mail/exim/options.mk   |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r b1b8a718238c -r b95c3ca648f5 mail/exim/Makefile
--- a/mail/exim/Makefile        Mon Oct 03 19:55:06 2005 +0000
+++ b/mail/exim/Makefile        Mon Oct 03 20:20:18 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2005/10/03 18:45:50 abs Exp $
+# $NetBSD: Makefile,v 1.67 2005/10/03 20:20:18 abs Exp $
 
 DISTNAME=      exim-4.52
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    mail net
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
diff -r b1b8a718238c -r b95c3ca648f5 mail/exim/PLIST.eximon
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim/PLIST.eximon    Mon Oct 03 20:20:18 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.eximon,v 1.1 2005/10/03 20:20:18 abs Exp $
+sbin/eximon
+sbin/eximon.bin
diff -r b1b8a718238c -r b95c3ca648f5 mail/exim/options.mk
--- a/mail/exim/options.mk      Mon Oct 03 19:55:06 2005 +0000
+++ b/mail/exim/options.mk      Mon Oct 03 20:20:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/10/03 18:45:50 abs Exp $
+# $NetBSD: options.mk,v 1.3 2005/10/03 20:20:18 abs Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exim
 PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb
@@ -10,6 +10,7 @@
 
 .if !empty(PKG_OPTIONS:Mexim-build-eximon)
 LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin
+PLIST_SRC+=${PKGDIR}/PLIST.eximon
 USE_X11BASE=yes
 .endif
 



Home | Main Index | Thread Index | Old Index