From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 00:34:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 70E03836; Wed, 27 Mar 2013 00:34:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0E317F; Wed, 27 Mar 2013 00:34:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2R0Yggr076552; Wed, 27 Mar 2013 00:34:42 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2R0YfLk076548; Wed, 27 Mar 2013 00:34:41 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303270034.r2R0YfLk076548@svn.freebsd.org> From: Martin Wilke Date: Wed, 27 Mar 2013 00:34:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 00:34:42 -0000 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} ""