From owner-svn-ports-head@freebsd.org Tue Mar 6 18:21:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AF9BF487B5; Tue, 6 Mar 2018 18:21:53 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2BE083512; Tue, 6 Mar 2018 18:21:52 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD9F41672C; Tue, 6 Mar 2018 18:21:52 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w26ILqia040381; Tue, 6 Mar 2018 18:21:52 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26ILqv3040377; Tue, 6 Mar 2018 18:21:52 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201803061821.w26ILqv3040377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Tue, 6 Mar 2018 18:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463737 - head/math/R-cran-truncnorm X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: head/math/R-cran-truncnorm X-SVN-Commit-Revision: 463737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 18:21:53 -0000 Author: pfg (src committer) Date: Tue Mar 6 18:21:52 2018 New Revision: 463737 URL: https://svnweb.freebsd.org/changeset/ports/463737 Log: math/R-cran-truncnorm: Update to 1.0-8 Minor update. Use canonical R-cran WWW link while here. PR: 226262 Approved by: koobs (ports) Modified: head/math/R-cran-truncnorm/Makefile head/math/R-cran-truncnorm/distinfo head/math/R-cran-truncnorm/pkg-descr Modified: head/math/R-cran-truncnorm/Makefile ============================================================================== --- head/math/R-cran-truncnorm/Makefile Tue Mar 6 17:27:45 2018 (r463736) +++ head/math/R-cran-truncnorm/Makefile Tue Mar 6 18:21:52 2018 (r463737) @@ -3,7 +3,7 @@ PORTNAME= truncnorm PORTREVISION= 1 -DISTVERSION= 1.0-7 +DISTVERSION= 1.0-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-truncnorm/distinfo ============================================================================== --- head/math/R-cran-truncnorm/distinfo Tue Mar 6 17:27:45 2018 (r463736) +++ head/math/R-cran-truncnorm/distinfo Tue Mar 6 18:21:52 2018 (r463737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475192353 -SHA256 (truncnorm_1.0-7.tar.gz) = c7d775d09e2dcbcc543c03a207b4407b8548b5fdfeb4c017f12818507e014ce1 -SIZE (truncnorm_1.0-7.tar.gz) = 9909 +TIMESTAMP = 1519827940 +SHA256 (truncnorm_1.0-8.tar.gz) = 49564e8d87063cf9610201fbc833859ed01935cc0581b9e21c42a0d21a47c87e +SIZE (truncnorm_1.0-8.tar.gz) = 11382 Modified: head/math/R-cran-truncnorm/pkg-descr ============================================================================== --- head/math/R-cran-truncnorm/pkg-descr Tue Mar 6 17:27:45 2018 (r463736) +++ head/math/R-cran-truncnorm/pkg-descr Tue Mar 6 18:21:52 2018 (r463737) @@ -2,4 +2,4 @@ Density, distribution function, quantile function, ran and expected value function for the truncated normal distribution with mean equal to 'mean' and standard deviation equal to 'sd'. -WWW: http://cran.r-project.org/web/packages/truncnorm/ +WWW: https://cran.r-project.org/package=truncnorm