Lines 1-8
Link Here
|
1 |
# $FreeBSD: www/owncloud/Makefile 328490 2013-09-27 14:53:11Z kevlo $ |
1 |
# $FreeBSD: www/owncloud/Makefile 328490 2013-09-27 14:53:11Z kevlo $ |
2 |
|
2 |
|
3 |
PORTNAME= owncloud |
3 |
PORTNAME= owncloud |
4 |
PORTVERSION= 5.0.11 |
4 |
PORTVERSION= 5.0.12 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= www |
5 |
CATEGORIES= www |
7 |
MASTER_SITES= http://download.owncloud.org/community/ |
6 |
MASTER_SITES= http://download.owncloud.org/community/ |
8 |
|
7 |
|
Lines 17-23
Link Here
|
17 |
USE_BZIP2= yes |
16 |
USE_BZIP2= yes |
18 |
USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ |
17 |
USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ |
19 |
mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ |
18 |
mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ |
20 |
sqlite3 xml wddx zip zlib |
19 |
sqlite3 xml xmlreader wddx zip zlib |
21 |
WANT_PHP_WEB= yes |
20 |
WANT_PHP_WEB= yes |
22 |
DEFAULT_PHP_VER=5 |
21 |
DEFAULT_PHP_VER=5 |
23 |
|
22 |
|