aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-11-16 21:24:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-11-16 21:24:54 +0000
commit367c9fdbd1424f6c104aa0132ec0bb784c6ecae3 (patch)
tree65e18c9e6023844f6f4640a6fd04da4cd29dc414 /mail/squirrelmail
parentff36e904aea4a6c616ba7a4a6b95719b6dc6ede1 (diff)
downloadports-367c9fdbd1424f6c104aa0132ec0bb784c6ecae3.tar.gz
ports-367c9fdbd1424f6c104aa0132ec0bb784c6ecae3.zip
Notes
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile2
-rw-r--r--mail/squirrelmail/files/patch-plugins-message_details-message_details_bottom.php11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index c965ebd1b21c..082292da575b 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= squirrelmail
PORTVERSION= 1.4.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}
DISTNAME= ${PORTNAME}-webmail-${PORTVERSION}
diff --git a/mail/squirrelmail/files/patch-plugins-message_details-message_details_bottom.php b/mail/squirrelmail/files/patch-plugins-message_details-message_details_bottom.php
new file mode 100644
index 000000000000..f468f8590859
--- /dev/null
+++ b/mail/squirrelmail/files/patch-plugins-message_details-message_details_bottom.php
@@ -0,0 +1,11 @@
+--- plugins/message_details/message_details_bottom.php.orig 2012-11-16 16:16:25.000000000 -0500
++++ plugins/message_details/message_details_bottom.php 2012-11-16 16:16:49.000000000 -0500
+@@ -85,7 +85,7 @@
+ $messageheaderstart=false;
+ $boundaries = array();
+ $entities = array();
+-session_unregister("entities");
++sqsession_unregister("entities");
+ $pre = '<b>';
+ $end = '</b>';
+ $entStr = '';