[106082] trunk/dports/lang/ruby20

kimuraw at macports.org kimuraw at macports.org
Tue May 14 08:37:10 PDT 2013


Revision: 106082
          https://trac.macports.org/changeset/106082
Author:   kimuraw at macports.org
Date:     2013-05-14 08:37:10 -0700 (Tue, 14 May 2013)
Log Message:
-----------
lang/ruby20: upgrade to 2.0.0-p195

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

Removed Paths:
-------------
    trunk/dports/lang/ruby20/files/patch-configure.diff

Modified: trunk/dports/lang/ruby20/Portfile
===================================================================
--- trunk/dports/lang/ruby20/Portfile	2013-05-14 14:12:58 UTC (rev 106081)
+++ trunk/dports/lang/ruby20/Portfile	2013-05-14 15:37:10 UTC (rev 106082)
@@ -5,7 +5,7 @@
 PortGroup           select 1.0
 
 name                ruby20
-version             2.0.0-p0
+version             2.0.0-p195
 revision            0
 
 categories          lang ruby
@@ -26,10 +26,10 @@
 use_bzip2           yes
 distname            ruby-${version}
 
-checksums           md5 895c1c581f8d28e8b3bb02472b2ccf6a \
-                    rmd160 46f12324e8b935a2616f1d8f167936585086ce4e \
-                    sha1 bd61b731d12ff4fd9d57f5d47bd2f9a2c4c007bf \
-                    sha256 c680d392ccc4901c32067576f5b474ee186def2fcd3fcbfa485739168093295f
+checksums           md5 2f54faea6ee1ca500632ec3c0cb59cb6 \
+                    rmd160 e327373c0d2f3fe4a2a70e6c6e39c134fb21ca2c \
+                    sha1 d42bcd5b610d23baaed8a80de268a5aa5cf204b8 \
+                    sha256 0be32aef7a7ab6e3708cc1d65cd3e0a99fa801597194bbedd5799c11d652eb5b
 use_parallel_build  no
 
 depends_lib         port:readline \
@@ -60,9 +60,8 @@
 configure.env-append UNAME_RELEASE=${os.major}
 
 # configure: fix build error at verconf.h. patch from trunk.
-# ext/tk/extconf.rb: 
-patchfiles          patch-configure.diff \
-                    patch-ext-tk-extconf.rb.diff
+# ext/tk/extconf.rb: fix build error with tk variant
+patchfiles          patch-ext-tk-extconf.rb.diff
 
 # Add the architecture flag as required
 if {[info exists build_arch] && ${build_arch} != ""} {

Deleted: trunk/dports/lang/ruby20/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/ruby20/files/patch-configure.diff	2013-05-14 14:12:58 UTC (rev 106081)
+++ trunk/dports/lang/ruby20/files/patch-configure.diff	2013-05-14 15:37:10 UTC (rev 106082)
@@ -1,30 +0,0 @@
---- configure.orig	2013-03-10 12:37:53.000000000 +0900
-+++ configure	2013-03-10 13:00:01.000000000 +0900
-@@ -19098,13 +19098,12 @@
- }
- 
- unexpand_shvar() {
--    local var=$1 val n v expr quote
-+    local var=$1 val n v expr
-     shift
--    test "$#" == 0 && return
--    quote='s/${[^${}"]*}/"&"/g'
-+    test "$#" -eq 0 && return
-     for n do
-         eval v='"$'$n'"'
--	v="`echo \"$v\" | sed -e \"$quote\" -e 's/[][$|.\\?*]/\\\\&/g'`"
-+	v="`echo \"$v\" | sed -e 's/${[^${}\"]*}/\"&\"/g' -e 's/[][$|.\\?*]/\\\\&/g'`"
- 	if test -n "$v"; then
- 	    expr="${expr};s|"'\("[^$"]*\)'"$v|\\1\${$n}\"|g"
- 	    case "$v" in #(
-@@ -19115,8 +19114,8 @@
- esac
- 	fi
-     done
--    expr="${quote}${expr};"'s/"\(\${[^${}"]*}\)"/\1/g'
--    eval $var='"`echo \"\\\"${'$var'}\\\"\" | sed \"$expr;s/\\\"\\\"//g;s/^\\\"//;s/\\\"\\\$//\"`"'
-+    expr='s/${[^${}"]*}/"&"/g;'"${expr};"'s/"\(\${[^${}"]*}\)"/\1/g'
-+    eval $var='"`echo \"\\\"${'$var'}\\\"\" | sed \"$expr;s/\\\"//g\"`"'
- }
- 
- rubylibprefix='${libdir}/${RUBY_BASE_NAME}'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/7f60f892/attachment.html>


More information about the macports-changes mailing list