svn commit: r470701 - head/devel/aphpunit
Torsten Zuehlsdorff
tz at FreeBSD.org
Wed May 23 13:54:33 UTC 2018
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
More information about the svn-ports-head
mailing list