From 1a96faa78b759a52f746b34c5ada7180ca744c8a Mon Sep 17 00:00:00 2001 From: feld Date: Thu, 1 Feb 2018 14:50:13 +0000 Subject: 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 MFH: 2018Q1 --- www/mediawiki130/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/mediawiki130/Makefile b/www/mediawiki130/Makefile index 088705812532..4dbe418fc91a 100644 --- a/www/mediawiki130/Makefile +++ b/www/mediawiki130/Makefile @@ -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 -- cgit