svn commit: r383328 - head/textproc/rubygem-fast_xs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 18:24:53 UTC 2015


Author: sunpoet
Date: Sun Apr  5 18:24:51 2015
New Revision: 383328
URL: https://svnweb.freebsd.org/changeset/ports/383328

Log:
  - Add LICENSE
  - Fix RUN_DEPENDS
  - Convert non-ASCII characters to ASCII characters
  - Update WWW
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/rubygem-fast_xs/Makefile
  head/textproc/rubygem-fast_xs/pkg-descr

Modified: head/textproc/rubygem-fast_xs/Makefile
==============================================================================
--- head/textproc/rubygem-fast_xs/Makefile	Sun Apr  5 18:24:46 2015	(r383327)
+++ head/textproc/rubygem-fast_xs/Makefile	Sun Apr  5 18:24:51 2015	(r383328)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fast_xs
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
@@ -10,10 +11,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Systems integration framework. Expander
 
-RUN_DEPENDS=	rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
+LICENSE=	MIT
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-fast_xs/pkg-descr
==============================================================================
--- head/textproc/rubygem-fast_xs/pkg-descr	Sun Apr  5 18:24:46 2015	(r383327)
+++ head/textproc/rubygem-fast_xs/pkg-descr	Sun Apr  5 18:24:51 2015	(r383328)
@@ -11,10 +11,10 @@ version here should be compatible with t
 Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
 gem version with the bundled Builder package.
 
-String#fast_xs is an almost exact translation of Sam Ruby’s original
-implementation (String#to_xs), but it does escape “"” (which is an
+String#fast_xs is an almost exact translation of Sam Ruby's original
+implementation (String#to_xs), but it does escape """ (which is an
 optional, but all parsers are able ot handle it. XML::Builder as packaged in
 Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
 available.
 
-WWW: http://rubygems.org/gems/fast_xs/
+WWW: http://fast-xs.rubyforge.org/


More information about the svn-ports-all mailing list