[38064] trunk/dports/lang/ruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Fri Jul 4 22:32:56 PDT 2008


Revision: 38064
          http://trac.macosforge.org/projects/macports/changeset/38064
Author:   kimuraw at macports.org
Date:     2008-07-04 22:32:56 -0700 (Fri, 04 Jul 2008)
Log Message:
-----------
lang/ruby: 1.8.7-p22_3
ignore minor version for archdir.

before:
 10.4.11-> i686-darwin8.11.0
 10.5.1 -> i686-darwin9.1.0
 10.5.3 -> i686-darwin9.3.0

after:
 10.4.11-> i686-darwin8
 10.5.1 -> i686-darwin9
 10.5.3 -> i686-darwin9

see detail in http://lists.macosforge.org/pipermail/macports-dev/2008-July/005544.html

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-07-05 03:50:50 UTC (rev 38063)
+++ trunk/dports/lang/ruby/Portfile	2008-07-05 05:32:56 UTC (rev 38064)
@@ -4,7 +4,7 @@
 
 name			ruby
 version			1.8.7-p22
-revision		2
+revision		3
 
 categories		lang ruby
 maintainers		kimuraw
@@ -49,6 +49,8 @@
 				--enable-pthread \
 				--without-tk \
 				--with-vendordir=${prefix}/lib/ruby/vendor_ruby
+# ignore minor version for archdir, like i686-darwin9
+configure.env	UNAME_RELEASE=${os.major}
 
 destroot.target	install install-doc
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080704/c835817d/attachment.html 


More information about the macports-changes mailing list