Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:31:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515790 - head/devel/rubygem-tzinfo
Message-ID:  <201910271131.x9RBVBa5095467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 11:31:10 2019
New Revision: 515790
URL: https://svnweb.freebsd.org/changeset/ports/515790

Log:
  Update to 2.0.0
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/tzinfo/tzinfo/releases

Modified:
  head/devel/rubygem-tzinfo/Makefile
  head/devel/rubygem-tzinfo/distinfo

Modified: head/devel/rubygem-tzinfo/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Sun Oct 27 11:31:05 2019	(r515789)
+++ head/devel/rubygem-tzinfo/Makefile	Sun Oct 27 11:31:10 2019	(r515790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tzinfo
-PORTVERSION=	1.2.5
+PORTVERSION=	2.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ COMMENT=	Daylight-savings aware timezone support for R
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-thread_safe>=0.1:devel/rubygem-thread_safe
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-tzinfo/distinfo
==============================================================================
--- head/devel/rubygem-tzinfo/distinfo	Sun Oct 27 11:31:05 2019	(r515789)
+++ head/devel/rubygem-tzinfo/distinfo	Sun Oct 27 11:31:10 2019	(r515790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517844896
-SHA256 (rubygem/tzinfo-1.2.5.gem) = 7f144179fa25bd3ac21f3b532e0925f148cc911a7456de699bf3f623864c5dba
-SIZE (rubygem/tzinfo-1.2.5.gem) = 153600
+TIMESTAMP = 1572168805
+SHA256 (rubygem/tzinfo-2.0.0.gem) = 6b2ebc114edce74eb6b56cb1c02017d49b67acb529f0c209c2e62b204271e94a
+SIZE (rubygem/tzinfo-2.0.0.gem) = 70144



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