Date: Thu, 10 Jan 2013 02:34:38 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310170 - head/www/owncloud Message-ID: <201301100234.r0A2YcdE017137@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Thu Jan 10 02:34:38 2013 New Revision: 310170 URL: http://svnweb.freebsd.org/changeset/ports/310170 Log: Add fileinfo. PR: ports/175112 Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Jan 10 02:29:44 2013 (r310169) +++ head/www/owncloud/Makefile Thu Jan 10 02:34:38 2013 (r310170) @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 4.5.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ @@ -12,8 +13,9 @@ BUILD_DEPENDS= mp3info:${PORTSDIR}/audio RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PHP= ctype curl dom gd hash iconv json mbstring mysql pdo \ - pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip zlib +USE_PHP= ctype curl dom fileinfo gd hash iconv json mbstring mysql \ + pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip \ + zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301100234.r0A2YcdE017137>