From owner-svn-ports-all@FreeBSD.ORG Fri Nov 15 10:23:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39B98FC3; Fri, 15 Nov 2013 10:23:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28E6B2E56; Fri, 15 Nov 2013 10:23:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFANIIH058751; Fri, 15 Nov 2013 10:23:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFANHEH058749; Fri, 15 Nov 2013 10:23:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311151023.rAFANHEH058749@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Nov 2013 10:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333840 - 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.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 10:23:18 -0000 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) Modified: head/www/owncloud/Makefile (contents, props changed) head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Fri Nov 15 10:21:58 2013 (r333839) +++ head/www/owncloud/Makefile Fri Nov 15 10:23:17 2013 (r333840) @@ -2,7 +2,7 @@ PORTNAME= owncloud PORTVERSION= 5.0.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -21,8 +21,6 @@ USE_PHP= ctype curl dom fileinfo filter WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 -WWWDOCROOT?= www - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= pkg-message @@ -30,21 +28,9 @@ SUB_FILES= pkg-message OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= SQLITE -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= client -USE_PHP+= mysql pdo_mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -USE_PHP+= pgsql pdo_pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP+= sqlite3 pdo_sqlite -.endif +MYSQL_USE= MYSQL=client PHP=mysql,pdo_mysql +PGSQL_USE= PGSQL=yes PHP=pdo_pgsql,pgsql +SQLITE_USE= PHP=pdo_sqlite,sqlite3 SQLITE=yes do-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Fri Nov 15 10:21:58 2013 (r333839) +++ head/www/owncloud/pkg-plist Fri Nov 15 10:23:17 2013 (r333840) @@ -1,5 +1,5 @@ -@group www @owner www +@group www %%WWWDIR%%/.htaccess %%WWWDIR%%/3rdparty/Archive/Tar.php %%WWWDIR%%/3rdparty/Console/Getopt.php @@ -2122,6 +2122,7 @@ %%WWWDIR%%/apps/files_pdfviewer/viewer.php %%WWWDIR%%/apps/files_sharing/appinfo/app.php %%WWWDIR%%/apps/files_sharing/appinfo/info.xml +%%WWWDIR%%/apps/files_sharing/appinfo/routes.php %%WWWDIR%%/apps/files_sharing/appinfo/update.php %%WWWDIR%%/apps/files_sharing/appinfo/version %%WWWDIR%%/apps/files_sharing/css/public.css @@ -2183,6 +2184,7 @@ %%WWWDIR%%/apps/files_sharing/l10n/zh_CN.GB2312.php %%WWWDIR%%/apps/files_sharing/l10n/zh_CN.php %%WWWDIR%%/apps/files_sharing/l10n/zh_TW.php +%%WWWDIR%%/apps/files_sharing/lib/api.php %%WWWDIR%%/apps/files_sharing/lib/cache.php %%WWWDIR%%/apps/files_sharing/lib/permissions.php %%WWWDIR%%/apps/files_sharing/lib/share/file.php @@ -2193,6 +2195,7 @@ %%WWWDIR%%/apps/files_sharing/public.php %%WWWDIR%%/apps/files_sharing/templates/authenticate.php %%WWWDIR%%/apps/files_sharing/templates/public.php +%%WWWDIR%%/apps/files_sharing/tests/api.php %%WWWDIR%%/apps/files_texteditor/ajax/loadfile.php %%WWWDIR%%/apps/files_texteditor/ajax/savefile.php %%WWWDIR%%/apps/files_texteditor/appinfo/app.php @@ -3837,12 +3840,18 @@ %%WWWDIR%%/core/doc/admin/_sources/maintenance/index.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/migrating.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/update.txt +%%WWWDIR%%/core/doc/admin/_static/ajax-loader.gif %%WWWDIR%%/core/doc/admin/_static/basic.css %%WWWDIR%%/core/doc/admin/_static/bootstrap-responsive.css %%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.css %%WWWDIR%%/core/doc/admin/_static/bootstrap.css %%WWWDIR%%/core/doc/admin/_static/bootstrap.js +%%WWWDIR%%/core/doc/admin/_static/comment-bright.png +%%WWWDIR%%/core/doc/admin/_static/comment-close.png +%%WWWDIR%%/core/doc/admin/_static/comment.png %%WWWDIR%%/core/doc/admin/_static/doctools.js +%%WWWDIR%%/core/doc/admin/_static/down-pressed.png +%%WWWDIR%%/core/doc/admin/_static/down.png %%WWWDIR%%/core/doc/admin/_static/file.png %%WWWDIR%%/core/doc/admin/_static/img/glyphicons-halflings-white.png %%WWWDIR%%/core/doc/admin/_static/img/glyphicons-halflings.png @@ -3857,6 +3866,9 @@ %%WWWDIR%%/core/doc/admin/_static/searchtools.js %%WWWDIR%%/core/doc/admin/_static/style.css %%WWWDIR%%/core/doc/admin/_static/underscore.js +%%WWWDIR%%/core/doc/admin/_static/up-pressed.png +%%WWWDIR%%/core/doc/admin/_static/up.png +%%WWWDIR%%/core/doc/admin/_static/websupport.js %%WWWDIR%%/core/doc/admin/configuration/auth_ldap.html %%WWWDIR%%/core/doc/admin/configuration/background_jobs.html %%WWWDIR%%/core/doc/admin/configuration/configuration_3rdparty.html @@ -3952,12 +3964,18 @@ %%WWWDIR%%/core/doc/user/_sources/pim/sync_thunderbird.txt %%WWWDIR%%/core/doc/user/_sources/pim/troubleshooting.txt %%WWWDIR%%/core/doc/user/_sources/webinterface.txt +%%WWWDIR%%/core/doc/user/_static/ajax-loader.gif %%WWWDIR%%/core/doc/user/_static/basic.css %%WWWDIR%%/core/doc/user/_static/bootstrap-responsive.css %%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.css %%WWWDIR%%/core/doc/user/_static/bootstrap.css %%WWWDIR%%/core/doc/user/_static/bootstrap.js +%%WWWDIR%%/core/doc/user/_static/comment-bright.png +%%WWWDIR%%/core/doc/user/_static/comment-close.png +%%WWWDIR%%/core/doc/user/_static/comment.png %%WWWDIR%%/core/doc/user/_static/doctools.js +%%WWWDIR%%/core/doc/user/_static/down-pressed.png +%%WWWDIR%%/core/doc/user/_static/down.png %%WWWDIR%%/core/doc/user/_static/file.png %%WWWDIR%%/core/doc/user/_static/img/glyphicons-halflings-white.png %%WWWDIR%%/core/doc/user/_static/img/glyphicons-halflings.png @@ -3972,6 +3990,9 @@ %%WWWDIR%%/core/doc/user/_static/searchtools.js %%WWWDIR%%/core/doc/user/_static/style.css %%WWWDIR%%/core/doc/user/_static/underscore.js +%%WWWDIR%%/core/doc/user/_static/up-pressed.png +%%WWWDIR%%/core/doc/user/_static/up.png +%%WWWDIR%%/core/doc/user/_static/websupport.js %%WWWDIR%%/core/doc/user/bookmarks.html %%WWWDIR%%/core/doc/user/contents.html %%WWWDIR%%/core/doc/user/files/configuring_big_file_upload.html @@ -5872,6 +5893,7 @@ @dirrmtry %%WWWDIR%%/apps/files_texteditor/appinfo @dirrmtry %%WWWDIR%%/apps/files_texteditor/ajax @dirrmtry %%WWWDIR%%/apps/files_texteditor +@dirrmtry %%WWWDIR%%/apps/files_sharing/tests @dirrmtry %%WWWDIR%%/apps/files_sharing/templates @dirrmtry %%WWWDIR%%/apps/files_sharing/lib/share @dirrmtry %%WWWDIR%%/apps/files_sharing/lib