From owner-svn-ports-all@freebsd.org Sun Jul 7 11:12:14 2019 Return-Path: Delivered-To: svn-ports-all@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 967E815E202A; Sun, 7 Jul 2019 11:12:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AABD81D5E; Sun, 7 Jul 2019 11:12:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 180DF1E0; Sun, 7 Jul 2019 11:12:14 +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 x67BCDei041155; Sun, 7 Jul 2019 11:12:13 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x67BCDqI041152; Sun, 7 Jul 2019 11:12:13 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201907071112.x67BCDqI041152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 7 Jul 2019 11:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506129 - head/math/R-cran-zoo X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-zoo X-SVN-Commit-Revision: 506129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AABD81D5E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2019 11:12:15 -0000 Author: tota Date: Sun Jul 7 11:12:13 2019 New Revision: 506129 URL: https://svnweb.freebsd.org/changeset/ports/506129 Log: - Update to 1.8-6 - Update WWW: line in pkg-descr Modified: head/math/R-cran-zoo/Makefile (contents, props changed) head/math/R-cran-zoo/distinfo (contents, props changed) head/math/R-cran-zoo/pkg-descr (contents, props changed) Modified: head/math/R-cran-zoo/Makefile ============================================================================== --- head/math/R-cran-zoo/Makefile Sun Jul 7 11:09:32 2019 (r506128) +++ head/math/R-cran-zoo/Makefile Sun Jul 7 11:12:13 2019 (r506129) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zoo -DISTVERSION= 1.8-4 -PORTREVISION= 1 +DISTVERSION= 1.8-6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-zoo/distinfo ============================================================================== --- head/math/R-cran-zoo/distinfo Sun Jul 7 11:09:32 2019 (r506128) +++ head/math/R-cran-zoo/distinfo Sun Jul 7 11:12:13 2019 (r506129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537420124 -SHA256 (zoo_1.8-4.tar.gz) = b1d88c169d210b99d747e802f96f7a2a7f5d8e6f1c0b42776e32e269d065dcdf -SIZE (zoo_1.8-4.tar.gz) = 856279 +TIMESTAMP = 1562493436 +SHA256 (zoo_1.8-6.tar.gz) = 2217a4f362f2201443b5fdbfd9a77d9a6caeecb05f02d703ee8b3b9bf2af37cc +SIZE (zoo_1.8-6.tar.gz) = 853504 Modified: head/math/R-cran-zoo/pkg-descr ============================================================================== --- head/math/R-cran-zoo/pkg-descr Sun Jul 7 11:09:32 2019 (r506128) +++ head/math/R-cran-zoo/pkg-descr Sun Jul 7 11:12:13 2019 (r506129) @@ -4,4 +4,4 @@ vectors/matrices and factors. zoo's key design goals a of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics. -WWW: http://zoo.r-forge.r-project.org/ +WWW: https://cran.r-project.org/web/packages/zoo/