Skip to content

Commit

Permalink
devel/rapidcheck: Update g20200504 -> g20220314
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 30, 2022
1 parent 3196c02 commit f62e48b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 5 additions & 7 deletions devel/rapidcheck/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rapidcheck
PORTVERSION= g20200504
PORTVERSION= g20220314
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -11,18 +11,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
TEST_DEPENDS= catch>0:devel/catch

USES= cmake compiler:c++11-lang localbase
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= emil-e
GH_TAGNAME= 7bc7d30
USE_LDCONFIG= yes
GH_TAGNAME= 8fafda4

CMAKE_ON= BUILD_SHARED_LIBS

CXXFLAGS+= -Wno-error

post-install:
@${MV} ${STAGEDIR}${DATADIR}/cmake ${STAGEDIR}${PREFIX}/lib/
@${RMDIR} ${STAGEDIR}${DATADIR}
CXXFLAGS+= -I${WRKSRC}/extras/catch/include # only to fix tests (rapidcheck/catch.h)

do-test: # broken: https://github.com/emil-e/rapidcheck/issues/242
@cd ${BUILD_WRKSRC} && \
Expand Down
6 changes: 3 additions & 3 deletions devel/rapidcheck/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1604784756
SHA256 (emil-e-rapidcheck-g20200504-7bc7d30_GH0.tar.gz) = f289ec014eb305033910ec2fbb88cccaf3eaf1b76597d9993b75cdd37409b001
SIZE (emil-e-rapidcheck-g20200504-7bc7d30_GH0.tar.gz) = 180865
TIMESTAMP = 1659163344
SHA256 (emil-e-rapidcheck-g20220314-8fafda4_GH0.tar.gz) = 2b7051602620198b0d83a2844152ca0f9a7279a75e5ac7552dc0e0ea22b4bd1c
SIZE (emil-e-rapidcheck-g20220314-8fafda4_GH0.tar.gz) = 181827
6 changes: 4 additions & 2 deletions devel/rapidcheck/pkg-plist
Expand Up @@ -6,6 +6,8 @@ include/rapidcheck/Check.h
include/rapidcheck/Check.hpp
include/rapidcheck/Classify.h
include/rapidcheck/Classify.hpp
include/rapidcheck/Compat.h
include/rapidcheck/Compat.hpp
include/rapidcheck/Gen.h
include/rapidcheck/Gen.hpp
include/rapidcheck/GenerationFailure.h
Expand Down Expand Up @@ -119,6 +121,6 @@ include/rapidcheck/state/gen/Commands.h
include/rapidcheck/state/gen/Commands.hpp
include/rapidcheck/state/gen/ExecCommands.h
include/rapidcheck/state/gen/ExecCommands.hpp
lib/cmake/rapidcheckConfig-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/rapidcheckConfig.cmake
lib/librapidcheck.so
%%DATADIR%%/cmake/rapidcheckConfig-%%CMAKE_BUILD_TYPE%%.cmake
%%DATADIR%%/cmake/rapidcheckConfig.cmake

0 comments on commit f62e48b

Please sign in to comment.