Port www/owncloud call the php extension fileinfo for geting file type while enabled some extensions. We need to add fileinfo to USE_PHP for make all functions works Fix: add fileinfo to USE_PHP
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ale->kevlo Over to correct maintainer.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.