svn commit: r453655 - head/devel/aphpunit
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Nov 7 12:02:55 UTC 2017
Author: tz
Date: Tue Nov 7 12:01:38 2017
New Revision: 453655
URL: https://svnweb.freebsd.org/changeset/ports/453655
Log:
devel/aphpunit: Add missing PHP modules and fix link
Add the missing PHP modules posix and phar in order to work correctly.
Update wrong link in pkg-descr, thanks ade for spotting.
Modified:
head/devel/aphpunit/Makefile
head/devel/aphpunit/pkg-descr
Modified: head/devel/aphpunit/Makefile
==============================================================================
--- head/devel/aphpunit/Makefile Tue Nov 7 11:51:50 2017 (r453654)
+++ head/devel/aphpunit/Makefile Tue Nov 7 12:01:38 2017 (r453655)
@@ -2,6 +2,7 @@
PORTNAME= aphpunit
DISTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://phar.toco-domains.de/
EXTRACT_SUFX= .phar
@@ -12,7 +13,7 @@ COMMENT= Testing framework for unit tests
LICENSE= BSD2CLAUSE
USES= php
-USE_PHP= pcntl sysvmsg
+USE_PHP= pcntl phar posix sysvmsg
NO_ARCH= yes
NO_BUILD= yes
Modified: head/devel/aphpunit/pkg-descr
==============================================================================
--- head/devel/aphpunit/pkg-descr Tue Nov 7 11:51:50 2017 (r453654)
+++ head/devel/aphpunit/pkg-descr Tue Nov 7 12:01:38 2017 (r453655)
@@ -2,4 +2,4 @@ APHPUnit is a regression testing framework for PHP uni
It removes many limitations the standard literature about
testing declares for years while making tests very fast.
-WWW: http://gitlab.toco-domains/APHPUnit/APHPUnit
+WWW: http://gitlab.toco-domains.de/tocOS/APHPUnit
More information about the svn-ports-head
mailing list