aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-09-11 20:25:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-09-11 20:25:12 +0000
commit34486bf0b5c713c560127bcd7ef85ed61150aac7 (patch)
treee701a4b396320c8ba9d02dbe1daa39cf6cd839c8 /mail/squirrelmail
parentcf0c7338a1264daee067f2b99aa0bb24f791b092 (diff)
downloadports-34486bf0b5c713c560127bcd7ef85ed61150aac7.tar.gz
ports-34486bf0b5c713c560127bcd7ef85ed61150aac7.zip
Add perl5 to USES, with USE_PERL5=run, for the ${WWWDIR}/configure
script. While here, sort USES, and regenerate a patch with makepatch.
Notes
Notes: svn path=/head/; revision=396716
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile5
-rw-r--r--mail/squirrelmail/files/patch-functions__i18n.php6
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 269a9284740d..22cb282657fb 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -3,7 +3,7 @@
PORTNAME= squirrelmail
PORTVERSION= 20150324
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail www
MASTER_SITES= LOCAL/adamw/squirrelmail
DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable
@@ -21,7 +21,8 @@ LICENSE= GPLv2
USE_PHP= session mhash gettext mbstring pcre openssl xml
WANT_PHP_WEB= yes
-USES= gettext tar:bzip2 cpe
+USES= cpe gettext perl5 tar:bzip2
+USE_PERL5= run
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}.stable/${PORTNAME}
diff --git a/mail/squirrelmail/files/patch-functions__i18n.php b/mail/squirrelmail/files/patch-functions__i18n.php
index 37dd90ed6b72..b10d7e8f2fff 100644
--- a/mail/squirrelmail/files/patch-functions__i18n.php
+++ b/mail/squirrelmail/files/patch-functions__i18n.php
@@ -1,6 +1,6 @@
---- ./functions/i18n.php.orig 2010-06-02 11:26:40.000000000 -0400
-+++ ./functions/i18n.php 2010-06-02 11:28:33.000000000 -0400
-@@ -683,7 +683,8 @@
+--- functions/i18n.php.orig 2015-01-03 03:56:32 UTC
++++ functions/i18n.php
+@@ -683,7 +683,8 @@ function japanese_charset_xtra() {
$useragent = func_get_arg(2);
if (strstr($useragent, 'Windows') !== false ||
strstr($useragent, 'Mac_') !== false) {