Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:10:30 +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: r388019 - head/devel/rubygem-map
Message-ID:  <201505302310.t4UNAUge091512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:10:30 2015
New Revision: 388019
URL: https://svnweb.freebsd.org/changeset/ports/388019

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Update WWW

Modified:
  head/devel/rubygem-map/Makefile
  head/devel/rubygem-map/pkg-descr

Modified: head/devel/rubygem-map/Makefile
==============================================================================
--- head/devel/rubygem-map/Makefile	Sat May 30 23:10:25 2015	(r388018)
+++ head/devel/rubygem-map/Makefile	Sat May 30 23:10:30 2015	(r388019)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Maps are ordered hashes with many features
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 

Modified: head/devel/rubygem-map/pkg-descr
==============================================================================
--- head/devel/rubygem-map/pkg-descr	Sat May 30 23:10:25 2015	(r388018)
+++ head/devel/rubygem-map/pkg-descr	Sat May 30 23:10:30 2015	(r388019)
@@ -4,4 +4,4 @@ HashWithIndifferentAccess, support for s
 support for option/keyword access which avoids several nasty classes of errors
 in many ruby libraries
 
-WWW: http://rubygems.org/gems/map
+WWW: https://github.com/ahoward/map



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302310.t4UNAUge091512>