Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:16:50 +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: r387830 - head/devel/rubygem-stringex
Message-ID:  <201505291116.t4TBGoG0089446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:16:49 2015
New Revision: 387830
URL: https://svnweb.freebsd.org/changeset/ports/387830

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Reformat pkg-descr

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

Modified: head/devel/rubygem-stringex/Makefile
==============================================================================
--- head/devel/rubygem-stringex/Makefile	Fri May 29 11:16:44 2015	(r387829)
+++ head/devel/rubygem-stringex/Makefile	Fri May 29 11:16:49 2015	(r387830)
@@ -9,8 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Some useful extensions to the Ruby String class
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 

Modified: head/devel/rubygem-stringex/pkg-descr
==============================================================================
--- head/devel/rubygem-stringex/pkg-descr	Fri May 29 11:16:44 2015	(r387829)
+++ head/devel/rubygem-stringex/pkg-descr	Fri May 29 11:16:49 2015	(r387830)
@@ -1,6 +1,6 @@
-Some [hopefully] useful extensions to Ruby's String class. Stringex is made
-up of three libraries: ActsAsUrl [permalink solution with better character 
-translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions 
-[miscellaneous helper methods for the String class].
+Some [hopefully] useful extensions to Ruby's String class. Stringex is made up
+of three libraries: ActsAsUrl [permalink solution with better character
+translation], Unidecoder [Unicode to Ascii transliteration], and
+StringExtensions [miscellaneous helper methods for the String class].
 
 WWW: https://github.com/rsl/stringex



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