devel/trompeloeil: Update 44 → 45
Reported by: portscout
This commit is contained in:
parent
cc9777597f
commit
9c016159e9
3 changed files with 14 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= trompeloeil
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 44
|
||||
DISTVERSION= 45
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -13,11 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|||
TEST_DEPENDS= ${LOCALBASE}/include/catch2/catch.hpp:devel/catch \
|
||||
criterion>0:devel/criterion
|
||||
|
||||
USES= cmake:testing # unclear how to run tests, see https://github.com/rollbear/trompeloeil/issues/287
|
||||
USES= cmake:testing
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rollbear
|
||||
|
||||
CMAKE_TESTING_TARGET= self_test thread_terror custom_recursive_mutex # see the README
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -31,4 +33,10 @@ post-install:
|
|||
${MV} docs/* . && \
|
||||
${RMDIR} docs
|
||||
|
||||
post-test: # run tests
|
||||
.for exe in ${CMAKE_TESTING_TARGET}
|
||||
${ECHO} "==> Running tests executable ${exe}"
|
||||
@cd ${TEST_WRKSRC} && test/${exe}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1687077810
|
||||
SHA256 (rollbear-trompeloeil-v44_GH0.tar.gz) = 004877db6ba22f24c7867e112e081eeb68858122f55ebe7c7dd9d8d9e3b46c88
|
||||
SIZE (rollbear-trompeloeil-v44_GH0.tar.gz) = 307572
|
||||
TIMESTAMP = 1690004321
|
||||
SHA256 (rollbear-trompeloeil-v45_GH0.tar.gz) = 124b0aa45d84415193719376b6557fc1f1180cbfebf4dc4f7ca247cb404d6bd8
|
||||
SIZE (rollbear-trompeloeil-v45_GH0.tar.gz) = 308207
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
include/boost/trompeloeil.hpp
|
||||
include/cantata/trompeloeil.hpp
|
||||
include/catch2/trompeloeil.hpp
|
||||
include/criterion/trompeloeil.hpp
|
||||
include/crpcut/trompeloeil.hpp
|
||||
|
|
Loading…
Reference in a new issue