From owner-svn-ports-head@freebsd.org Sun Nov 29 13:58:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17D2AA3BCD5; Sun, 29 Nov 2015 13:58:47 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id DB1AE187B; Sun, 29 Nov 2015 13:58:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tATDwkao002500; Sun, 29 Nov 2015 13:58:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tATDwjX7002497; Sun, 29 Nov 2015 13:58:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511291358.tATDwjX7002497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 29 Nov 2015 13:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402596 - head/math/R-cran-forecast X-SVN-Group: ports-head 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.20 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: Sun, 29 Nov 2015 13:58:47 -0000 Author: tota Date: Sun Nov 29 13:58:45 2015 New Revision: 402596 URL: https://svnweb.freebsd.org/changeset/ports/402596 Log: - Update to 6.2 - Update WWW in pkg-descr Modified: head/math/R-cran-forecast/Makefile head/math/R-cran-forecast/distinfo head/math/R-cran-forecast/pkg-descr Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Sun Nov 29 12:50:09 2015 (r402595) +++ head/math/R-cran-forecast/Makefile Sun Nov 29 13:58:45 2015 (r402596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 6.1 +PORTVERSION= 6.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Sun Nov 29 12:50:09 2015 (r402595) +++ head/math/R-cran-forecast/distinfo Sun Nov 29 13:58:45 2015 (r402596) @@ -1,2 +1,2 @@ -SHA256 (forecast_6.1.tar.gz) = 33f40c8e9a3927ce4ae97d2a6fba590799ee9de07737618bbc70cecbb21a9bc3 -SIZE (forecast_6.1.tar.gz) = 163814 +SHA256 (forecast_6.2.tar.gz) = 1b00ae77b1b1024e1f594e6a0c2f1c477398818e22630c92e7f4b710387b8a48 +SIZE (forecast_6.2.tar.gz) = 169667 Modified: head/math/R-cran-forecast/pkg-descr ============================================================================== --- head/math/R-cran-forecast/pkg-descr Sun Nov 29 12:50:09 2015 (r402595) +++ head/math/R-cran-forecast/pkg-descr Sun Nov 29 13:58:45 2015 (r402596) @@ -2,4 +2,4 @@ Methods and tools for displaying and ana series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. -WWW: http://cran.r-project.org/web/packages/forecast/ +WWW: https://cran.r-project.org/web/packages/forecast/