diff --git a/devel/pear-PHP_CodeCoverage/Makefile b/devel/pear-PHP_CodeCoverage/Makefile index f3d56af0a4ef..b3e188e96fac 100644 --- a/devel/pear-PHP_CodeCoverage/Makefile +++ b/devel/pear-PHP_CodeCoverage/Makefile @@ -1,37 +1,37 @@ PORTNAME= PHP_CodeCoverage -PORTVERSION= 14.1.4 +PORTVERSION= 14.1.6 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>=0: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 6268ca3a644e..1e57e087cc4f 100644 --- a/devel/pear-PHP_CodeCoverage/distinfo +++ b/devel/pear-PHP_CodeCoverage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252566 -SHA256 (sebastianbergmann-php-code-coverage-14.1.4_GH0.tar.gz) = daa109df72bb94450ff6d464b22fac0b8f8d9e19ed4249287bc17ecbfefb615a -SIZE (sebastianbergmann-php-code-coverage-14.1.4_GH0.tar.gz) = 157452 +TIMESTAMP = 1777311628 +SHA256 (sebastianbergmann-php-code-coverage-14.1.6_GH0.tar.gz) = 0d1c18bd3878a3e5efb1281e802da88641dc9d7859f3331a69b66131334df8b6 +SIZE (sebastianbergmann-php-code-coverage-14.1.6_GH0.tar.gz) = 159327 diff --git a/devel/pear-PHP_CodeCoverage/pkg-plist b/devel/pear-PHP_CodeCoverage/pkg-plist index 13abb173fc45..6e830853e3ba 100644 --- a/devel/pear-PHP_CodeCoverage/pkg-plist +++ b/devel/pear-PHP_CodeCoverage/pkg-plist @@ -1,154 +1,156 @@ %%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/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 %%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/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/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/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/Html/SyntaxHighlighter.php %%DATADIR%%/Report/OpenClover.php %%DATADIR%%/Report/Summary.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%%/Serialization/Merger.php %%DATADIR%%/Serialization/Serializer.php %%DATADIR%%/Serialization/Unserializer.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%%/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/EnsuresUtf8.php +%%DATADIR%%/Util/EnsuresUtf8Test.php %%DATADIR%%/Util/Filesystem.php %%DATADIR%%/Util/PathReducer.php %%DATADIR%%/Util/Percentage.php %%DATADIR%%/Util/Xml.php %%DATADIR%%/Version.php