Date: Sun, 10 May 2015 20:18:48 +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: r386010 - head/devel/rubygem-facets Message-ID: <201505102018.t4AKImct040213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 10 20:18:47 2015 New Revision: 386010 URL: https://svnweb.freebsd.org/changeset/ports/386010 Log: - Update to 3.0.0 - Add LICENSE - Update WWW Changes: https://github.com/rubyworks/facets/blob/master/HISTORY.md Modified: head/devel/rubygem-facets/Makefile head/devel/rubygem-facets/distinfo head/devel/rubygem-facets/pkg-descr Modified: head/devel/rubygem-facets/Makefile ============================================================================== --- head/devel/rubygem-facets/Makefile Sun May 10 20:18:42 2015 (r386009) +++ head/devel/rubygem-facets/Makefile Sun May 10 20:18:47 2015 (r386010) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= facets -PORTVERSION= 2.9.3 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= RubyGem port of the single most extensive additions and extensions +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-facets/distinfo ============================================================================== --- head/devel/rubygem-facets/distinfo Sun May 10 20:18:42 2015 (r386009) +++ head/devel/rubygem-facets/distinfo Sun May 10 20:18:47 2015 (r386010) @@ -1,2 +1,2 @@ -SHA256 (rubygem/facets-2.9.3.gem) = 2ccc1c0a305adf294054a8c53581dc20812b1f9feea412d0e11cd1812bfa75dd -SIZE (rubygem/facets-2.9.3.gem) = 287232 +SHA256 (rubygem/facets-3.0.0.gem) = cfc4b2ca631382f1b45e12fa348524b14481bb2e7e68aca276e022b38067c299 +SIZE (rubygem/facets-3.0.0.gem) = 306176 Modified: head/devel/rubygem-facets/pkg-descr ============================================================================== --- head/devel/rubygem-facets/pkg-descr Sun May 10 20:18:42 2015 (r386009) +++ head/devel/rubygem-facets/pkg-descr Sun May 10 20:18:47 2015 (r386010) @@ -5,4 +5,4 @@ own files, allowing for highly granular The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a full-blown SI Units system. -WWW: http://rubyworks.github.com/facets +WWW: http://rubyworks.github.io/facets/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505102018.t4AKImct040213>