Date: Sat, 30 May 2015 23:09:57 +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: r388012 - head/devel/rubygem-hashery Message-ID: <201505302309.t4UN9vQa090057@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 30 23:09:56 2015 New Revision: 388012 URL: https://svnweb.freebsd.org/changeset/ports/388012 Log: - Add LICENSE - Update WWW Modified: head/devel/rubygem-hashery/Makefile head/devel/rubygem-hashery/pkg-descr Modified: head/devel/rubygem-hashery/Makefile ============================================================================== --- head/devel/rubygem-hashery/Makefile Sat May 30 23:09:51 2015 (r388011) +++ head/devel/rubygem-hashery/Makefile Sat May 30 23:09:56 2015 (r388012) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Hashery is a tight collection of Hash-like classes +LICENSE= BSD2CLAUSE + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-hashery/pkg-descr ============================================================================== --- head/devel/rubygem-hashery/pkg-descr Sat May 30 23:09:51 2015 (r388011) +++ head/devel/rubygem-hashery/pkg-descr Sat May 30 23:09:56 2015 (r388012) @@ -4,4 +4,4 @@ flexible OpenHash and the convenient Key of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case. -WWW: http://rubyworks.github.com/hashery +WWW: http://rubyworks.github.io/hashery/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302309.t4UN9vQa090057>