mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
devel/catch: update to 2.1.0
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.1.0
This commit is contained in:
parent
705f4c7992
commit
7a313d81b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458723
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= catch
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.1
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
@ -26,13 +26,17 @@ REPORTERS= catch_reporter_automake.hpp \
|
||||
catch_reporter_bases.cpp \
|
||||
catch_reporter_bases.hpp \
|
||||
catch_reporter_compact.cpp \
|
||||
catch_reporter_compact.h \
|
||||
catch_reporter_console.cpp \
|
||||
catch_reporter_junit.cpp \
|
||||
catch_reporter_console.h \
|
||||
catch_reporter_junit.cpp \
|
||||
catch_reporter_junit.h \
|
||||
catch_reporter_multi.cpp \
|
||||
catch_reporter_multi.h \
|
||||
catch_reporter_tap.hpp \
|
||||
catch_reporter_teamcity.hpp \
|
||||
catch_reporter_xml.cpp
|
||||
catch_reporter_xml.cpp \
|
||||
catch_reporter_xml.h
|
||||
|
||||
PLIST_FILES= include/catch.hpp \
|
||||
${REPORTERS:S/^/include\//g}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509966699
|
||||
SHA256 (catchorg-Catch2-v2.0.1_GH0.tar.gz) = 5f31b93712e65d363f257ad0f0c02cfbed7a3988979d5f320ad7771e513d4cc8
|
||||
SIZE (catchorg-Catch2-v2.0.1_GH0.tar.gz) = 397154
|
||||
TIMESTAMP = 1515672882
|
||||
SHA256 (catchorg-Catch2-v2.1.0_GH0.tar.gz) = a8f9805174916c23bf59ed45f72c21ce092e2848c139f4c6d396aeeb5ce2dfb3
|
||||
SIZE (catchorg-Catch2-v2.1.0_GH0.tar.gz) = 475638
|
||||
|
Loading…
Reference in New Issue
Block a user