diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-20 01:52:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-20 01:52:36 +0000 |
commit | bcc220ffcd6472db499e7664fda514c371e1e124 (patch) | |
tree | 6218187de812a54b20a9b6e0ad18f716e4aaa1da /mail | |
parent | 33a37e97d4ffba033c42a7448ca3006258a3c748 (diff) | |
download | pkgsrc-bcc220ffcd6472db499e7664fda514c371e1e124.tar.gz |
Regen to make GNU patch happy.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/distinfo | 4 | ||||
-rw-r--r-- | mail/squirrelmail/patches/patch-aa | 19 |
2 files changed, 8 insertions, 15 deletions
diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index 8050d86d7bb..2362661b607 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2005/01/23 07:02:04 martti Exp $ +$NetBSD: distinfo,v 1.23 2005/02/20 01:52:36 minskim Exp $ SHA1 (squirrelmail-1.4.4.tar.bz2) = 52bdb31e826e845464d7d53e0745c50ead9ba6fe Size (squirrelmail-1.4.4.tar.bz2) = 468790 bytes -SHA1 (patch-aa) = b850165c4ed863faca1b8786e43c2cc16abba060 +SHA1 (patch-aa) = 9e66fdf7697379cc66266b7aa0c599db68750284 diff --git a/mail/squirrelmail/patches/patch-aa b/mail/squirrelmail/patches/patch-aa index 2cd801f7e71..a1d5c957708 100644 --- a/mail/squirrelmail/patches/patch-aa +++ b/mail/squirrelmail/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2004/11/16 14:18:01 martti Exp $ +$NetBSD: patch-aa,v 1.9 2005/02/20 01:52:36 minskim Exp $ ---- config/config_default.php.orig 2004-04-21 20:21:54.000000000 +0300 -+++ config/config_default.php 2004-05-31 21:32:43.000000000 +0300 -@@ -383,7 +383,7 @@ +--- config/config_default.php.orig 2004-12-24 09:55:39.000000000 -0600 ++++ config/config_default.php +@@ -373,7 +373,7 @@ $default_sub_of_inbox = true; * false. (Cyrus works fine whether it's true OR false). * @global bool $show_contain_subfolders_option */ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.8 2004/11/16 14:18:01 martti Exp $ /** * These next two options set the defaults for the way that the -@@ -442,7 +442,7 @@ +@@ -418,7 +418,7 @@ $noselect_fix_enable = false; * $data_dir = SM_PATH . 'data/'; * @global string $data_dir */ @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.8 2004/11/16 14:18:01 martti Exp $ /** * Attachments directory -@@ -460,7 +460,7 @@ +@@ -436,7 +436,7 @@ $data_dir = SM_PATH . 'data/'; * + It should probably be another directory than data_dir. * @global string $attachment_dir */ @@ -29,10 +29,3 @@ $NetBSD: patch-aa,v 1.8 2004/11/16 14:18:01 martti Exp $ /** * Hash level used for data directory. -@@ -823,4 +823,4 @@ - * sent and regular output to begin, which will majorly screw - * things up when we try to send more headers later. - */ --?> -\ No newline at end of file -+?> |