Index: head/devel/ruby-strscan/files/patch-cscan.c =================================================================== --- head/devel/ruby-strscan/files/patch-cscan.c (revision 50891) +++ head/devel/ruby-strscan/files/patch-cscan.c (nonexistent) @@ -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); Property changes on: head/devel/ruby-strscan/files/patch-cscan.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/ruby-strscan/Makefile =================================================================== --- head/devel/ruby-strscan/Makefile (revision 50891) +++ head/devel/ruby-strscan/Makefile (revision 50892) @@ -1,40 +1,40 @@ # New ports collection makefile for: Ruby-strscan # Date created: 7 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # 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} 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 DOCS_JA= README.ja \ doc.ja/changes.html doc.ja/index.html \ doc.ja/reference.html doc.ja/usage.html post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endfor .endif .include Property changes on: head/devel/ruby-strscan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/devel/ruby-strscan/distinfo =================================================================== --- head/devel/ruby-strscan/distinfo (revision 50891) +++ head/devel/ruby-strscan/distinfo (revision 50892) @@ -1 +1 @@ -MD5 (ruby/strscan-0.6.3.tar.gz) = a5eb5359296dfe7e9049417c9705ce4b +MD5 (ruby/strscan-0.6.5.tar.gz) = 84db7b8e7534505cb5f390e6a636086a Property changes on: head/devel/ruby-strscan/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property