svn commit: r383329 - head/textproc/rubygem-fast_xs073

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


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

Log:
  - Add LICENSE
  - Remove NO_LATEST_LINK
  - Move PKGNAMESUFFIX upward
  - Convert non-ASCII characters to ASCII characters
  - Update WWW

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

Modified: head/textproc/rubygem-fast_xs073/Makefile
==============================================================================
--- head/textproc/rubygem-fast_xs073/Makefile	Sun Apr  5 18:24:51 2015	(r383328)
+++ head/textproc/rubygem-fast_xs073/Makefile	Sun Apr  5 18:24:56 2015	(r383329)
@@ -6,19 +6,19 @@ PORTVERSION=	0.7.3
 PORTEPOCH=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	073
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Systems integration framework. Expander
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
 
-NO_LATEST_LINK=	yes
 PORTSCOUT=	limit:^0.7
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PKGNAMESUFFIX=	073
-
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-fast_xs073/pkg-descr
==============================================================================
--- head/textproc/rubygem-fast_xs073/pkg-descr	Sun Apr  5 18:24:51 2015	(r383328)
+++ head/textproc/rubygem-fast_xs073/pkg-descr	Sun Apr  5 18:24:56 2015	(r383329)
@@ -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_xs073/
+WWW: http://fast-xs.rubyforge.org/


More information about the svn-ports-all mailing list