Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 20:25:12 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396716 - in head/mail/squirrelmail: . files
Message-ID:  <201509112025.t8BKPC0X028848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509112025.t8BKPC0X028848>