Index: head/devel/rubygem-tzinfo/Makefile =================================================================== --- head/devel/rubygem-tzinfo/Makefile (revision 398611) +++ head/devel/rubygem-tzinfo/Makefile (revision 398612) @@ -1,23 +1,23 @@ # Created by: Rui Lopes (rgl ruilopes com) # $FreeBSD$ PORTNAME= tzinfo PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Daylight-savings aware timezone support for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-tzinfo/pkg-descr =================================================================== --- head/devel/rubygem-tzinfo/pkg-descr (revision 398611) +++ head/devel/rubygem-tzinfo/pkg-descr (revision 398612) @@ -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