Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2017 03:33:57 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445366 - head/math/R-cran-xts
Message-ID:  <201707090333.v693Xvo1063289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jul  9 03:33:57 2017
New Revision: 445366
URL: https://svnweb.freebsd.org/changeset/ports/445366

Log:
  - Update to 0.10-0
  - Fix LICENSE
  - Update WWW: line in pkg-descr

Modified:
  head/math/R-cran-xts/Makefile   (contents, props changed)
  head/math/R-cran-xts/distinfo   (contents, props changed)
  head/math/R-cran-xts/pkg-descr   (contents, props changed)

Modified: head/math/R-cran-xts/Makefile
==============================================================================
--- head/math/R-cran-xts/Makefile	Sun Jul  9 03:32:02 2017	(r445365)
+++ head/math/R-cran-xts/Makefile	Sun Jul  9 03:33:57 2017	(r445366)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	xts
-DISTVERSION=	0.9-7
-PORTREVISION=	6
+DISTVERSION=	0.10-0
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Extensible Time Series
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-zoo>=1.7.10:math/R-cran-zoo
+CRAN_DEPENDS=	R-cran-zoo>=1.7.12:math/R-cran-zoo
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=		cran:auto-plist,compiles
 

Modified: head/math/R-cran-xts/distinfo
==============================================================================
--- head/math/R-cran-xts/distinfo	Sun Jul  9 03:32:02 2017	(r445365)
+++ head/math/R-cran-xts/distinfo	Sun Jul  9 03:33:57 2017	(r445366)
@@ -1,2 +1,3 @@
-SHA256 (xts_0.9-7.tar.gz) = f11f7cb98f4b92b7f6632a2151257914130880c267736ef5a264b5dc2dfb7098
-SIZE (xts_0.9-7.tar.gz) = 470815
+TIMESTAMP = 1499569837
+SHA256 (xts_0.10-0.tar.gz) = 049b4d54a265341dfb5b3ba140f401b12f89a4fd91af7fb72b00b80587eff4f0
+SIZE (xts_0.10-0.tar.gz) = 518931

Modified: head/math/R-cran-xts/pkg-descr
==============================================================================
--- head/math/R-cran-xts/pkg-descr	Sun Jul  9 03:32:02 2017	(r445365)
+++ head/math/R-cran-xts/pkg-descr	Sun Jul  9 03:33:57 2017	(r445366)
@@ -3,4 +3,4 @@ by extending zoo, maximizing native format information
 and allowing for user level customization and extension, while
 simplifying cross-class interoperability.
 
-WWW: http://r-forge.r-project.org/projects/xts/
+WWW: https://r-forge.r-project.org/projects/xts/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707090333.v693Xvo1063289>