diff options
author | kevlo <kevlo@FreeBSD.org> | 2017-02-13 11:01:20 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2017-02-13 11:01:20 +0800 |
commit | 8c5479f02365ae672e60976709e9ed44f26cc027 (patch) | |
tree | bc1e1a577f491572e8dd0b1b15f6e27c217aac47 /www/owncloud/Makefile | |
parent | f11fb39410ece2b9da1b51209e97106cfd31601b (diff) | |
download | freebsd-ports-gnome-8c5479f02365ae672e60976709e9ed44f26cc027.tar.gz freebsd-ports-gnome-8c5479f02365ae672e60976709e9ed44f26cc027.tar.zst freebsd-ports-gnome-8c5479f02365ae672e60976709e9ed44f26cc027.zip |
Update to 9.1.4
Diffstat (limited to 'www/owncloud/Makefile')
-rw-r--r-- | www/owncloud/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 13d99fad904c..060e30965454 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.1.3 +PORTVERSION= 9.1.4 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -12,6 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING-AGPL USES= cpe tar:bzip2 +IGNORE_WITH_PHP= 71 USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib |