summaryrefslogtreecommitdiff
path: root/mail/maildrop/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-10-20 20:26:37 +0000
committerjlam <jlam@pkgsrc.org>2005-10-20 20:26:37 +0000
commitf2496540acb1ca02f6d62d2618acc94712d2b0d7 (patch)
treed83531e3d29c305f889ec1acd7fad1229e14233f /mail/maildrop/patches
parent5bed16af6c8d2c49743c3180a2842d49b33de111 (diff)
downloadpkgsrc-f2496540acb1ca02f6d62d2618acc94712d2b0d7.tar.gz
Update mail/maildrop to 2.0.1. Changes from version 1.8.1 include:
* Use PCRE (http://www.pcre.org) for mattern matching. + Most visible change is a different syntax for subexpression matching, using (...). MATCH2 becomes MATCH1, MATCH3 becomes MATCH2, etc... + "w" account option dropped. + During a transitional period, setting MAILDROP_OLD_REGEXP reverts to the old pattern matching engine. * Do not autoreply to messages with an Auto-Submitted: header, unless it's contents are "no". Add Auto-Submitted: auto-replied.
Diffstat (limited to 'mail/maildrop/patches')
-rw-r--r--mail/maildrop/patches/patch-aa16
-rw-r--r--mail/maildrop/patches/patch-ab10
2 files changed, 13 insertions, 13 deletions
diff --git a/mail/maildrop/patches/patch-aa b/mail/maildrop/patches/patch-aa
index 20cb00b7df3..141130f9b40 100644
--- a/mail/maildrop/patches/patch-aa
+++ b/mail/maildrop/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.4 2005/02/18 22:12:53 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2005/10/20 20:26:37 jlam Exp $
---- Makefile.in.orig 2004-12-08 21:36:41.000000000 -0500
+--- Makefile.in.orig 2005-09-23 20:27:51.000000000 -0400
+++ Makefile.in
-@@ -230,21 +230,18 @@ HTML2TXT = `which lynx 2>/dev/null && ec
- SUBDIRS = numlib liblock unicode rfc822 rfc2045 gdbmobj bdbobj maildir maildrop
- EXTRA_DIST = README.html INSTALL.html UPGRADE.html README.postfix maildroptips.txt automake.fix COPYING.GPL manpage.css
+@@ -243,21 +243,18 @@ EXTRA_DIST = README.html INSTALL.html UP
+ maildroptips.txt automake.fix COPYING.GPL manpage.css pgpkeys.txt
+
scriptdir = $(pkgdatadir)/scripts
-htmldir = $(pkgdatadir)/html
+htmldir = $(prefix)/share/doc/courier
@@ -30,9 +30,9 @@ $NetBSD: patch-aa,v 1.4 2005/02/18 22:12:53 jlam Exp $
+MAILDROPMAN = lockmail.1 maildrop.1 mailbot.1 maildropex.7 \
+ maildropfilter.7 maildropgdbm.7 makemime.1 reformail.1 reformime.1
- EXTRA_LIBRARIES = librfc822.a librfc2045.a
+ EXTRA_LTLIBRARIES = librfc822.la librfc2045.la
@DEVEL_TRUE@DEVEL_MAN = rfc822.3 rfc2045.3
-@@ -1007,15 +1004,15 @@ uninstall-man: uninstall-man1 uninstall-
+@@ -1034,15 +1031,15 @@ uninstall-man: uninstall-man1 uninstall-
# where deliverquota will be installed.
# Create a soft link from bindir/deliverquota to libdir/bin/deliverquota
@@ -53,7 +53,7 @@ $NetBSD: patch-aa,v 1.4 2005/02/18 22:12:53 jlam Exp $
@INSTALL_DELIVERQUOTA_FALSE@uninstall-deliverquota:
-@@ -1051,7 +1048,6 @@ install-maildrop:
+@@ -1072,7 +1069,6 @@ install-maildrop:
$(INSTALL_PROGRAM) maildrop/$$f $(DESTDIR)$(bindir)/$$f ; \
done
$(INSTALL_PROGRAM) liblock/lockmail $(DESTDIR)$(bindir)/lockmail
diff --git a/mail/maildrop/patches/patch-ab b/mail/maildrop/patches/patch-ab
index fb5332ab018..ed75f0707e4 100644
--- a/mail/maildrop/patches/patch-ab
+++ b/mail/maildrop/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2005/02/18 22:12:53 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2005/10/20 20:26:37 jlam Exp $
---- maildrop/configure.orig 2004-10-30 23:15:52.000000000 -0400
+--- maildrop/configure.orig 2005-09-23 20:28:40.000000000 -0400
+++ maildrop/configure
-@@ -22094,7 +22094,7 @@ fi
+@@ -22118,7 +22118,7 @@ fi
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.1 2005/02/18 22:12:53 jlam Exp $
then
#
# This version of maildrop is integrated into Courier mail server
-@@ -22231,7 +22231,7 @@ SPOOLDIR="$DIR"
+@@ -22255,7 +22255,7 @@ SPOOLDIR="$DIR"
get_spooldir() {
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.1 2005/02/18 22:12:53 jlam Exp $
then
MBOX_RESET_GID=1
SPOOLDIR="./Maildir"
-@@ -22299,7 +22299,7 @@ if test "${with_default_maildrop+set}" =
+@@ -22323,7 +22323,7 @@ if test "${with_default_maildrop+set}" =
else
# Courier defaults to ./Maildir