- Update to build 53
- Add a regression-test target
This commit is contained in:
parent
5b2c52616b
commit
eb561bb790
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370763
2 changed files with 7 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue