svn commit: r387830 - head/devel/rubygem-stringex
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:16:50 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list