1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.6.5.

Remove the unneeded dependency on ruby-amstd.
This commit is contained in:
Akinori MUSHA 2001-12-02 19:20:26 +00:00
parent 78122497e7
commit 3c5c121e41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50892
3 changed files with 4 additions and 16 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= strscan
PORTVERSION= 0.6.3
PORTREVISION= 2
PORTVERSION= 0.6.5
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -16,9 +15,10 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
DOCS_EN= README.en \
doc.en/changes.html doc.en/index.html \
doc.en/reference.html doc.en/usage.html

View File

@ -1 +1 @@
MD5 (ruby/strscan-0.6.3.tar.gz) = a5eb5359296dfe7e9049417c9705ce4b
MD5 (ruby/strscan-0.6.5.tar.gz) = 84db7b8e7534505cb5f390e6a636086a

View File

@ -1,12 +0,0 @@
--- ext/cscan/cscan.c.orig Sat Apr 7 14:47:31 2001
+++ ext/cscan/cscan.c Mon Sep 17 13:28:33 2001
@@ -595,8 +595,7 @@
ScanError = rb_const_get(rb_cObject, id_scanerr);
}
else {
- ScanError = rb_define_class("ScanError", rb_eStandardError);
- rb_define_const(rb_cObject, "ScanError", ScanError);
+ ScanError = rb_define_class_id(id_scanerr, rb_eStandardError);
}
StringScanner = rb_define_class("StringScanner_C", rb_cObject);