From owner-svn-ports-all@freebsd.org Fri Sep 11 20:25:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D8D4A01028; Fri, 11 Sep 2015 20:25:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 449ED149C; Fri, 11 Sep 2015 20:25:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BKPDEB028850; Fri, 11 Sep 2015 20:25:13 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BKPC0X028848; Fri, 11 Sep 2015 20:25:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201509112025.t8BKPC0X028848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 11 Sep 2015 20:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396716 - in head/mail/squirrelmail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 20:25:13 -0000 Author: adamw Date: Fri Sep 11 20:25:12 2015 New Revision: 396716 URL: https://svnweb.freebsd.org/changeset/ports/396716 Log: Add perl5 to USES, with USE_PERL5=run, for the ${WWWDIR}/configure script. While here, sort USES, and regenerate a patch with makepatch. Modified: head/mail/squirrelmail/Makefile head/mail/squirrelmail/files/patch-functions__i18n.php Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Fri Sep 11 20:09:09 2015 (r396715) +++ head/mail/squirrelmail/Makefile Fri Sep 11 20:25:12 2015 (r396716) @@ -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} Modified: head/mail/squirrelmail/files/patch-functions__i18n.php ============================================================================== --- head/mail/squirrelmail/files/patch-functions__i18n.php Fri Sep 11 20:09:09 2015 (r396715) +++ head/mail/squirrelmail/files/patch-functions__i18n.php Fri Sep 11 20:25:12 2015 (r396716) @@ -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) {