diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 22:03:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 22:03:14 +0000 |
commit | 1850fb1ced22c276c093c5b822d19beb856a243e (patch) | |
tree | a68b3c5a71779e72ec1ca3cf30b063bd6e4c9ed0 /textproc/ruby-amatch | |
parent | a9d12038cb0e0f62d21dccc51fb4440aa8cf8032 (diff) | |
download | ports-1850fb1ced22c276c093c5b822d19beb856a243e.tar.gz ports-1850fb1ced22c276c093c5b822d19beb856a243e.zip |
Notes
Diffstat (limited to 'textproc/ruby-amatch')
-rw-r--r-- | textproc/ruby-amatch/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-amatch/distinfo | 4 | ||||
-rw-r--r-- | textproc/ruby-amatch/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/textproc/ruby-amatch/Makefile b/textproc/ruby-amatch/Makefile index 808c5c2500d9..53bd1154bee7 100644 --- a/textproc/ruby-amatch/Makefile +++ b/textproc/ruby-amatch/Makefile @@ -6,9 +6,9 @@ # PORTNAME= amatch -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.3 CATEGORIES= textproc ruby -MASTER_SITES= http://www.ping.de/~flori/programs/ruby/amatch/ +MASTER_SITES= http://rubyforge.org/frs/download.php/1566/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby @@ -20,7 +20,6 @@ USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= site-install DOCS= CHANGES README.en amatch.txt.en diff --git a/textproc/ruby-amatch/distinfo b/textproc/ruby-amatch/distinfo index b6684e49c175..04cec0c7dd81 100644 --- a/textproc/ruby-amatch/distinfo +++ b/textproc/ruby-amatch/distinfo @@ -1,2 +1,2 @@ -MD5 (ruby/amatch-0.1.1.tgz) = c5a7a9d5421ef21d22cb9c7ae8272eda -SIZE (ruby/amatch-0.1.1.tgz) = 18819 +MD5 (ruby/amatch-0.1.3.tgz) = feb11f5a94f8740775dde6233760578e +SIZE (ruby/amatch-0.1.3.tgz) = 19559 diff --git a/textproc/ruby-amatch/pkg-descr b/textproc/ruby-amatch/pkg-descr index 9fad70933afb..7afc185f72c8 100644 --- a/textproc/ruby-amatch/pkg-descr +++ b/textproc/ruby-amatch/pkg-descr @@ -3,4 +3,4 @@ using a dynamic programming algorithm to compute the Levenstein distance between strings. Written in C for speed. Author: Florian Frank <flori@ping.de> -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=amatch +WWW: http://www.rubyforge.org/projects/amatch |