From owner-svn-ports-all@freebsd.org Sat Mar 17 15:51:27 2018 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 5484CF53903; Sat, 17 Mar 2018 15:51:27 +0000 (UTC) (envelope-from dbn@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 0922581965; Sat, 17 Mar 2018 15:51:27 +0000 (UTC) (envelope-from dbn@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 03CC41458C; Sat, 17 Mar 2018 15:51:27 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2HFpQt8017129; Sat, 17 Mar 2018 15:51:26 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HFpQ3p017126; Sat, 17 Mar 2018 15:51:26 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201803171551.w2HFpQ3p017126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 17 Mar 2018 15:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464827 - head/finance/R-cran-timeDate X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/finance/R-cran-timeDate X-SVN-Commit-Revision: 464827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 17 Mar 2018 15:51:27 -0000 Author: dbn Date: Sat Mar 17 15:51:26 2018 New Revision: 464827 URL: https://svnweb.freebsd.org/changeset/ports/464827 Log: finance/R-cran-timeDate: updated to version 3043.102 - removed PORTREVISION due to version bump - update description to align with CRAN package - update website URL to align with CRAN package - changelog not updated Generated by: portcran (0.1.7) Modified: head/finance/R-cran-timeDate/Makefile head/finance/R-cran-timeDate/distinfo head/finance/R-cran-timeDate/pkg-descr Modified: head/finance/R-cran-timeDate/Makefile ============================================================================== --- head/finance/R-cran-timeDate/Makefile Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/Makefile Sat Mar 17 15:51:26 2018 (r464827) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timeDate -DISTVERSION= 3042.101 -PORTREVISION= 1 +DISTVERSION= 3043.102 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/finance/R-cran-timeDate/distinfo ============================================================================== --- head/finance/R-cran-timeDate/distinfo Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/distinfo Sat Mar 17 15:51:26 2018 (r464827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512940595 -SHA256 (timeDate_3042.101.tar.gz) = 6c8d4c7689b31c6a43555d9c7258516556ba03b132e5643691e3e317b89a8c6d -SIZE (timeDate_3042.101.tar.gz) = 314661 +TIMESTAMP = 1521301864 +SHA256 (timeDate_3043.102.tar.gz) = 377cba03cddab8c6992e31d0683c1db3a73afa9834eee3e95b3b0723f02d7473 +SIZE (timeDate_3043.102.tar.gz) = 314656 Modified: head/finance/R-cran-timeDate/pkg-descr ============================================================================== --- head/finance/R-cran-timeDate/pkg-descr Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/pkg-descr Sat Mar 17 15:51:26 2018 (r464827) @@ -1,3 +1,10 @@ -Package of calendar, date, time tools and utilities for Rmetrics. +The 'timeDate' class fulfils the conventions of the ISO 8601 standard as well +as of the ANSI C and POSIX standards. Beyond these standards it provides the +"Financial Center" concept which allows to handle data records collected in +different time zones and mix them up to have always the proper time stamps with +respect to your personal financial center, or alternatively to the GMT +reference time. It can thus also handle time stamps from historical data +records from the same time zone, even if the financial centers changed day +light saving times at different calendar dates. -WWW: http://cran.r-project.org/web/packages/timeDate/ +WWW: https://www.rmetrics.org