Index: head/math/R-cran-LearnBayes/Makefile =================================================================== --- head/math/R-cran-LearnBayes/Makefile (revision 465772) +++ head/math/R-cran-LearnBayes/Makefile (revision 465773) @@ -1,18 +1,16 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= LearnBayes -PORTVERSION= 2.15 -PORTREVISION= 2 +PORTVERSION= 2.15.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for Learning Bayesian Inference -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist .include Index: head/math/R-cran-LearnBayes/distinfo =================================================================== --- head/math/R-cran-LearnBayes/distinfo (revision 465772) +++ head/math/R-cran-LearnBayes/distinfo (revision 465773) @@ -1,2 +1,3 @@ -SHA256 (LearnBayes_2.15.tar.gz) = 45c91114b4aaa0314feeb4311dbe78f5b75a3b76bb2d1ca0f8adb2e0f1cbe233 -SIZE (LearnBayes_2.15.tar.gz) = 968534 +TIMESTAMP = 1522140990 +SHA256 (LearnBayes_2.15.1.tar.gz) = 9b110858456523ca0b2a63f22013c4e1fbda6674b9d84dc1f4de8bffc5260532 +SIZE (LearnBayes_2.15.1.tar.gz) = 794622 Index: head/math/R-cran-LearnBayes/pkg-descr =================================================================== --- head/math/R-cran-LearnBayes/pkg-descr (revision 465772) +++ head/math/R-cran-LearnBayes/pkg-descr (revision 465773) @@ -1,9 +1,9 @@ LearnBayes contains a collection of functions helpful in learning the basic tenets of Bayesian statistical inference. It contains functions for summarizing basic one and two parameter posterior distributions and predictive distributions. It contains MCMC algorithms for summarizing posterior distributions defined by the user. It also contains functions for regression models, hierarchical models, Bayesian tests, and illustrations of Gibbs sampling. -WWW: http://cran.r-project.org/web/packages/LearnBayes/ +WWW: https://cran.r-project.org/web/packages/LearnBayes/