X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ruby%2FPkgfile;h=ffbdcfcbe12f6601d045e149e516f57a96aa7f70;hb=ff440eb80813653fceb1930e39d2b48563aed158;hp=15cd6438d17388c55b15f1596922b5e308da44e1;hpb=42269f6a941424b9a9bf0a19e9f0471bf9128a97;p=ports%2Fopt-arm.git diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 15cd643..ffbdcfc 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -5,16 +5,13 @@ # Depends on: gdbm ncurses openssl readline zlib libffi libyaml name=ruby -version=1.9.3-p545 +version=2.5.1 release=1 -source=(ftp://ftp.ruby-lang.org/pub/$name/1.9/$name-$version.tar.bz2 \ - $name-arch.patch) +source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz) build () { cd $name-$version - patch -p0 -i $SRC/$name-arch.patch - ./configure --prefix=/usr \ --mandir=/usr/man \ --enable-shared \