Date: Thu, 14 Apr 2016 14:51:12 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413265 - head/www/owncloud Message-ID: <201604141451.u3EEpCN0019624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <joshruehlig at gmail dot com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604141451.u3EEpCN0019624>