[104085] trunk/dports/ruby/rb-cocoa/Portfile

kimuraw at macports.org kimuraw at macports.org
Fri Mar 15 06:09:50 PDT 2013


Revision: 104085
          https://trac.macports.org/changeset/104085
Author:   kimuraw at macports.org
Date:     2013-03-15 06:09:49 -0700 (Fri, 15 Mar 2013)
Log Message:
-----------
ruby/rb-cocoa: upgrade to 1.0.6

- remove variant xcode, project templates installation was changed
- install RubyCocoa.framework under ${prefix}/Library (drop destroot.violate_mtree)

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

Modified: trunk/dports/ruby/rb-cocoa/Portfile
===================================================================
--- trunk/dports/ruby/rb-cocoa/Portfile	2013-03-15 13:07:01 UTC (rev 104084)
+++ trunk/dports/ruby/rb-cocoa/Portfile	2013-03-15 13:09:49 UTC (rev 104085)
@@ -3,7 +3,7 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{cocoa rubycocoa} 1.0.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html}
+ruby.setup		{cocoa rubycocoa} 1.0.6 install.rb {ChangeLog ReadMe.html}
 revision		0
 maintainers		kimuraw
 description		Ruby bindings for writing cocoa programs
@@ -18,19 +18,18 @@
 license			{LGPL Ruby}
 master_sites	sourceforge:${ruby.project}
 distname		RubyCocoa-${version}
-checksums		md5 eb6127054b808c2700c6253c8a4793c3 \
-				rmd160 0b1ef1921ea547d13ba0e10e2fac23ee2b6620d0 \
-				sha1 7ec91b80acee7406b24c606dec80c956681b1838
+checksums		md5 ddc0b4e033e70bbdd8d59901e9631d23 \
+				rmd160 6dff7373e73924e266d1f760650db97d321d23dc \
+				sha1 5ab73bceaec2b36955f49f405a9d6001dc01ce15
 platforms		darwin
 
 # fix #16928: allow non Mac OS X's make, like gmake
 patchfiles-append	patch-ext-rubycocoa-extconf.rb.in.diff
 
 configure.args		--install-prefix=${destroot}${prefix} \
-					--install-root=${destroot} \
-					--documentation=${prefix}/share/doc/${name} \
-					--examples=${prefix}/share/examples/${name}
-destroot.violate_mtree	yes
+					--install-root=${destroot}${prefix} \
+					--documentation=/share/doc/${name} \
+					--examples=/share/doc/${name}/examples
 
 # apply universal_archs or build_arch
 if {[variant_isset universal]} {
@@ -43,13 +42,6 @@
 	}
 }
 
-# by default, do not install Xcode templates. #18708
-variant xcode description {install project templates for Xcode} { }
-if {![variant_isset xcode]} {
-	configure.args-append \
-		--xcode-extras="${prefix}/share/doc/${name}/project-templates"
-}
-
 #test.run yes
 test.cmd ${ruby.bin}
 test.target install.rb test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130315/7e6c4ac8/attachment.html>


More information about the macports-changes mailing list