Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2018 14:50:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r460604 - branches/2018Q1/www/mediawiki130
Message-ID:  <201802011450.w11Eoh45062741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802011450.w11Eoh45062741>