diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-06-02 20:02:18 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-06-02 20:02:18 +0000 |
commit | 5c438c31f8f188f82167ef5c164f3375216b4151 (patch) | |
tree | a4465a6c75727f3bf72f857dc812758698fbd5b5 /mail/squirrelmail | |
parent | d4a10a7adaf1af764d6f416df17f1d111191d7b2 (diff) | |
download | pkgsrc-5c438c31f8f188f82167ef5c164f3375216b4151.tar.gz |
Ok, I know why the distinfo entry was wrong.
Remove $Id: $ from the patch, and regen distinfo.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/distinfo | 4 | ||||
-rw-r--r-- | mail/squirrelmail/patches/patch-ab | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index 61a4901926e..35719c39a8c 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2004/06/02 20:01:07 bouyer Exp $ +$NetBSD: distinfo,v 1.19 2004/06/02 20:02:18 bouyer Exp $ SHA1 (squirrelmail-1.4.3.tar.bz2) = 8eb0c45e322b18994732baba70a81168e5a8a0ff Size (squirrelmail-1.4.3.tar.bz2) = 2254146 bytes SHA1 (patch-aa) = cad816ce6e36def3f1b99ba831aa297c074d5aca -SHA1 (patch-ab) = 1d41cc79bdecfb0f5c6dfc196b43943bde61be70 +SHA1 (patch-ab) = 0c906a9d945cb72664204f002502debdd5cad39b diff --git a/mail/squirrelmail/patches/patch-ab b/mail/squirrelmail/patches/patch-ab index 1e8e3c168f2..2eeea18f9d5 100644 --- a/mail/squirrelmail/patches/patch-ab +++ b/mail/squirrelmail/patches/patch-ab @@ -1,14 +1,5 @@ --- src/compose.php.orig Wed Jun 2 20:38:45 2004 +++ src/compose.php Wed Jun 2 20:38:19 2004 -@@ -14,7 +14,7 @@ - * - Send mail - * - Save As Draft - * -- * $Id: patch-ab,v 1.3 2004/06/02 18:50:27 bouyer Exp $ -+ * $Id: patch-ab,v 1.3 2004/06/02 18:50:27 bouyer Exp $ - */ - - /* Path for SquirrelMail required files. */ @@ -757,9 +757,9 @@ sqWordWrap($rewrap_body[$i], ($editor_size)); if (preg_match("/^(>+)/", $rewrap_body[$i], $matches)) { |