From owner-svn-ports-all@FreeBSD.ORG Fri Nov 15 13:39:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C1FB720; Fri, 15 Nov 2013 13:39:23 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id A5AF92975; Fri, 15 Nov 2013 13:39:22 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 7727E1AC8; Fri, 15 Nov 2013 08:39:21 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xsLFqJdlnqjE; Fri, 15 Nov 2013 08:39:21 -0500 (EST) Received: from EGR authenticated sender Message-ID: <52862409.8060605@egr.msu.edu> Date: Fri, 15 Nov 2013 08:39:21 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: sunpoet@FreeBSD.org Subject: Re: svn commit: r333840 - head/www/owncloud References: <201311151023.rAFANHEH058749@svn.freebsd.org> In-Reply-To: <201311151023.rAFANHEH058749@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-all@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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, 15 Nov 2013 13:39:23 -0000 On 11/15/2013 05:23, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri Nov 15 10:23:17 2013 > New Revision: 333840 > URL: http://svnweb.freebsd.org/changeset/ports/333840 > > Log: > - Fix PLIST > - Convert to new options helper > - Remove no-op WWWDOCROOT > - Bump PORTREVISION for package change > > Submitted by: sunpoet (myself) > Approved by: kevlo (maintainer) > > DEFAULT_PHP_VER=5 Thanks for the fixes! Could DEFAULT_PHP_VER=5 be removed from the port which unconditionally forces PHP 5.4? It works fine and is supported on non-ancient PHP 5.3 and I have to hack the port Makefile to make it play along in my PHP 5.3 environment. Thanks.