1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.4.

This commit is contained in:
Akinori MUSHA 2000-12-04 13:42:28 +00:00
parent bcd08c1529
commit d7162fb3c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35652
3 changed files with 2 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rbnamazu
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= japanese textproc ruby
MASTER_SITES= ftp://ftp.namazu.org/pub/namazu/ruby/
DIST_SUBDIR= ruby

View File

@ -1 +1 @@
MD5 (ruby/rbnamazu-0.3.tar.gz) = bbb65f3388ae7cd54e6d655ebf1f1219
MD5 (ruby/rbnamazu-0.4.tar.gz) = d1b40369b98b75b16aa6795b0fe2a782

View File

@ -1,22 +0,0 @@
--- rbnamazu.rb.orig Thu Jul 6 01:09:37 2000
+++ rbnamazu.rb Tue Aug 22 11:09:03 2000
@@ -8,7 +8,7 @@
require 'nmzdoc'
class Namazu
- def unpack_w(wstring)
+ def Namazu.unpack_w(wstring)
if RUBY_VERSION >= '1.5.4'
wstring.unpack('w*')
else
@@ -27,7 +27,9 @@
results
end
end
- module_function(:unpack_w)
+ def unpack_w(wstring)
+ Namazu.unpack_w(wstring)
+ end
class Field
def initialize(nmzindex, fieldname)