Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2017 12:01:39 +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: r453655 - head/devel/aphpunit
Message-ID:  <201711071201.vA7C1dlY059343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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