Index: head/devel/aphpunit/Makefile =================================================================== --- head/devel/aphpunit/Makefile (revision 453654) +++ head/devel/aphpunit/Makefile (revision 453655) @@ -1,30 +1,31 @@ # $FreeBSD$ PORTNAME= aphpunit DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ EXTRACT_SUFX= .phar MAINTAINER= tz@FreeBSD.org 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 PLIST_FILES= bin/aphpunit # Download isn't compressed or aggregated, it's just the single file do-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/devel/aphpunit/pkg-descr =================================================================== --- head/devel/aphpunit/pkg-descr (revision 453654) +++ head/devel/aphpunit/pkg-descr (revision 453655) @@ -1,5 +1,5 @@ APHPUnit is a regression testing framework for PHP unit tests. 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