svn commit: r470702 - branches/2018Q2/devel/aphpunit

Torsten Zuehlsdorff tz at FreeBSD.org
Wed May 23 13:58:33 UTC 2018


Author: tz
Date: Wed May 23 13:58:32 2018
New Revision: 470702
URL: https://svnweb.freebsd.org/changeset/ports/470702

Log:
  MFH: r470701
  
  devel/aphpunit: Add missing php module dependency
  
  Without it the tool is broken
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q2/devel/aphpunit/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/devel/aphpunit/Makefile
==============================================================================
--- branches/2018Q2/devel/aphpunit/Makefile	Wed May 23 13:54:32 2018	(r470701)
+++ branches/2018Q2/devel/aphpunit/Makefile	Wed May 23 13:58:32 2018	(r470702)
@@ -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


More information about the svn-ports-all mailing list