X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ruby%2FPkgfile;h=1910f4f4e9007daf80679d03a6f88aa3e4e033f3;hb=27687ba06ce84806a419d9d6846ee25b70c7130d;hp=1e64187d77316db66440b3f36d536d3612757710;hpb=7ecbae2629bff58503aa551fcefa9f23384c0492;p=ports%2Fopt-arm.git diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 1e64187..1910f4f 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-p550 +version=2.7.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 \