aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-26 00:31:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-26 00:31:36 +0000
commit870e809332a1bf4e057bd0fbbdc562d25f13acab (patch)
tree721014744c9dadafc9beb91612346fa436f39bbb /textproc
parentf7ba7b230fc0f888ed5a757f90f833bf96f1e56d (diff)
downloadports-870e809332a1bf4e057bd0fbbdc562d25f13acab.tar.gz
ports-870e809332a1bf4e057bd0fbbdc562d25f13acab.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-amatch/Makefile14
-rw-r--r--textproc/ruby-amatch/distinfo5
-rw-r--r--textproc/ruby-amatch/pkg-descr2
-rw-r--r--textproc/ruby-amatch/pkg-plist1
4 files changed, 14 insertions, 8 deletions
diff --git a/textproc/ruby-amatch/Makefile b/textproc/ruby-amatch/Makefile
index cad59f60abb4..dc7ad3c51b30 100644
--- a/textproc/ruby-amatch/Makefile
+++ b/textproc/ruby-amatch/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= amatch
-PORTVERSION= 0.1.3
+PORTVERSION= 0.2.2
CATEGORIES= textproc ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/1566/
+MASTER_SITES= http://rubyforge.org/frs/download.php/7008/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
@@ -22,7 +22,13 @@ RUBY_SETUP= install.rb
INSTALL_TARGET= site-install
-DOCS= CHANGES README.en amatch.txt.en
+DOCS= CHANGES README.en
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
post-install:
.if !defined(NOPORTDOCS)
@@ -32,4 +38,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/textproc/ruby-amatch/distinfo b/textproc/ruby-amatch/distinfo
index 04cec0c7dd81..5aefa6f958dc 100644
--- a/textproc/ruby-amatch/distinfo
+++ b/textproc/ruby-amatch/distinfo
@@ -1,2 +1,3 @@
-MD5 (ruby/amatch-0.1.3.tgz) = feb11f5a94f8740775dde6233760578e
-SIZE (ruby/amatch-0.1.3.tgz) = 19559
+MD5 (ruby/amatch-0.2.2.tgz) = f5e778f93c43ff4cc6727a0287ee98f8
+SHA256 (ruby/amatch-0.2.2.tgz) = 0d893558f65195ee4cc597f2c917ccbdc6de7b75ca83b68d8f37ac455d6d4d9d
+SIZE (ruby/amatch-0.2.2.tgz) = 45673
diff --git a/textproc/ruby-amatch/pkg-descr b/textproc/ruby-amatch/pkg-descr
index 7afc185f72c8..d50f932cf4e2 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.rubyforge.org/projects/amatch
+WWW: http://amatch.rubyforge.org/
diff --git a/textproc/ruby-amatch/pkg-plist b/textproc/ruby-amatch/pkg-plist
index 4e838cff21fb..19668ee7a9c6 100644
--- a/textproc/ruby-amatch/pkg-plist
+++ b/textproc/ruby-amatch/pkg-plist
@@ -2,5 +2,4 @@ bin/agrep.rb
%%RUBY_SITEARCHLIBDIR%%/amatch.so
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/amatch.txt.en
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%