diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-03-09 02:42:31 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-03-09 02:42:31 +0000 |
commit | e148b070e2eb46ef3a1734bfe841a2ea2de06364 (patch) | |
tree | d27c5901d260263acdd1fcb1397eeaafef4699f8 /math | |
parent | 7c7e643ddb7a8f29e57a787e1b2515e2c1f3a9c0 (diff) | |
download | ports-e148b070e2eb46ef3a1734bfe841a2ea2de06364.tar.gz ports-e148b070e2eb46ef3a1734bfe841a2ea2de06364.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-deldir/Makefile | 5 | ||||
-rw-r--r-- | math/R-cran-deldir/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-deldir/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile index 686ec87df9ee..1f2398a780c3 100644 --- a/math/R-cran-deldir/Makefile +++ b/math/R-cran-deldir/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= deldir -DISTVERSION= 0.1-9 +DISTVERSION= 0.1-12 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist diff --git a/math/R-cran-deldir/distinfo b/math/R-cran-deldir/distinfo index d2fba578e056..4d26c9718024 100644 --- a/math/R-cran-deldir/distinfo +++ b/math/R-cran-deldir/distinfo @@ -1,2 +1,2 @@ -SHA256 (deldir_0.1-9.tar.gz) = 090aba6747efc77424a44bf4aaa229dfc01fff7752720689bb70cd861df61f6a -SIZE (deldir_0.1-9.tar.gz) = 58664 +SHA256 (deldir_0.1-12.tar.gz) = afa6ecbba82b05cea9faa3b3044c3f5b99116fcfdbb30e94e81e434ed566f2bb +SIZE (deldir_0.1-12.tar.gz) = 64801 diff --git a/math/R-cran-deldir/pkg-descr b/math/R-cran-deldir/pkg-descr index e410e49e6536..69f30b327681 100644 --- a/math/R-cran-deldir/pkg-descr +++ b/math/R-cran-deldir/pkg-descr @@ -3,4 +3,4 @@ tessellation (with respect to the entire plane) of a planar point set. Plots triangulations and tessellations in various ways. Clips tessellations to sub-windows. Calculates perimeters of tessellations. -WWW: http://cran.r-project.org/web/packages/deldir/ +WWW: https://cran.r-project.org/web/packages/deldir/ |