Date: Wed, 27 Mar 2013 00:34:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315341 - in head/mail: squirrelmail-notes-plugin squirrelmail-quota_usage-plugin squirrelmail-wetteronline-plugin Message-ID: <201303270034.r2R0YfLk076548@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Mar 27 00:34:41 2013 New Revision: 315341 URL: http://svnweb.freebsd.org/changeset/ports/315341 Log: - Make php53 default to fix conflict between php54 and php53 Reported by: pointyhay Modified: head/mail/squirrelmail-notes-plugin/Makefile (contents, props changed) head/mail/squirrelmail-quota_usage-plugin/Makefile (contents, props changed) head/mail/squirrelmail-wetteronline-plugin/Makefile (contents, props changed) Modified: head/mail/squirrelmail-notes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-notes-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340) +++ head/mail/squirrelmail-notes-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341) @@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER= 53 pre-everything:: @${ECHO} "" Modified: head/mail/squirrelmail-quota_usage-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-quota_usage-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340) +++ head/mail/squirrelmail-quota_usage-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341) @@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER= 53 pre-everything:: @${ECHO} "" Modified: head/mail/squirrelmail-wetteronline-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-wetteronline-plugin/Makefile Wed Mar 27 00:19:37 2013 (r315340) +++ head/mail/squirrelmail-wetteronline-plugin/Makefile Wed Mar 27 00:34:41 2013 (r315341) @@ -40,6 +40,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER=53 pre-everything:: @${ECHO} ""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303270034.r2R0YfLk076548>