diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-12-30 09:02:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-12-30 09:02:56 +0000 |
commit | 8e26bea24633da7abe4e97acc2e3413595bdc585 (patch) | |
tree | 8b3a4799d473993f76a4ddf3e8ce12b90dd275af | |
parent | Upgrade to 0.20.0 final release. (diff) |
devel/catch: update to 2.11.1
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.11.0
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.11.1
Notes
Notes:
svn path=/head/; revision=521474
-rw-r--r-- | devel/catch/Makefile | 2 | ||||
-rw-r--r-- | devel/catch/distinfo | 6 | ||||
-rw-r--r-- | devel/catch/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/catch/Makefile b/devel/catch/Makefile index af56faddeef1..9d083e683e6c 100644 --- a/devel/catch/Makefile +++ b/devel/catch/Makefile @@ -3,7 +3,7 @@ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 2.10.2 +DISTVERSION= 2.11.1 PORTREVISION= 0 CATEGORIES= devel diff --git a/devel/catch/distinfo b/devel/catch/distinfo index c16f41b4bcba..c420528fb360 100644 --- a/devel/catch/distinfo +++ b/devel/catch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1571995081 -SHA256 (catchorg-Catch2-v2.10.2_GH0.tar.gz) = 79aa46ee6c5a87bc5306bfffc6ecde6a1ad6327715b208ee2e846873f282a494 -SIZE (catchorg-Catch2-v2.10.2_GH0.tar.gz) = 613963 +TIMESTAMP = 1577694391 +SHA256 (catchorg-Catch2-v2.11.1_GH0.tar.gz) = 9af06ca5b10362620c6c9c729821367e1aeb0f76adfc7bc3a468da83db3c50c6 +SIZE (catchorg-Catch2-v2.11.1_GH0.tar.gz) = 631509 diff --git a/devel/catch/pkg-plist b/devel/catch/pkg-plist index 9792bad52a8d..a5d29439d3f4 100644 --- a/devel/catch/pkg-plist +++ b/devel/catch/pkg-plist @@ -1,5 +1,6 @@ include/catch2/catch.hpp include/catch2/catch_reporter_automake.hpp +include/catch2/catch_reporter_sonarqube.hpp include/catch2/catch_reporter_tap.hpp include/catch2/catch_reporter_teamcity.hpp lib/cmake/Catch2/Catch.cmake |