From owner-svn-ports-all@freebsd.org Sun Oct 4 18:01:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A398CA0F6DB; Sun, 4 Oct 2015 18:01:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64A60191C; Sun, 4 Oct 2015 18:01:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94I1I2K043649; Sun, 4 Oct 2015 18:01:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94I1Ht0043646; Sun, 4 Oct 2015 18:01:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041801.t94I1Ht0043646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 18:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398607 - head/devel/rubygem-tzinfo03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 18:01:18 -0000 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@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