svn commit: r398607 - head/devel/rubygem-tzinfo03

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:01:18 UTC 2015


Author: sunpoet
Date: Sun Oct  4 18:01:16 2015
New Revision: 398607
URL: https://svnweb.freebsd.org/changeset/ports/398607

Log:
  - Update to 0.3.45
  - Add LICENSE_FILE
  - Update WWW
  
  Changes:	https://github.com/tzinfo/tzinfo/blob/0.3/CHANGES

Modified:
  head/devel/rubygem-tzinfo03/Makefile
  head/devel/rubygem-tzinfo03/distinfo
  head/devel/rubygem-tzinfo03/pkg-descr

Modified: head/devel/rubygem-tzinfo03/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo03/Makefile	Sun Oct  4 18:01:11 2015	(r398606)
+++ head/devel/rubygem-tzinfo03/Makefile	Sun Oct  4 18:01:16 2015	(r398607)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tzinfo
-PORTVERSION=	0.3.44
+PORTVERSION=	0.3.45
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	03
@@ -11,9 +11,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Daylight-savings aware timezone support for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-tzinfo03/distinfo
==============================================================================
--- head/devel/rubygem-tzinfo03/distinfo	Sun Oct  4 18:01:11 2015	(r398606)
+++ head/devel/rubygem-tzinfo03/distinfo	Sun Oct  4 18:01:16 2015	(r398607)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/tzinfo-0.3.44.gem) = a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8
-SIZE (rubygem/tzinfo-0.3.44.gem) = 297472
+SHA256 (rubygem/tzinfo-0.3.45.gem) = 936bc317761a47b7e0858bd7ce875c0e7f19b1eedf024b876a3dd6f799172ce7
+SIZE (rubygem/tzinfo-0.3.45.gem) = 299008

Modified: head/devel/rubygem-tzinfo03/pkg-descr
==============================================================================
--- head/devel/rubygem-tzinfo03/pkg-descr	Sun Oct  4 18:01:11 2015	(r398606)
+++ head/devel/rubygem-tzinfo03/pkg-descr	Sun Oct  4 18:01:16 2015	(r398607)
@@ -4,4 +4,4 @@ aware transformations between times in d
 tz database is compiled into Ruby classes which are packaged in the
 release.  No external zoneinfo files are required at runtime.
 
-WWW: http://rubygems.org/gems/tzinfo/
+WWW: https://github.com/tzinfo/tzinfo


More information about the svn-ports-all mailing list