Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 18:24:52 +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: r383328 - head/textproc/rubygem-fast_xs
Message-ID:  <201504051824.t35IOq8k077527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 “&quot;” (which is an
+String#fast_xs is an almost exact translation of Sam Ruby's original
+implementation (String#to_xs), but it does escape "&quot;" (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/



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