diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:24:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:24:56 +0800 |
commit | b9e3572e3f96930427ffc90ca7f183261611bd0e (patch) | |
tree | f053f2a97657f3d763e493d0fdbebe32f8c8ac00 | |
parent | f403de19dc0b30e6dc6d09205deeb5c4fa0b970b (diff) | |
download | freebsd-ports-gnome-b9e3572e3f96930427ffc90ca7f183261611bd0e.tar.gz freebsd-ports-gnome-b9e3572e3f96930427ffc90ca7f183261611bd0e.tar.zst freebsd-ports-gnome-b9e3572e3f96930427ffc90ca7f183261611bd0e.zip |
- Add LICENSE
- Remove NO_LATEST_LINK
- Move PKGNAMESUFFIX upward
- Convert non-ASCII characters to ASCII characters
- Update WWW
-rw-r--r-- | textproc/rubygem-fast_xs073/Makefile | 10 | ||||
-rw-r--r-- | textproc/rubygem-fast_xs073/pkg-descr | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/rubygem-fast_xs073/Makefile b/textproc/rubygem-fast_xs073/Makefile index 6343fd302683..ee9145399341 100644 --- a/textproc/rubygem-fast_xs073/Makefile +++ b/textproc/rubygem-fast_xs073/Makefile @@ -6,19 +6,19 @@ PORTVERSION= 0.7.3 PORTEPOCH= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 073 MAINTAINER= ruby@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> diff --git a/textproc/rubygem-fast_xs073/pkg-descr b/textproc/rubygem-fast_xs073/pkg-descr index 1d5d53485a20..8f8839e9b3e6 100644 --- a/textproc/rubygem-fast_xs073/pkg-descr +++ b/textproc/rubygem-fast_xs073/pkg-descr @@ -11,10 +11,10 @@ version here should be compatible with the latest version of Hpricot code. 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/ |