Date: Sat, 18 Apr 2026 22:01:48 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9289763a17fd - main - devel/pear-PHP_CodeCoverage: Update to 14.0.0 Message-ID: <69e3ff4c.3344d.41df4f34@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9289763a17fdf0258e57e27fe526455caf200e25 commit 9289763a17fdf0258e57e27fe526455caf200e25 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:22:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:51:32 +0000 devel/pear-PHP_CodeCoverage: Update to 14.0.0 Changes: https://github.com/sebastianbergmann/php-code-coverage/releases --- devel/pear-PHP_CodeCoverage/Makefile | 4 +-- devel/pear-PHP_CodeCoverage/distinfo | 6 ++-- devel/pear-PHP_CodeCoverage/pkg-plist | 66 +++++++++++++++++++---------------- 3 files changed, 41 insertions(+), 35 deletions(-) diff --git a/devel/pear-PHP_CodeCoverage/Makefile b/devel/pear-PHP_CodeCoverage/Makefile index 0f27e540a09b..155feba695a9 100644 --- a/devel/pear-PHP_CodeCoverage/Makefile +++ b/devel/pear-PHP_CodeCoverage/Makefile @@ -1,5 +1,5 @@ PORTNAME= PHP_CodeCoverage -PORTVERSION= 13.0.1 +PORTVERSION= 14.0.0 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}File_Iterator>=0:devel/pear-File_Iterator@${PHP_FLAVOR} \ - ${PEAR_PKGNAMEPREFIX}PHP_TokenStream>=01:devel/pear-PHP_TokenStream@${PHP_FLAVOR} \ + ${PEAR_PKGNAMEPREFIX}PHP_TokenStream>=0:devel/pear-PHP_TokenStream@${PHP_FLAVOR} \ ${PEAR_PKGNAMEPREFIX}Text_Template>=0:textproc/pear-Text_Template@${PHP_FLAVOR} USES= pear:env diff --git a/devel/pear-PHP_CodeCoverage/distinfo b/devel/pear-PHP_CodeCoverage/distinfo index a05049ca548f..06a4e8a3e339 100644 --- a/devel/pear-PHP_CodeCoverage/distinfo +++ b/devel/pear-PHP_CodeCoverage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771421508 -SHA256 (sebastianbergmann-php-code-coverage-13.0.1_GH0.tar.gz) = 22278320484d5c18e56e01032127b7ef7d3c2853976ce7f0b3f74fc3b6c824d3 -SIZE (sebastianbergmann-php-code-coverage-13.0.1_GH0.tar.gz) = 345099 +TIMESTAMP = 1775587190 +SHA256 (sebastianbergmann-php-code-coverage-14.0.0_GH0.tar.gz) = d3b08c5ae71b91cd56065e091a62372625fe7c661664c8cada1210158574dede +SIZE (sebastianbergmann-php-code-coverage-14.0.0_GH0.tar.gz) = 156932 diff --git a/devel/pear-PHP_CodeCoverage/pkg-plist b/devel/pear-PHP_CodeCoverage/pkg-plist index 7a420beb7d53..621f8d67b615 100644 --- a/devel/pear-PHP_CodeCoverage/pkg-plist +++ b/devel/pear-PHP_CodeCoverage/pkg-plist @@ -14,26 +14,37 @@ %%DATADIR%%/Driver/XdebugDriver.php %%DATADIR%%/Exception/BranchAndPathCoverageNotSupportedException.php %%DATADIR%%/Exception/DirectoryCouldNotBeCreatedException.php +%%DATADIR%%/Exception/DriverMismatchException.php +%%DATADIR%%/Exception/EmptyPathListException.php %%DATADIR%%/Exception/Exception.php +%%DATADIR%%/Exception/FileCouldNotBeReadException.php %%DATADIR%%/Exception/FileCouldNotBeWrittenException.php +%%DATADIR%%/Exception/GitInformationMismatchException.php %%DATADIR%%/Exception/InvalidArgumentException.php %%DATADIR%%/Exception/InvalidCodeCoverageTargetException.php +%%DATADIR%%/Exception/InvalidCoverageDataException.php +%%DATADIR%%/Exception/MethodNotImplementedException.php +%%DATADIR%%/Exception/MixedGitInformationException.php %%DATADIR%%/Exception/NoCodeCoverageDriverAvailableException.php %%DATADIR%%/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php %%DATADIR%%/Exception/ParserException.php %%DATADIR%%/Exception/PathExistsButIsNotDirectoryException.php %%DATADIR%%/Exception/PcovNotAvailableException.php +%%DATADIR%%/Exception/PharPrefixCouldNotBeStrippedException.php %%DATADIR%%/Exception/ReflectionException.php %%DATADIR%%/Exception/ReportAlreadyFinalizedException.php +%%DATADIR%%/Exception/RuntimeMismatchException.php %%DATADIR%%/Exception/StaticAnalysisCacheNotConfiguredException.php %%DATADIR%%/Exception/TestIdMissingException.php %%DATADIR%%/Exception/UnintentionallyCoveredCodeException.php +%%DATADIR%%/Exception/VersionMismatchException.php %%DATADIR%%/Exception/WriteOperationFailedException.php %%DATADIR%%/Exception/XdebugNotAvailableException.php %%DATADIR%%/Exception/XdebugNotEnabledException.php %%DATADIR%%/Exception/XdebugVersionNotSupportedException.php %%DATADIR%%/Exception/XmlException.php %%DATADIR%%/Filter.php +%%DATADIR%%/FilterProcessor.php %%DATADIR%%/Node/AbstractNode.php %%DATADIR%%/Node/Builder.php %%DATADIR%%/Node/CrapIndex.php @@ -43,17 +54,18 @@ %%DATADIR%%/Report/Clover.php %%DATADIR%%/Report/Cobertura.php %%DATADIR%%/Report/Crap4j.php +%%DATADIR%%/Report/Facade.php %%DATADIR%%/Report/Html/Colors.php %%DATADIR%%/Report/Html/CustomCssFile.php %%DATADIR%%/Report/Html/Facade.php %%DATADIR%%/Report/Html/Renderer.php +%%DATADIR%%/Report/Html/Renderer/BubbleChart.php %%DATADIR%%/Report/Html/Renderer/Dashboard.php %%DATADIR%%/Report/Html/Renderer/Directory.php %%DATADIR%%/Report/Html/Renderer/File.php %%DATADIR%%/Report/Html/Renderer/Template/branches.html.dist %%DATADIR%%/Report/Html/Renderer/Template/coverage_bar.html.dist %%DATADIR%%/Report/Html/Renderer/Template/coverage_bar_branch.html.dist -%%DATADIR%%/Report/Html/Renderer/Template/css/billboard.min.css %%DATADIR%%/Report/Html/Renderer/Template/css/bootstrap.min.css %%DATADIR%%/Report/Html/Renderer/Template/css/custom.css %%DATADIR%%/Report/Html/Renderer/Template/css/octicons.css @@ -70,7 +82,6 @@ %%DATADIR%%/Report/Html/Renderer/Template/file_item_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/icons/file-code.svg %%DATADIR%%/Report/Html/Renderer/Template/icons/file-directory.svg -%%DATADIR%%/Report/Html/Renderer/Template/js/billboard.pkgd.min.js %%DATADIR%%/Report/Html/Renderer/Template/js/bootstrap.bundle.min.js %%DATADIR%%/Report/Html/Renderer/Template/js/file.js %%DATADIR%%/Report/Html/Renderer/Template/js/jquery.min.js @@ -80,7 +91,6 @@ %%DATADIR%%/Report/Html/Renderer/Template/method_item_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/paths.html.dist %%DATADIR%%/Report/OpenClover.php -%%DATADIR%%/Report/PHP.php %%DATADIR%%/Report/Text.php %%DATADIR%%/Report/Thresholds.php %%DATADIR%%/Report/Xml/BuildInformation.php @@ -96,6 +106,9 @@ %%DATADIR%%/Report/Xml/Tests.php %%DATADIR%%/Report/Xml/Totals.php %%DATADIR%%/Report/Xml/Unit.php +%%DATADIR%%/Serialization/Merger.php +%%DATADIR%%/Serialization/Serializer.php +%%DATADIR%%/Serialization/Unserializer.php %%DATADIR%%/StaticAnalysis/CacheWarmer.php %%DATADIR%%/StaticAnalysis/CachingSourceAnalyser.php %%DATADIR%%/StaticAnalysis/FileAnalyser.php @@ -113,34 +126,27 @@ %%DATADIR%%/StaticAnalysis/Visitor/CodeUnitFindingVisitor.php %%DATADIR%%/StaticAnalysis/Visitor/ExecutableLinesFindingVisitor.php %%DATADIR%%/StaticAnalysis/Visitor/IgnoredLinesFindingVisitor.php -%%DATADIR%%/Target/Class_.php -%%DATADIR%%/Target/ClassesThatExtendClass.php -%%DATADIR%%/Target/ClassesThatImplementInterface.php -%%DATADIR%%/Target/Function_.php -%%DATADIR%%/Target/MapBuilder.php -%%DATADIR%%/Target/Mapper.php -%%DATADIR%%/Target/Method.php -%%DATADIR%%/Target/Namespace_.php -%%DATADIR%%/Target/Target.php -%%DATADIR%%/Target/TargetCollection.php -%%DATADIR%%/Target/TargetCollectionIterator.php -%%DATADIR%%/Target/TargetCollectionValidator.php -%%DATADIR%%/Target/Trait_.php -%%DATADIR%%/Target/ValidationFailure.php -%%DATADIR%%/Target/ValidationResult.php -%%DATADIR%%/Target/ValidationSuccess.php -%%DATADIR%%/TestSize/Known.php -%%DATADIR%%/TestSize/Large.php -%%DATADIR%%/TestSize/Medium.php -%%DATADIR%%/TestSize/Small.php -%%DATADIR%%/TestSize/TestSize.php -%%DATADIR%%/TestSize/Unknown.php -%%DATADIR%%/TestStatus/Failure.php -%%DATADIR%%/TestStatus/Known.php -%%DATADIR%%/TestStatus/Success.php -%%DATADIR%%/TestStatus/TestStatus.php -%%DATADIR%%/TestStatus/Unknown.php +%%DATADIR%%/Test/Target/Class_.php +%%DATADIR%%/Test/Target/ClassesThatExtendClass.php +%%DATADIR%%/Test/Target/ClassesThatImplementInterface.php +%%DATADIR%%/Test/Target/Function_.php +%%DATADIR%%/Test/Target/MapBuilder.php +%%DATADIR%%/Test/Target/Mapper.php +%%DATADIR%%/Test/Target/Method.php +%%DATADIR%%/Test/Target/Namespace_.php +%%DATADIR%%/Test/Target/Target.php +%%DATADIR%%/Test/Target/TargetCollection.php +%%DATADIR%%/Test/Target/TargetCollectionIterator.php +%%DATADIR%%/Test/Target/TargetCollectionValidator.php +%%DATADIR%%/Test/Target/Trait_.php +%%DATADIR%%/Test/Target/ValidationFailure.php +%%DATADIR%%/Test/Target/ValidationResult.php +%%DATADIR%%/Test/Target/ValidationSuccess.php +%%DATADIR%%/Test/TestSize.php +%%DATADIR%%/Test/TestStatus.php +%%DATADIR%%/UnintentionallyCoveredCodeChecker.php %%DATADIR%%/Util/Filesystem.php +%%DATADIR%%/Util/PathReducer.php %%DATADIR%%/Util/Percentage.php %%DATADIR%%/Util/Xml.php %%DATADIR%%/Version.phphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff4c.3344d.41df4f34>
