diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-01-12 08:34:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-01-12 08:34:47 +0000 |
commit | 14d86acf112604db42f57a5f5a20a9fd9cba4095 (patch) | |
tree | a5fad2adbb7d0a366ec5bf885e6dfb3a90c33d1e /devel/catch | |
parent | ae4096b69ecf7a4e0efaf6f61c530cbf5b0fa0c0 (diff) |
devel/catch: update to 1.6.0
Release notes: https://github.com/philsquared/Catch/releases/tag/v1.6.0
Notes
Notes:
svn path=/head/; revision=431236
Diffstat (limited to 'devel/catch')
-rw-r--r-- | devel/catch/Makefile | 4 | ||||
-rw-r--r-- | devel/catch/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/catch/Makefile b/devel/catch/Makefile index 8971d8783923..47bb71e3f1c1 100644 --- a/devel/catch/Makefile +++ b/devel/catch/Makefile @@ -3,7 +3,7 @@ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 1.5.9 +DISTVERSION= 1.6.0 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org @@ -29,7 +29,7 @@ do-install: ${STAGEDIR}${PREFIX}/include do-test: - cd ${WRKSRC}/projects/CMake && \ + cd ${WRKSRC} && \ ${LOCALBASE}/bin/cmake . && ${MAKE_CMD} && ./SelfTest .include <bsd.port.mk> diff --git a/devel/catch/distinfo b/devel/catch/distinfo index 0ac87ef5ca43..17b8ce337216 100644 --- a/devel/catch/distinfo +++ b/devel/catch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483374315 -SHA256 (philsquared-Catch-v1.5.9_GH0.tar.gz) = f562c2d955cedbb73006274ea79af76a626b325124a4adc33816acd0512ee592 -SIZE (philsquared-Catch-v1.5.9_GH0.tar.gz) = 313420 +TIMESTAMP = 1484209494 +SHA256 (philsquared-Catch-v1.6.0_GH0.tar.gz) = 83532346983c43963cf89a69c1544be493e6b4cccaf20975e53f5cf2239b73a9 +SIZE (philsquared-Catch-v1.6.0_GH0.tar.gz) = 290987 |