[54331] trunk/dports/ruby/rb-cocoa

kimuraw at macports.org kimuraw at macports.org
Fri Jul 24 18:23:54 PDT 2009


Revision: 54331
          http://trac.macports.org/changeset/54331
Author:   kimuraw at macports.org
Date:     2009-07-24 18:23:54 -0700 (Fri, 24 Jul 2009)
Log Message:
-----------
ruby/rb-cocoa: upgrade to 1.0.0

Modified Paths:
--------------
    trunk/dports/ruby/rb-cocoa/Portfile

Removed Paths:
-------------
    trunk/dports/ruby/rb-cocoa/files/patch-metaconfig.diff

Modified: trunk/dports/ruby/rb-cocoa/Portfile
===================================================================
--- trunk/dports/ruby/rb-cocoa/Portfile	2009-07-24 23:53:18 UTC (rev 54330)
+++ trunk/dports/ruby/rb-cocoa/Portfile	2009-07-25 01:23:54 UTC (rev 54331)
@@ -3,8 +3,7 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{cocoa rubycocoa} 0.13.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
-revision		2
+ruby.setup		{cocoa rubycocoa} 1.0.0 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
 maintainers		kimuraw
 description		Ruby bindings for writing cocoa programs
 long_description	RubyCocoa is a Ruby library for using Cocoa Objects \
@@ -16,15 +15,12 @@
 categories-append	devel
 homepage		http://${ruby.project}.sourceforge.net/
 master_sites	sourceforge:${ruby.project}
-distname	RubyCocoa-${version}
-extract.suffix	.tgz
-checksums		md5 bbafee2a544bc4b8869268af8c187a9a \
-				rmd160 35e3616e1db84d070f12c906ed08fb175f600c11 \
-				sha1 24d73ced14d2d89df8db5d65c8ef2d4dc3793e9a
+distname		RubyCocoa-${version}
+checksums		md5 96e6a69191e862f60915c11d4d9ea7c0 \
+				rmd160 1b304748a3c15163090a71fbc67e9bfb0cfa692f \
+				sha1 d20504c3f7785ac4aba0f0df6d8f68fa4ffe6b33
 platforms		darwin
 
-# apply fixes later 0.13.2
-patchfiles		patch-metaconfig.diff
 # fix #16928: allow non MacOS's make, like gmake
 patchfiles-append	patch-ext-rubycocoa-extconf.rb.in.diff
 
@@ -47,10 +43,6 @@
 		--xcode-extras="${prefix}/share/doc/${name}/project-templates"
 }
 
-post-extract {
-  system "find \"${worksrcpath}\" -type d -name '.svn' | xargs /bin/rm -rf"
-}
-
 #test.run yes
 test.cmd ${ruby.bin}
 test.target install.rb test

Deleted: trunk/dports/ruby/rb-cocoa/files/patch-metaconfig.diff
===================================================================
--- trunk/dports/ruby/rb-cocoa/files/patch-metaconfig.diff	2009-07-24 23:53:18 UTC (rev 54330)
+++ trunk/dports/ruby/rb-cocoa/files/patch-metaconfig.diff	2009-07-25 01:23:54 UTC (rev 54331)
@@ -1,11 +0,0 @@
---- metaconfig.orig	2008-08-24 13:59:01.000000000 +0900
-+++ metaconfig	2008-07-02 00:47:46.000000000 +0900
-@@ -42,7 +42,7 @@
- 
- if File.exist?('/Developer/Applications/Xcode.app') then
-   if RubyCocoaConfig.system_version.to_f >= 10.5
--    xcode_templates_dir = '/Library/Application Support/Developer/3.0/Xcode/'
-+    xcode_templates_dir = '/Library/Application Support/Developer/Shared/Xcode/'
-   else
-     xcode_templates_dir = 
-       ['/Library/Application Support/Apple/Developer Tools',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090724/742aa4d1/attachment.html>


More information about the macports-changes mailing list