diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-27 12:02:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-27 12:02:31 +0000 |
commit | e3d2c592b37f10fe219dce160c19c01d32e69790 (patch) | |
tree | 049b2fd07a050f34a881a9c47fba8ee1c126c1bf /graphics | |
parent | Update to 0.0.5. (diff) |
Update to 0.1.4.
Notes
Notes:
svn path=/head/; revision=49263
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-graph/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-graph/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-graph/files/patch-install.rb | 16 |
3 files changed, 2 insertions, 18 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile index 7b522244cb42..2e87a5710cc7 100644 --- a/graphics/ruby-graph/Makefile +++ b/graphics/ruby-graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graph -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.4 CATEGORIES= graphics ruby MASTER_SITES= http://rockit.sourceforge.net/subprojects/graphr/ MASTER_SITE_SUBDIR= knu diff --git a/graphics/ruby-graph/distinfo b/graphics/ruby-graph/distinfo index ba1283dad823..329003617032 100644 --- a/graphics/ruby-graph/distinfo +++ b/graphics/ruby-graph/distinfo @@ -1 +1 @@ -MD5 (ruby/graphr-0-1-1.tar.gz) = 37700fd1085ab061181769b6e93d1873 +MD5 (ruby/graphr-0-1-4.tar.gz) = b06e1dbd7f0c89270bedc4a1e59436b6 diff --git a/graphics/ruby-graph/files/patch-install.rb b/graphics/ruby-graph/files/patch-install.rb deleted file mode 100644 index 48e2d2ad877f..000000000000 --- a/graphics/ruby-graph/files/patch-install.rb +++ /dev/null @@ -1,16 +0,0 @@ ---- install.rb.orig Tue Oct 23 23:42:01 2001 -+++ install.rb Wed Oct 24 00:52:40 2001 -@@ -18,12 +18,11 @@ - def install - begin - File.makedirs( DESTDIR ) -- Dir.chdir(SRC_BASE) do -+ Dir.chdir(SRC_BASE) - Find.find(SRC) do |file| - dst = File.join( INSTDIR, file ) - File.install(file, dst, 0644, true) if file =~ /.rb$/ - end -- end - rescue - puts $! - end |