Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 13:54:33 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470701 - head/devel/aphpunit
Message-ID:  <201805231354.w4NDsXrM055551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed May 23 13:54:32 2018
New Revision: 470701
URL: https://svnweb.freebsd.org/changeset/ports/470701

Log:
  devel/aphpunit: Add missing php module dependency
  
  Without it the tool is broken

Modified:
  head/devel/aphpunit/Makefile

Modified: head/devel/aphpunit/Makefile
==============================================================================
--- head/devel/aphpunit/Makefile	Wed May 23 13:50:11 2018	(r470700)
+++ head/devel/aphpunit/Makefile	Wed May 23 13:54:32 2018	(r470701)
@@ -2,6 +2,7 @@
 
 PORTNAME=	aphpunit
 DISTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://phar.toco-domains.de/
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE=	BSD2CLAUSE
 IGNORE_WITH_PHP=	56
 
 USES=		php:flavors
-USE_PHP=	pcntl phar posix sysvmsg
+USE_PHP=	mbstring pcntl phar posix sysvmsg
 
 NO_ARCH=	yes
 NO_BUILD=	yes



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