Date: Wed, 9 Mar 2016 02:42:31 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410683 - head/math/R-cran-deldir Message-ID: <201603090242.u292gVPJ028167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Mar 9 02:42:31 2016 New Revision: 410683 URL: https://svnweb.freebsd.org/changeset/ports/410683 Log: - Update to 0.1-12 - Update WWW in pkg-descr Modified: head/math/R-cran-deldir/Makefile head/math/R-cran-deldir/distinfo head/math/R-cran-deldir/pkg-descr Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Wed Mar 9 02:38:28 2016 (r410682) +++ head/math/R-cran-deldir/Makefile Wed Mar 9 02:42:31 2016 (r410683) @@ -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 Modified: head/math/R-cran-deldir/distinfo ============================================================================== --- head/math/R-cran-deldir/distinfo Wed Mar 9 02:38:28 2016 (r410682) +++ head/math/R-cran-deldir/distinfo Wed Mar 9 02:42:31 2016 (r410683) @@ -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 Modified: head/math/R-cran-deldir/pkg-descr ============================================================================== --- head/math/R-cran-deldir/pkg-descr Wed Mar 9 02:38:28 2016 (r410682) +++ head/math/R-cran-deldir/pkg-descr Wed Mar 9 02:42:31 2016 (r410683) @@ -3,4 +3,4 @@ tessellation (with respect to the entire 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603090242.u292gVPJ028167>