Update to 3.0.2
This commit is contained in:
parent
8ec46fcf8e
commit
ccc8e22a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295145
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue