diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-04-20 08:02:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-04-20 08:02:30 +0000 |
commit | ccc8e22a64daec9b8ab73a4af1cbc43f27909240 (patch) | |
tree | b9c441547bb8df79680773168d4a25b3e84e14f8 /www/owncloud | |
parent | 8ec46fcf8e83a378ba92c41cdc31ee89eaf70ea4 (diff) |
Notes
Diffstat (limited to 'www/owncloud')
-rw-r--r-- | www/owncloud/Makefile | 6 | ||||
-rw-r--r-- | www/owncloud/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index b37ea78297e5..f77a4b91aba9 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -6,7 +6,7 @@ # PORTNAME= owncloud -PORTVERSION= 2 +PORTVERSION= 3.0.2 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ @@ -17,7 +17,9 @@ BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PHP= ctype curl hash json mbstring mysql session simplexml sqlite zip +USE_PHP= ctype curl gd hash json mbstring mysql pdo session \ + simplexml sqlite xml zip +WANT_PHP_WEB= yes WWWDOCROOT?= www diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index cce62d1fefe1..deca5ec25e3d 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,2 +1,2 @@ -SHA256 (owncloud-2.tar.bz2) = 728410817b10ad78bcbcfc22e1a28a1949b60af04834719babbfef4204d2a8c1 -SIZE (owncloud-2.tar.bz2) = 1169660 +SHA256 (owncloud-3.0.2.tar.bz2) = 2c6197837e46bd34d7bca2bd46d29136037f19fa4c8f63d5784d1ed3eb87461a +SIZE (owncloud-3.0.2.tar.bz2) = 2605218 |