Date: Sun, 24 Jan 2021 21:46:50 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562515 - branches/2021Q1/devel/aphpunit Message-ID: <202101242146.10OLkoFX010710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Sun Jan 24 21:46:49 2021 New Revision: 562515 URL: https://svnweb.freebsd.org/changeset/ports/562515 Log: MFH: r562514 devel/aphpunit: Upgrade from 1.9 to 2.0 2.0 make the software compatible to PHP 8.0. Nothing more done. Sponsored by: PHP Upgrade Service Modified: branches/2021Q1/devel/aphpunit/Makefile branches/2021Q1/devel/aphpunit/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/aphpunit/Makefile ============================================================================== --- branches/2021Q1/devel/aphpunit/Makefile Sun Jan 24 21:45:39 2021 (r562514) +++ branches/2021Q1/devel/aphpunit/Makefile Sun Jan 24 21:46:49 2021 (r562515) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aphpunit -DISTVERSION= 1.9 +DISTVERSION= 2.0 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: branches/2021Q1/devel/aphpunit/distinfo ============================================================================== --- branches/2021Q1/devel/aphpunit/distinfo Sun Jan 24 21:45:39 2021 (r562514) +++ branches/2021Q1/devel/aphpunit/distinfo Sun Jan 24 21:46:49 2021 (r562515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568907127 -SHA256 (aphpunit-1.9.phar) = 39103f875514a38544a376a2a5e39a41a0e28e3aff30e0065a5f3c9a474ffe9e -SIZE (aphpunit-1.9.phar) = 58611 +TIMESTAMP = 1611522620 +SHA256 (aphpunit-2.0.phar) = b34fb13a2df43b0e8e747788c6712911411a0df07852570cd906ef261a270896 +SIZE (aphpunit-2.0.phar) = 59041
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101242146.10OLkoFX010710>