Date: Thu, 1 Feb 2018 14:50:13 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460603 - head/www/mediawiki130 Message-ID: <201802011450.w11EoDIc061873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Feb 1 14:50:13 2018 New Revision: 460603 URL: https://svnweb.freebsd.org/changeset/ports/460603 Log: www/mediawiki130: Add missing PHP module dependency When upgrading from MediaWiki 1.29: Error: Missing one or more required components of PHP. You are missing a required extension to PHP that MediaWiki needs. Please install: * fileinfo <https://secure.php.net/fileinfo> MFH: 2018Q1 Modified: head/www/mediawiki130/Makefile Modified: head/www/mediawiki130/Makefile ============================================================================== --- head/www/mediawiki130/Makefile Thu Feb 1 14:44:17 2018 (r460602) +++ head/www/mediawiki130/Makefile Thu Feb 1 14:50:13 2018 (r460603) @@ -22,8 +22,8 @@ SHEBANG_FILES= maintenance/dev/*.sh \ SHEBANG_LANG= hhvm hhvm_OLD_CMD= /usr/bin/hhvm hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet -USE_PHP= ctype dom hash iconv intl json mbstring pcre readline \ - session xml xmlreader zlib +USE_PHP= ctype dom fileinfo hash iconv intl json mbstring pcre \ + readline session xml xmlreader zlib MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802011450.w11EoDIc061873>