diff options
author | wen <wen@FreeBSD.org> | 2015-04-30 14:25:52 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-04-30 14:25:52 +0800 |
commit | 405044093da2791b2da259de56f73045b87e61fa (patch) | |
tree | abb98930730d4711a5de0643aa7ffb5fbed22792 /math/R-cran-inline | |
parent | 6568952e82c5587e038117c13a6b03703eebcd47 (diff) | |
download | freebsd-ports-gnome-405044093da2791b2da259de56f73045b87e61fa.tar.gz freebsd-ports-gnome-405044093da2791b2da259de56f73045b87e61fa.tar.zst freebsd-ports-gnome-405044093da2791b2da259de56f73045b87e61fa.zip |
- Update to 0.3.14
- Add LICENSE
Diffstat (limited to 'math/R-cran-inline')
-rw-r--r-- | math/R-cran-inline/Makefile | 6 | ||||
-rw-r--r-- | math/R-cran-inline/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index a0e53876545e..68b5f4b5f5fd 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= inline -PORTVERSION= 0.3.13 -PORTREVISION= 1 +PORTVERSION= 0.3.14 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Inline C, C++, Fortran function calls from R +LICENSE= LGPL20 LGPL21 LGPL3 +LICENSE_COMB= multi + USES= cran:auto-plist .include <bsd.port.mk> diff --git a/math/R-cran-inline/distinfo b/math/R-cran-inline/distinfo index 0554c791bcf3..20deec8b08e6 100644 --- a/math/R-cran-inline/distinfo +++ b/math/R-cran-inline/distinfo @@ -1,2 +1,2 @@ -SHA256 (inline_0.3.13.tar.gz) = c2e4cfaee05b4128852c3fc64359486e90c76b345273e39f34cdf1532da332b6 -SIZE (inline_0.3.13.tar.gz) = 14224 +SHA256 (inline_0.3.14.tar.gz) = fd34d6bf965148d26d983a022a0ff7bc1a5831f6ca066deee3f6139894dfc931 +SIZE (inline_0.3.14.tar.gz) = 18002 |