diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-06-08 09:25:52 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-06-08 09:25:52 +0000 |
commit | 0220ed5a0a7d0b0c55b4c225d6b0ad511133a27b (patch) | |
tree | c2cc8bc94ecb905bce4b22a1f706483b1fa67529 /www/owncloud | |
parent | d56f751b94b46689860da5475da25d46e44b5157 (diff) |
Notes
Diffstat (limited to 'www/owncloud')
-rw-r--r-- | www/owncloud/Makefile | 9 | ||||
-rw-r--r-- | www/owncloud/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 9c6ed25872ac..be1fae0262b8 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -6,7 +6,7 @@ # PORTNAME= owncloud -PORTVERSION= 3.0.2 +PORTVERSION= 4.0.1 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ @@ -17,11 +17,10 @@ BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PHP= ctype curl gd hash json mbstring mysql pdo session \ - simplexml sqlite xml zip +USE_PHP= ctype curl gd hash json mbstring mysql pdo pdo_sqlite \ + session simplexml sqlite3 xml zip WANT_PHP_WEB= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +DEFAULT_PHP_VER=5 WWWDOCROOT?= www diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index deca5ec25e3d..415d83a75203 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,2 +1,2 @@ -SHA256 (owncloud-3.0.2.tar.bz2) = 2c6197837e46bd34d7bca2bd46d29136037f19fa4c8f63d5784d1ed3eb87461a -SIZE (owncloud-3.0.2.tar.bz2) = 2605218 +SHA256 (owncloud-4.0.1.tar.bz2) = e56f4850dacd72a8fbed88ea88007720b6e4fb48934b8d1acbf38b45e32786aa +SIZE (owncloud-4.0.1.tar.bz2) = 4560307 |