mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.6-1
- Add "compiles" argument to USES=cran
This commit is contained in:
parent
186a649fdd
commit
e2bb4aa191
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427947
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Rmpfr
|
PORTNAME= Rmpfr
|
||||||
DISTVERSION= 0.6-0
|
DISTVERSION= 0.6-1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
|
@ -11,10 +11,12 @@ COMMENT= R wrapper for the mpfr multiple precision library
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
|
CRAN_DEPENDS= R-cran-gmp>=0.5.8:math/R-cran-gmp
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
libmpfr.so:math/mpfr
|
libmpfr.so:math/mpfr
|
||||||
RUN_DEPENDS= R-cran-gmp>=0.5.8:math/R-cran-gmp
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
|
||||||
USES= cran:auto-plist
|
USES= cran:auto-plist,compiles
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (Rmpfr_0.6-0.tar.gz) = 43a1df2244014d76bb7fce1b6b143d57a64126dd26504c9060d6efd6f497251a
|
TIMESTAMP = 1481022994
|
||||||
SIZE (Rmpfr_0.6-0.tar.gz) = 582729
|
SHA256 (Rmpfr_0.6-1.tar.gz) = bf50991055e9336cd6a110d711ae8a91a0551b96f9eaab5fef8c05f578006e1c
|
||||||
|
SIZE (Rmpfr_0.6-1.tar.gz) = 595963
|
||||||
|
|
Loading…
Add table
Reference in a new issue