Revision: 117367 https://trac.macports.org/changeset/117367 Author: kimuraw@macports.org Date: 2014-02-24 07:10:40 -0800 (Mon, 24 Feb 2014) Log Message: ----------- lang/ruby21: upgrade to 2.1.1 (p76) Modified Paths: -------------- trunk/dports/lang/ruby21/Portfile Removed Paths: ------------- trunk/dports/lang/ruby21/files/patch-configure.diff Modified: trunk/dports/lang/ruby21/Portfile =================================================================== --- trunk/dports/lang/ruby21/Portfile 2014-02-24 15:02:10 UTC (rev 117366) +++ trunk/dports/lang/ruby21/Portfile 2014-02-24 15:10:40 UTC (rev 117367) @@ -5,7 +5,7 @@ PortGroup select 1.0 name ruby21 -version 2.1.0 +version 2.1.1 revision 0 categories lang ruby @@ -26,10 +26,10 @@ use_bzip2 yes distname ruby-${version} -checksums md5 1546eeb763ac7754365664be763a1e8f \ - rmd160 06d0e58934de093bbbcfd67bd27991c02267b3b4 \ - sha1 34cd835ea03241354cf5676cca8e8db92f7f5654 \ - sha256 1d3f4ad5f619ec15229206b6667586dcec7cc986672c8fbb8558161ecf07e277 +checksums md5 53edc33b2f590ecdd9f6a344b9d92d0d \ + rmd160 b200bb8d1542f79306c5cd0760781ec9dc759998 \ + sha1 a7fd539f64864bc00fc64444d2d814df6c19fd4a \ + sha256 96aabab4dd4a2e57dd0d28052650e6fcdc8f133fa8980d9b936814b1e93f6cfc use_parallel_build no depends_lib port:readline \ @@ -59,10 +59,6 @@ # Port "ruby" and "ruby19" does the same. configure.env-append UNAME_RELEASE=${os.major} -# correct handling opt-dir -# https://bugs.ruby-lang.org/issues/9317 -patchfiles patch-configure.diff - # Add the architecture flag as required if {[info exists build_arch] && ${build_arch} != ""} { configure.args-append "--with-arch=${build_arch}" Deleted: trunk/dports/lang/ruby21/files/patch-configure.diff =================================================================== --- trunk/dports/lang/ruby21/files/patch-configure.diff 2014-02-24 15:02:10 UTC (rev 117366) +++ trunk/dports/lang/ruby21/files/patch-configure.diff 2014-02-24 15:10:40 UTC (rev 117367) @@ -1,11 +0,0 @@ ---- configure.orig 2013-12-26 00:25:39.000000000 +0900 -+++ configure 2014-01-01 17:09:58.000000000 +0900 -@@ -8045,6 +8045,8 @@ - withval=$with_opt_dir; - val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([^$PATH_SEPARATOR]*\)| -I\1/include|g;s/^ //"` - CPPFLAGS="$CPPFLAGS $val" -+ RPATHFLAG="" -+ LIBPATHFLAG=" -L%s" - val=`IFS="$PATH_SEPARATOR" - for dir in $withval; do - echo x ${LIBPATHFLAG} ${RPATHFLAG} |
participants (1)
-
kimuraw@macports.org