svn commit: r530664 - head/www/mediawiki134

Wen Heping wen at FreeBSD.org
Sat Apr 4 14:55:47 UTC 2020


Author: wen
Date: Sat Apr  4 14:37:34 2020
New Revision: 530664
URL: https://svnweb.freebsd.org/changeset/ports/530664

Log:
  - Add missing PHP module
  
  Spotted by:	lundincahill at gmail.com

Modified:
  head/www/mediawiki134/Makefile

Modified: head/www/mediawiki134/Makefile
==============================================================================
--- head/www/mediawiki134/Makefile	Sat Apr  4 14:23:03 2020	(r530663)
+++ head/www/mediawiki134/Makefile	Sat Apr  4 14:37:34 2020	(r530664)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mediawiki
 PORTVERSION=	1.34.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/
 PKGNAMESUFFIX=	134${PHP_PKGNAMESUFFIX}
@@ -22,8 +23,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 fileinfo hash iconv intl json mbstring openssl pcre \
-		readline session xml xmlreader zlib
+USE_PHP=	ctype dom fileinfo filter hash iconv intl json mbstring openssl \
+		pcre readline session xml xmlreader zlib
 MEDIAWIKIDIR?=	www/mediawiki
 
 NO_BUILD=	yes


More information about the svn-ports-head mailing list