diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-07 23:12:17 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-07 23:12:17 +0800 |
commit | 00573a2d91178c36871510e3d50edb1c3463413a (patch) | |
tree | 535447a6276e8e4d0d3d5084516199156f6a87a0 /www | |
parent | 86abbd834d09f9902e80e2d2b8d1791250b84ad2 (diff) | |
download | freebsd-ports-gnome-00573a2d91178c36871510e3d50edb1c3463413a.tar.gz freebsd-ports-gnome-00573a2d91178c36871510e3d50edb1c3463413a.tar.zst freebsd-ports-gnome-00573a2d91178c36871510e3d50edb1c3463413a.zip |
www/owncloud: update to 5.0.13
- Update to 5.0.13
- Add php dependency to integrate with ldap accounts
Approved by: maintainer (via email)
Diffstat (limited to 'www')
-rw-r--r-- | www/owncloud/Makefile | 6 | ||||
-rw-r--r-- | www/owncloud/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 4f489ec64729..401700a1ddaa 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 5.0.12 +PORTVERSION= 5.0.13 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -14,7 +14,7 @@ BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ +USE_PHP= ctype curl dom fileinfo filter gd hash iconv json ldap mbstring \ mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ sqlite3 xml xmlreader xsl wddx zip zlib WANT_PHP_WEB= yes @@ -37,6 +37,6 @@ post-install: ${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST} @cd ${WRKSRC} && \ ${FIND} -s -d . -type d -print | \ - ${SED} -e "s#^\.#@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST} + ${SED} -e "s#^\.#@unexec rmdir ${WWWDIR_REL}#" >> ${TMPPLIST} .include <bsd.port.mk> diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index 47c9a2a96ada..4788d22c7cb3 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,2 +1,2 @@ -SHA256 (owncloud-5.0.12.tar.bz2) = b1aafcba4823c011b19b60353394d81455e2b3e9c169d4e444b27c740695ed7a -SIZE (owncloud-5.0.12.tar.bz2) = 15147476 +SHA256 (owncloud-5.0.13.tar.bz2) = 40cf3788f3be3f6c163455e34a17ecfba7bf57300b04573d1020a9c72ca97af5 +SIZE (owncloud-5.0.13.tar.bz2) = 15436984 |