svn commit: r460604 - branches/2018Q1/www/mediawiki130

Mark Felder feld at FreeBSD.org
Thu Feb 1 14:50:44 UTC 2018


Author: feld
Date: Thu Feb  1 14:50:43 2018
New Revision: 460604
URL: https://svnweb.freebsd.org/changeset/ports/460604

Log:
  MFH: r460603
  
  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>

Modified:
  branches/2018Q1/www/mediawiki130/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/www/mediawiki130/Makefile
==============================================================================
--- branches/2018Q1/www/mediawiki130/Makefile	Thu Feb  1 14:50:13 2018	(r460603)
+++ branches/2018Q1/www/mediawiki130/Makefile	Thu Feb  1 14:50:43 2018	(r460604)
@@ -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


More information about the svn-ports-branches mailing list