Index: head/devel/rubygem-tzinfo03/Makefile =================================================================== --- head/devel/rubygem-tzinfo03/Makefile (revision 398606) +++ head/devel/rubygem-tzinfo03/Makefile (revision 398607) @@ -1,21 +1,21 @@ # Created by: Rui Lopes (rgl ruilopes com) # $FreeBSD$ PORTNAME= tzinfo -PORTVERSION= 0.3.44 +PORTVERSION= 0.3.45 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 03 MAINTAINER= ruby@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 .include Index: head/devel/rubygem-tzinfo03/distinfo =================================================================== --- head/devel/rubygem-tzinfo03/distinfo (revision 398606) +++ head/devel/rubygem-tzinfo03/distinfo (revision 398607) @@ -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 Index: head/devel/rubygem-tzinfo03/pkg-descr =================================================================== --- head/devel/rubygem-tzinfo03/pkg-descr (revision 398606) +++ head/devel/rubygem-tzinfo03/pkg-descr (revision 398607) @@ -1,7 +1,7 @@ TZInfo is a Ruby library that uses the standard tz database (http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings aware transformations between times in different time zones. The 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