summaryrefslogtreecommitdiff
path: root/www/php-owncloud
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-owncloud')
-rw-r--r--www/php-owncloud/MESSAGE3
-rw-r--r--www/php-owncloud/Makefile4
-rw-r--r--www/php-owncloud/PLIST21
-rw-r--r--www/php-owncloud/distinfo8
-rw-r--r--www/php-owncloud/options.mk8
5 files changed, 14 insertions, 30 deletions
diff --git a/www/php-owncloud/MESSAGE b/www/php-owncloud/MESSAGE
index e62397ba20e..10631752d75 100644
--- a/www/php-owncloud/MESSAGE
+++ b/www/php-owncloud/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.9 2012/11/27 12:11:36 ryoon Exp $
+$NetBSD: MESSAGE,v 1.9.2.1 2013/02/27 13:53:14 tron Exp $
To use ownCloud, you will need to perform the following steps.
@@ -34,6 +34,7 @@ To use ownCloud, you will need to perform the following steps.
extension=pdo_sqlite.so ;if you select sqlite backend.
extension=mysql.so ;if you select MySQL backend.
+ extension=pgsql.so ;if you select PostgreSQL backend.
5. Start apache httpd.
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile
index 60b8ca15208..e9709b40b5b 100644
--- a/www/php-owncloud/Makefile
+++ b/www/php-owncloud/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2012/12/24 01:40:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2013/02/27 13:53:14 tron Exp $
#
-DISTNAME= owncloud-4.5.5
+DISTNAME= owncloud-4.5.7
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://owncloud.org/releases/
diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST
index a06897e47c2..c970a4d9753 100644
--- a/www/php-owncloud/PLIST
+++ b/www/php-owncloud/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/12/23 12:34:43 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.10.2.1 2013/02/27 13:53:14 tron Exp $
share/owncloud/.htaccess
share/owncloud/3rdparty/Archive/Tar.php
share/owncloud/3rdparty/Console/Getopt.php
@@ -343,10 +343,6 @@ share/owncloud/3rdparty/System.php
share/owncloud/3rdparty/XML/Parser.php
share/owncloud/3rdparty/XML/Parser/Simple.php
share/owncloud/3rdparty/aws-sdk/README.md
-share/owncloud/3rdparty/aws-sdk/_compatibility_test/README.md
-share/owncloud/3rdparty/aws-sdk/_compatibility_test/sdk_compatibility.inc.php
-share/owncloud/3rdparty/aws-sdk/_compatibility_test/sdk_compatibility_test.php
-share/owncloud/3rdparty/aws-sdk/_compatibility_test/sdk_compatibility_test_cli.php
share/owncloud/3rdparty/aws-sdk/_docs/CHANGELOG.md
share/owncloud/3rdparty/aws-sdk/_docs/CONTRIBUTORS.md
share/owncloud/3rdparty/aws-sdk/_docs/DYNAMODBSESSIONHANDLER.html
@@ -1980,21 +1976,6 @@ share/owncloud/apps/media/settings.php
share/owncloud/apps/media/templates/music.php
share/owncloud/apps/media/templates/player.php
share/owncloud/apps/media/templates/settings.php
-share/owncloud/apps/remoteStorage/BearerAuth.php
-share/owncloud/apps/remoteStorage/ajax/revokeToken.php
-share/owncloud/apps/remoteStorage/appinfo/app.php
-share/owncloud/apps/remoteStorage/appinfo/database.xml
-share/owncloud/apps/remoteStorage/appinfo/info.xml
-share/owncloud/apps/remoteStorage/appinfo/version
-share/owncloud/apps/remoteStorage/appinfo/webfinger.php
-share/owncloud/apps/remoteStorage/auth.php
-share/owncloud/apps/remoteStorage/img/remoteStorage.png
-share/owncloud/apps/remoteStorage/lib_remoteStorage.php
-share/owncloud/apps/remoteStorage/oauth_ro_auth.php
-share/owncloud/apps/remoteStorage/settings.php
-share/owncloud/apps/remoteStorage/templates/auth.php
-share/owncloud/apps/remoteStorage/templates/settings.php
-share/owncloud/apps/remoteStorage/webdav.php
share/owncloud/apps/tasks/ajax/addtask.php
share/owncloud/apps/tasks/ajax/delete.php
share/owncloud/apps/tasks/ajax/gettasks.php
diff --git a/www/php-owncloud/distinfo b/www/php-owncloud/distinfo
index 865e4ecf805..6fab1340e07 100644
--- a/www/php-owncloud/distinfo
+++ b/www/php-owncloud/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2012/12/23 12:34:43 ryoon Exp $
+$NetBSD: distinfo,v 1.11.2.1 2013/02/27 13:53:14 tron Exp $
-SHA1 (owncloud-4.5.5.tar.bz2) = 72a4649475bcfe4bc1fd0a89b7dc4b95abbd4cd2
-RMD160 (owncloud-4.5.5.tar.bz2) = 95e97d679358184b24283540aa969d9ffdecb39d
-Size (owncloud-4.5.5.tar.bz2) = 9168561 bytes
+SHA1 (owncloud-4.5.7.tar.bz2) = 12c5140e3e6c68ae2e9d19da038c1097892a5310
+RMD160 (owncloud-4.5.7.tar.bz2) = 395c7cc5f3a4dee415dec9801f9a0d581907ebeb
+Size (owncloud-4.5.7.tar.bz2) = 9126728 bytes
diff --git a/www/php-owncloud/options.mk b/www/php-owncloud/options.mk
index 60113456aea..ae95852587a 100644
--- a/www/php-owncloud/options.mk
+++ b/www/php-owncloud/options.mk
@@ -1,16 +1,16 @@
-# $NetBSD: options.mk,v 1.3 2012/07/10 13:20:19 ryoon Exp $
+# $NetBSD: options.mk,v 1.3.4.1 2013/02/27 13:53:14 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-owncloud
PKG_OPTIONS_REQUIRED_GROUPS= db
-PKG_OPTIONS_GROUP.db= mysql sqlite
+PKG_OPTIONS_GROUP.db= mysql sqlite pgsql
PKG_SUGGESTED_OPTIONS= sqlite
.include "../../mk/bsd.options.mk"
###
-### Use mysql or sqlite backend
+### Use mysql, pgsql, or sqlite backend
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
@@ -23,4 +23,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
# installed as version 2 and upgraded to 3 and then 4
# complained/failed that PDO was not present.
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.2.0:../../databases/php-pdo_sqlite
+.elif !empty(PKG_OPTIONS:Mpgsql)
+DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5.2.0:../../databases/php-pgsql
.endif