Index: head/math/R-cran-deldir/Makefile =================================================================== --- head/math/R-cran-deldir/Makefile (revision 410682) +++ head/math/R-cran-deldir/Makefile (revision 410683) @@ -1,17 +1,16 @@ # Created by: TAKATSU Tomonari # $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 .include Index: head/math/R-cran-deldir/distinfo =================================================================== --- head/math/R-cran-deldir/distinfo (revision 410682) +++ head/math/R-cran-deldir/distinfo (revision 410683) @@ -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 Index: head/math/R-cran-deldir/pkg-descr =================================================================== --- head/math/R-cran-deldir/pkg-descr (revision 410682) +++ head/math/R-cran-deldir/pkg-descr (revision 410683) @@ -1,6 +1,6 @@ Calculates the Delaunay triangulation and the Dirichlet or Voronoi 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/