Skip to content

Commit

Permalink
R-RcppRedis: move R-RcppMsgPack to lib deps, revbump
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and ryandesign committed May 16, 2024
1 parent 2ceeafe commit 819b1f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions R/R-RcppRedis/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup R 1.0

R.setup cran eddelbuettel RcppRedis 0.2.4
revision 1
revision 2
categories-append devel
maintainers nomaintainer
license GPL-2+
Expand All @@ -15,11 +15,13 @@ checksums rmd160 f5fb4eef06fa4b79c398c92ec46a3af747932db4 \
sha256 c91f9c2625e48901324c93789412c4dbde12bc61f4f610ffb8a4fddeb12ee0d8 \
size 1067941

# RcppMsgPack is optional, but desirable.
# Configure script checks for its presence.
depends_lib-append port:hiredis \
port:R-RApiSerialize \
port:R-Rcpp
port:R-Rcpp \
port:R-RcppMsgPack

depends_test-append port:R-RcppMsgPack \
port:R-tinytest
depends_test-append port:R-tinytest

test.run yes

0 comments on commit 819b1f8

Please sign in to comment.