diff options
author | adamw <adamw@FreeBSD.org> | 2015-09-12 04:25:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-09-12 04:25:12 +0800 |
commit | 006b0adc3afd2f3bc16e916fd907212ab640d767 (patch) | |
tree | e701a4b396320c8ba9d02dbe1daa39cf6cd839c8 /mail | |
parent | dc55b02ed5d38af214b677068d17765f94ad6778 (diff) | |
download | freebsd-ports-gnome-006b0adc3afd2f3bc16e916fd907212ab640d767.tar.gz freebsd-ports-gnome-006b0adc3afd2f3bc16e916fd907212ab640d767.tar.zst freebsd-ports-gnome-006b0adc3afd2f3bc16e916fd907212ab640d767.zip |
Add perl5 to USES, with USE_PERL5=run, for the ${WWWDIR}/configure
script.
While here, sort USES, and regenerate a patch with makepatch.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 | ||||
-rw-r--r-- | mail/squirrelmail/files/patch-functions__i18n.php | 6 |
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) { |