Date: Wed, 7 Dec 2022 23:27:50 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 95f0469f8efd - 2022Q4 - devel/aphpunit: Upgrade from 2.0 to 2.1 Message-ID: <202212072327.2B7NRoQE031774@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=95f0469f8efde1e577a583dfbc99f939078309a5 commit 95f0469f8efde1e577a583dfbc99f939078309a5 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2022-12-07 23:24:57 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2022-12-07 23:27:41 +0000 devel/aphpunit: Upgrade from 2.0 to 2.1 - Feature: Add flag --print-exceptions to print content of generated Exception files - Bugfix: Also catch Throwable Errors and return error code when found (cherry picked from commit fdd590bc51ca314d67d3adc4a947f8b3c2cd8ea1) --- devel/aphpunit/Makefile | 2 +- devel/aphpunit/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/aphpunit/Makefile b/devel/aphpunit/Makefile index 7f4342e06193..1a969f03e847 100644 --- a/devel/aphpunit/Makefile +++ b/devel/aphpunit/Makefile @@ -1,5 +1,5 @@ PORTNAME= aphpunit -DISTVERSION= 2.0 +DISTVERSION= 2.1 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/devel/aphpunit/distinfo b/devel/aphpunit/distinfo index bf2fae411ede..ec2f3ed58803 100644 --- a/devel/aphpunit/distinfo +++ b/devel/aphpunit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611522620 -SHA256 (aphpunit-2.0.phar) = b34fb13a2df43b0e8e747788c6712911411a0df07852570cd906ef261a270896 -SIZE (aphpunit-2.0.phar) = 59041 +TIMESTAMP = 1670451737 +SHA256 (aphpunit-2.1.phar) = c1ac16427fcea47020a99ab47cc3c413558dd0dcac5e131067b63a2b55d98d60 +SIZE (aphpunit-2.1.phar) = 59571
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212072327.2B7NRoQE031774>