aboutsummaryrefslogtreecommitdiff
path: root/devel/catch
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-10-13 10:45:04 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-10-13 10:45:04 +0000
commiteb561bb79082e6510acc526205eb34cebd6b291c (patch)
tree67483a836da6d311321c22b3f9af5d7b649e257d /devel/catch
parent5b2c52616bf48a2cd15b38710d7688ab45b51556 (diff)
downloadports-eb561bb79082e6510acc526205eb34cebd6b291c.tar.gz
ports-eb561bb79082e6510acc526205eb34cebd6b291c.zip
Notes
Diffstat (limited to 'devel/catch')
-rw-r--r--devel/catch/Makefile7
-rw-r--r--devel/catch/distinfo4
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index 0afaa4a690d0..ef48f6117dc9 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= catch
-PORTVERSION= 1.0.51
+PORTVERSION= 1.0.53
CATEGORIES= devel
MAINTAINER= gahr@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE= BSL
USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_PROJECT= Catch
-GH_COMMIT= ce56209
+GH_COMMIT= d4e5f18
NO_BUILD= yes
@@ -23,4 +23,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/single_include/catch.hpp \
${STAGEDIR}${PREFIX}/include
+regression-test:
+ cd ${WRKSRC}/projects/CMake && cmake . && make && ./SelfTest
+
.include <bsd.port.mk>
diff --git a/devel/catch/distinfo b/devel/catch/distinfo
index c6d34c820124..ede2ce4652a2 100644
--- a/devel/catch/distinfo
+++ b/devel/catch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (catch-1.0.51.tar.gz) = 89ed3438432086f99321c2e589140e02fba6b9ae2a69cea8baf7edf22c806bab
-SIZE (catch-1.0.51.tar.gz) = 267681
+SHA256 (catch-1.0.53.tar.gz) = 9eadb7cf08e7d7407cc20c134a53fc9289da300d157fea6bc34f226cc598e85a
+SIZE (catch-1.0.53.tar.gz) = 270601