diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-07-29 12:18:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-07-29 12:18:02 +0000 |
commit | ac91ea973d7519bb7b6fab90f2018c6176a348b0 (patch) | |
tree | 7eea9c05f4bc058a3ed1479490dc591e63c168c2 /devel/ruby-mmap | |
parent | Update to 0.1.8. (diff) |
Update to 0.2.2. My patch has quickly been merged.
Notes
Notes:
svn path=/head/; revision=85848
Diffstat (limited to 'devel/ruby-mmap')
-rw-r--r-- | devel/ruby-mmap/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-mmap/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-mmap/files/patch-extconf.rb | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile index a050c65e6b97..7ab4cb0a4262 100644 --- a/devel/ruby-mmap/Makefile +++ b/devel/ruby-mmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mmap -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-mmap/distinfo b/devel/ruby-mmap/distinfo index d0ddf515ba0e..3b9adc18c862 100644 --- a/devel/ruby-mmap/distinfo +++ b/devel/ruby-mmap/distinfo @@ -1 +1 @@ -MD5 (ruby/mmap-0.2.1.tar.gz) = a7d4f50849dcf397b96f6bc617f7af15 +MD5 (ruby/mmap-0.2.2.tar.gz) = 973ad157b0b3d08221ac4579cd5b0539 diff --git a/devel/ruby-mmap/files/patch-extconf.rb b/devel/ruby-mmap/files/patch-extconf.rb deleted file mode 100644 index 918310814116..000000000000 --- a/devel/ruby-mmap/files/patch-extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- extconf.rb.orig Fri Jul 25 21:29:57 2003 -+++ extconf.rb Tue Jul 29 16:13:42 2003 -@@ -10,7 +10,7 @@ - name - end - --if ! find_library(resolve(CONFIG["LIBRUBY"]).sub(/^lib(.*)\.\w+\z/, '\\1'), -+if ! find_library(resolve(CONFIG["LIBRUBY"]).sub(/^lib([^.]*).*\z/, '\\1'), - "ruby_init", resolve(CONFIG["archdir"])) - raise "can't find -lruby" - end |