From owner-svn-ports-all@freebsd.org Thu Apr 14 14:51:13 2016 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 6740FB0F085; Thu, 14 Apr 2016 14:51:13 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3820E12F0; Thu, 14 Apr 2016 14:51:13 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3EEpCHr019626; Thu, 14 Apr 2016 14:51:12 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3EEpCN0019624; Thu, 14 Apr 2016 14:51:12 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201604141451.u3EEpCN0019624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 14 Apr 2016 14:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413265 - head/www/owncloud 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.21 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: Thu, 14 Apr 2016 14:51:13 -0000 Author: kevlo Date: Thu Apr 14 14:51:12 2016 New Revision: 413265 URL: https://svnweb.freebsd.org/changeset/ports/413265 Log: ownCloud needs to be able to write to .user.ini to change the upload size if using PHP-FPM. PR: 208311 Submitted by: Joshua Ruehlig Modified: head/www/owncloud/Makefile head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Apr 14 14:43:49 2016 (r413264) +++ head/www/owncloud/Makefile Thu Apr 14 14:51:12 2016 (r413265) @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 9.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Thu Apr 14 14:43:49 2016 (r413264) +++ head/www/owncloud/pkg-plist Thu Apr 14 14:51:12 2016 (r413265) @@ -1,5 +1,5 @@ -%%WWWDIR%%/.htaccess -%%WWWDIR%%/.user.ini +@(,,644) %%WWWDIR%%/.htaccess +@(,,644) %%WWWDIR%%/.user.ini %%WWWDIR%%/3rdparty/.gitignore %%WWWDIR%%/3rdparty/LICENSE INFO %%WWWDIR%%/3rdparty/README.md