Index: head/devel/rubygem-facets/Makefile =================================================================== --- head/devel/rubygem-facets/Makefile (revision 386009) +++ head/devel/rubygem-facets/Makefile (revision 386010) @@ -1,16 +1,19 @@ # Created by: Yarema # $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 .include Index: head/devel/rubygem-facets/distinfo =================================================================== --- head/devel/rubygem-facets/distinfo (revision 386009) +++ head/devel/rubygem-facets/distinfo (revision 386010) @@ -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 Index: head/devel/rubygem-facets/pkg-descr =================================================================== --- head/devel/rubygem-facets/pkg-descr (revision 386009) +++ head/devel/rubygem-facets/pkg-descr (revision 386010) @@ -1,8 +1,8 @@ Facets is a large collection of core extension methods and module additions for the Ruby programming language. The core extensions are unique by virtue of their atomicity. Methods are stored in their own files, allowing for highly granular control of requirements. 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/