svn commit: r388019 - head/devel/rubygem-map

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


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


More information about the svn-ports-all mailing list