svn commit: r388001 - head/devel/rubygem-fastercsv

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


Author: sunpoet
Date: Sat May 30 23:09:03 2015
New Revision: 388001
URL: https://svnweb.freebsd.org/changeset/ports/388001

Log:
  - Add LICENSE
  - Update WWW

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

Modified: head/devel/rubygem-fastercsv/Makefile
==============================================================================
--- head/devel/rubygem-fastercsv/Makefile	Sat May 30 23:08:58 2015	(r388000)
+++ head/devel/rubygem-fastercsv/Makefile	Sat May 30 23:09:03 2015	(r388001)
@@ -9,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Complete replacement to the CSV standard library
 
+LICENSE=	GPLv2 RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-fastercsv/pkg-descr
==============================================================================
--- head/devel/rubygem-fastercsv/pkg-descr	Sat May 30 23:08:58 2015	(r388000)
+++ head/devel/rubygem-fastercsv/pkg-descr	Sat May 30 23:09:03 2015	(r388001)
@@ -6,4 +6,4 @@ primary goals:
       but not if you compare the features!)
    3. Improve on the CSV interface.
 
-WWW: http://rubygems.org/gems/fastercsv/
+WWW: http://fastercsv.rubyforge.org/


More information about the svn-ports-all mailing list