svn commit: r458723 - head/devel/catch

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 11 12:22:26 UTC 2018


Author: gahr
Date: Thu Jan 11 12:22:25 2018
New Revision: 458723
URL: https://svnweb.freebsd.org/changeset/ports/458723

Log:
  devel/catch: update to 2.1.0
  
  Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.1.0

Modified:
  head/devel/catch/Makefile
  head/devel/catch/distinfo

Modified: head/devel/catch/Makefile
==============================================================================
--- head/devel/catch/Makefile	Thu Jan 11 11:56:44 2018	(r458722)
+++ head/devel/catch/Makefile	Thu Jan 11 12:22:25 2018	(r458723)
@@ -3,7 +3,7 @@
 
 PORTNAME=	catch
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.1
+DISTVERSION=	2.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	gahr at 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}

Modified: head/devel/catch/distinfo
==============================================================================
--- head/devel/catch/distinfo	Thu Jan 11 11:56:44 2018	(r458722)
+++ head/devel/catch/distinfo	Thu Jan 11 12:22:25 2018	(r458723)
@@ -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


More information about the svn-ports-head mailing list