diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-04-30 06:25:52 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-04-30 06:25:52 +0000 |
commit | 835195375b2b140587bd88880d505f364a873ae4 (patch) | |
tree | abb98930730d4711a5de0643aa7ffb5fbed22792 | |
parent | Allow the server for the GeoIP database to be altered by an environment (diff) |
- Update to 0.3.14
- Add LICENSE
-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 |