aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-02-01 22:50:13 +0800
committerfeld <feld@FreeBSD.org>2018-02-01 22:50:13 +0800
commit1a96faa78b759a52f746b34c5ada7180ca744c8a (patch)
tree4189e0e25e9d19fcc3068ba45c087d743070f187
parente7e9ebd5b13a5d1997f48c1c3129476b17aa86ce (diff)
downloadfreebsd-ports-gnome-1a96faa78b759a52f746b34c5ada7180ca744c8a.tar.gz
freebsd-ports-gnome-1a96faa78b759a52f746b34c5ada7180ca744c8a.tar.zst
freebsd-ports-gnome-1a96faa78b759a52f746b34c5ada7180ca744c8a.zip
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
-rw-r--r--www/mediawiki130/Makefile4
1 files 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