svn commit: r387225 - head/textproc/rubygem-rchardet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:06:57 UTC 2015
Author: sunpoet
Date: Sun May 24 00:06:56 2015
New Revision: 387225
URL: https://svnweb.freebsd.org/changeset/ports/387225
Log:
- Add LICENSE
- Update WWW
Modified:
head/textproc/rubygem-rchardet/Makefile
head/textproc/rubygem-rchardet/pkg-descr
Modified: head/textproc/rubygem-rchardet/Makefile
==============================================================================
--- head/textproc/rubygem-rchardet/Makefile Sun May 24 00:06:52 2015 (r387224)
+++ head/textproc/rubygem-rchardet/Makefile Sun May 24 00:06:56 2015 (r387225)
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Character encoding auto-detection in Ruby
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+LICENSE= LGPL21
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/textproc/rubygem-rchardet/pkg-descr
==============================================================================
--- head/textproc/rubygem-rchardet/pkg-descr Sun May 24 00:06:52 2015 (r387224)
+++ head/textproc/rubygem-rchardet/pkg-descr Sun May 24 00:06:56 2015 (r387225)
@@ -1,3 +1,3 @@
Library to perform character encoding auto-detection in Ruby.
-WWW: https://github.com/jmhodges/rchardet/tree/master
+WWW: https://github.com/jmhodges/rchardet
More information about the svn-ports-all
mailing list