Date: Sat, 2 Jun 2018 10:46:36 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471358 - head/math/R-cran-gss Message-ID: <201806021046.w52AkaGo070849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sat Jun 2 10:46:36 2018 New Revision: 471358 URL: https://svnweb.freebsd.org/changeset/ports/471358 Log: math/R-cran-gss: updated to version 2.1-9 - removed PORTREVISION due to version bump - update website URL to align with CRAN package - changelog: - R: Reworked ssllrm suite to add qd.wt. - man: Minor edit to reflect changes in R. - src: i) Changes and bug fixes in llrmnewton. ii) Minor edit in cdennewton. Generated by: portcran (0.1.8) Modified: head/math/R-cran-gss/Makefile head/math/R-cran-gss/distinfo head/math/R-cran-gss/pkg-descr Modified: head/math/R-cran-gss/Makefile ============================================================================== --- head/math/R-cran-gss/Makefile Sat Jun 2 10:44:02 2018 (r471357) +++ head/math/R-cran-gss/Makefile Sat Jun 2 10:46:36 2018 (r471358) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gss -DISTVERSION= 2.1-7 -PORTREVISION= 1 +DISTVERSION= 2.1-9 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-gss/distinfo ============================================================================== --- head/math/R-cran-gss/distinfo Sat Jun 2 10:44:02 2018 (r471357) +++ head/math/R-cran-gss/distinfo Sat Jun 2 10:46:36 2018 (r471358) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491284682 -SHA256 (gss_2.1-7.tar.gz) = 0405bb5e4c4d60b466335e5da07be4f9570045a24aed09e7bc0640e1a00f3adb -SIZE (gss_2.1-7.tar.gz) = 485790 +TIMESTAMP = 1527936314 +SHA256 (gss_2.1-9.tar.gz) = 2961fe61c1d3bb3fe7b8e1070d6fb1dfc5d71e0c6e8a6b7c46ff6b42867c4cf3 +SIZE (gss_2.1-9.tar.gz) = 486726 Modified: head/math/R-cran-gss/pkg-descr ============================================================================== --- head/math/R-cran-gss/pkg-descr Sat Jun 2 10:44:02 2018 (r471357) +++ head/math/R-cran-gss/pkg-descr Sat Jun 2 10:46:36 2018 (r471358) @@ -1,4 +1,4 @@ A comprehensive package for structural multivariate function estimation using smoothing splines. -WWW: http://cran.r-project.org/web/packages/gss/ +WWW: https://CRAN.R-project.org/package=gss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806021046.w52AkaGo070849>