svn commit: r388012 - head/devel/rubygem-hashery

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:09:57 UTC 2015


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 at 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/


More information about the svn-ports-all mailing list