diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-05-21 05:29:05 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-05-21 05:29:05 +0000 |
commit | 982e08ff3d3aa47e97591d8be0a911aa4391c4fd (patch) | |
tree | 7e6ba4ad9d32e0c23f14f7e00dae0cb62c509089 /mail/squirrelmail | |
parent | d149423966a64df783859d92f671f3f0d514ba07 (diff) | |
download | ports-982e08ff3d3aa47e97591d8be0a911aa4391c4fd.tar.gz ports-982e08ff3d3aa47e97591d8be0a911aa4391c4fd.zip |
Notes
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 1 | ||||
-rw-r--r-- | mail/squirrelmail/files/patch-class__deliver__Deliver.class.php | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 31b5cc548718..3938a7c23240 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= squirrelmail PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php index f1b7437580b1..89197b169272 100644 --- a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php +++ b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php @@ -1,5 +1,5 @@ --- ./class/deliver/Deliver.class.php.orig 2009-04-15 18:00:49.000000000 -0400 -+++ ./class/deliver/Deliver.class.php 2009-05-19 23:25:59.000000000 -0400 ++++ ./class/deliver/Deliver.class.php 2009-05-21 01:18:26.000000000 -0400 @@ -542,7 +542,19 @@ $cnt = count($header); $hdr_s = ''; @@ -16,7 +16,7 @@ + if (strstr($header[$i], 'name') === false) { + $hdr_s .= $this->foldLine($header[$i], 78); + } else { -+ $hdr_s .= header[$i]; ++ $hdr_s .= $header[$i]; + } } $header = $hdr_s; |