Update to 1.0. The only change from 0.9.2 was the merger of
patch-install.rb.
This commit is contained in:
parent
cdf71c7141
commit
c3fd0d114f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38558
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mutexm
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/mutexm-0.9.2.tar.gz) = f51651703bed3173ecbbcb39c03e09e9
|
||||
MD5 (ruby/mutexm-1.0.tar.gz) = 0f8414086d4f8353467771cca09eaa76
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- install.rb.orig Thu Jul 27 02:58:38 2000
|
||||
+++ install.rb Wed Feb 21 13:54:38 2001
|
||||
@@ -64,7 +64,7 @@
|
||||
for f in files
|
||||
next if (f = f[srcdir.length+1..-1]) == nil
|
||||
path.push f if File.ftype(File.join(srcdir, f)) == 'file'
|
||||
- dir |= File.dirname(File.join(destdir, f))
|
||||
+ dir |= [ File.dirname(File.join(destdir, f)) ]
|
||||
end
|
||||
@ftools.makedirs(*dir)
|
||||
for f in path
|
Loading…
Reference in New Issue
Block a user