diff --git a/devel/pear-PHP_CodeCoverage/Makefile b/devel/pear-PHP_CodeCoverage/Makefile index 50f4b5369b3d..63dee3a25bd6 100644 --- a/devel/pear-PHP_CodeCoverage/Makefile +++ b/devel/pear-PHP_CodeCoverage/Makefile @@ -1,37 +1,37 @@ PORTNAME= PHP_CodeCoverage -PORTVERSION= 12.4.0 +PORTVERSION= 12.5.0 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library that provides PHP code coverage information WWW= https://github.com/sebastianbergmann/php-code-coverage 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}Text_Template>=0:textproc/pear-Text_Template@${PHP_FLAVOR} USES= pear:env NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= sebastianbergmann GH_PROJECT= php-code-coverage OPTIONS_DEFINE= DOM XDEBUG DOM_DESC= Enable DOM support XDEBUG_DESC= Enable Xdebug support DOM_USE= PHP=dom DOM_USES= php XDEBUG_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}xdebug>=0:devel/pecl-xdebug@${PHP_FLAVOR} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include diff --git a/devel/pear-PHP_CodeCoverage/distinfo b/devel/pear-PHP_CodeCoverage/distinfo index 8a8d29a68894..e8c77d45a577 100644 --- a/devel/pear-PHP_CodeCoverage/distinfo +++ b/devel/pear-PHP_CodeCoverage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816616 -SHA256 (sebastianbergmann-php-code-coverage-12.4.0_GH0.tar.gz) = d56d3bc819619b2d7d2fd6be861298ff2bbb5b4394761c80110cbf36af409357 -SIZE (sebastianbergmann-php-code-coverage-12.4.0_GH0.tar.gz) = 344209 +TIMESTAMP = 1764510918 +SHA256 (sebastianbergmann-php-code-coverage-12.5.0_GH0.tar.gz) = 2da6d7c94acea377a8a0498635bd07fb24420bdf9af5d91a46d69c76afd2ce54 +SIZE (sebastianbergmann-php-code-coverage-12.5.0_GH0.tar.gz) = 345745 diff --git a/devel/pear-PHP_CodeCoverage/pkg-plist b/devel/pear-PHP_CodeCoverage/pkg-plist index 77efac838a04..7a420beb7d53 100644 --- a/devel/pear-PHP_CodeCoverage/pkg-plist +++ b/devel/pear-PHP_CodeCoverage/pkg-plist @@ -1,139 +1,146 @@ %%DATADIR%%/CodeCoverage.php +%%DATADIR%%/Data/ProcessedBranchCoverageData.php +%%DATADIR%%/Data/ProcessedClassType.php %%DATADIR%%/Data/ProcessedCodeCoverageData.php +%%DATADIR%%/Data/ProcessedFunctionCoverageData.php +%%DATADIR%%/Data/ProcessedFunctionType.php +%%DATADIR%%/Data/ProcessedMethodType.php +%%DATADIR%%/Data/ProcessedPathCoverageData.php +%%DATADIR%%/Data/ProcessedTraitType.php %%DATADIR%%/Data/RawCodeCoverageData.php %%DATADIR%%/Driver/Driver.php %%DATADIR%%/Driver/PcovDriver.php %%DATADIR%%/Driver/Selector.php %%DATADIR%%/Driver/XdebugDriver.php %%DATADIR%%/Exception/BranchAndPathCoverageNotSupportedException.php %%DATADIR%%/Exception/DirectoryCouldNotBeCreatedException.php %%DATADIR%%/Exception/Exception.php %%DATADIR%%/Exception/FileCouldNotBeWrittenException.php %%DATADIR%%/Exception/InvalidArgumentException.php %%DATADIR%%/Exception/InvalidCodeCoverageTargetException.php %%DATADIR%%/Exception/NoCodeCoverageDriverAvailableException.php %%DATADIR%%/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php %%DATADIR%%/Exception/ParserException.php %%DATADIR%%/Exception/PathExistsButIsNotDirectoryException.php %%DATADIR%%/Exception/PcovNotAvailableException.php %%DATADIR%%/Exception/ReflectionException.php %%DATADIR%%/Exception/ReportAlreadyFinalizedException.php %%DATADIR%%/Exception/StaticAnalysisCacheNotConfiguredException.php %%DATADIR%%/Exception/TestIdMissingException.php %%DATADIR%%/Exception/UnintentionallyCoveredCodeException.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%%/Node/AbstractNode.php %%DATADIR%%/Node/Builder.php %%DATADIR%%/Node/CrapIndex.php %%DATADIR%%/Node/Directory.php %%DATADIR%%/Node/File.php %%DATADIR%%/Node/Iterator.php %%DATADIR%%/Report/Clover.php %%DATADIR%%/Report/Cobertura.php %%DATADIR%%/Report/Crap4j.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/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 %%DATADIR%%/Report/Html/Renderer/Template/css/style.css %%DATADIR%%/Report/Html/Renderer/Template/dashboard.html.dist %%DATADIR%%/Report/Html/Renderer/Template/dashboard_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/directory.html.dist %%DATADIR%%/Report/Html/Renderer/Template/directory_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/directory_item.html.dist %%DATADIR%%/Report/Html/Renderer/Template/directory_item_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/file.html.dist %%DATADIR%%/Report/Html/Renderer/Template/file_branch.html.dist %%DATADIR%%/Report/Html/Renderer/Template/file_item.html.dist %%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 %%DATADIR%%/Report/Html/Renderer/Template/line.html.dist %%DATADIR%%/Report/Html/Renderer/Template/lines.html.dist %%DATADIR%%/Report/Html/Renderer/Template/method_item.html.dist %%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 %%DATADIR%%/Report/Xml/Coverage.php %%DATADIR%%/Report/Xml/Directory.php %%DATADIR%%/Report/Xml/Facade.php %%DATADIR%%/Report/Xml/File.php %%DATADIR%%/Report/Xml/Method.php %%DATADIR%%/Report/Xml/Node.php %%DATADIR%%/Report/Xml/Project.php %%DATADIR%%/Report/Xml/Report.php %%DATADIR%%/Report/Xml/Source.php %%DATADIR%%/Report/Xml/Tests.php %%DATADIR%%/Report/Xml/Totals.php %%DATADIR%%/Report/Xml/Unit.php %%DATADIR%%/StaticAnalysis/CacheWarmer.php %%DATADIR%%/StaticAnalysis/CachingSourceAnalyser.php %%DATADIR%%/StaticAnalysis/FileAnalyser.php %%DATADIR%%/StaticAnalysis/ParsingSourceAnalyser.php %%DATADIR%%/StaticAnalysis/SourceAnalyser.php %%DATADIR%%/StaticAnalysis/Value/AnalysisResult.php %%DATADIR%%/StaticAnalysis/Value/Class_.php %%DATADIR%%/StaticAnalysis/Value/Function_.php %%DATADIR%%/StaticAnalysis/Value/Interface_.php %%DATADIR%%/StaticAnalysis/Value/LinesOfCode.php %%DATADIR%%/StaticAnalysis/Value/Method.php %%DATADIR%%/StaticAnalysis/Value/Trait_.php %%DATADIR%%/StaticAnalysis/Value/Visibility.php %%DATADIR%%/StaticAnalysis/Visitor/AttributeParentConnectingVisitor.php %%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%%/Util/Filesystem.php %%DATADIR%%/Util/Percentage.php %%DATADIR%%/Util/Xml.php %%DATADIR%%/Version.php