devel/R-cran-cpp11: Update to 0.4.4
- Switch to DISTVERSION - Take maintainership ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
This commit is contained in:
parent
d8fa5b7a8b
commit
9ec8707856
2 changed files with 10 additions and 5 deletions
|
@ -1,14 +1,19 @@
|
|||
PORTNAME= cpp11
|
||||
PORTVERSION= 0.4.3
|
||||
DISTVERSION= 0.4.4
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= C++11 Interface for R's C Interface
|
||||
WWW= https://cran.r-project.org/web/packages/cpp11/
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
TEST_DEPENDS= R-cran-decor>0:devel/R-cran-decor \
|
||||
R-cran-mockery>0:devel/R-cran-mockery \
|
||||
R-cran-testthat>0:devel/R-cran-testthat
|
||||
# Test failure: https://github.com/r-lib/cpp11/issues/323
|
||||
|
||||
USES= compiler:c++11-lang cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1682390147
|
||||
SHA256 (cpp11_0.4.3.tar.gz) = f1a60e4971a86dbbcf6a16bbd739b59bb66d9c45d93cfd8dedc2a87e302598f1
|
||||
SIZE (cpp11_0.4.3.tar.gz) = 304530
|
||||
TIMESTAMP = 1688624491
|
||||
SHA256 (cpp11_0.4.4.tar.gz) = 7256d56add317b40251e4389dba4037bfa587a024cdee00027be0fae5a898681
|
||||
SIZE (cpp11_0.4.4.tar.gz) = 303635
|
||||
|
|
Loading…
Reference in a new issue