X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ruby%2FPkgfile;h=1fef378b79777d59aba4ca75a01df9ee7263ce88;hb=194b60c6c2656a0ee3a1b46e1688a3ac40889cbd;hp=3fc35ff1fdf44771b250c4d4b4ab7c5538d2fc80;hpb=dd8ddf2e6267899b863e989b6ef2a56da8f92a9f;p=ports%2Fopt-arm.git diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 3fc35ff..1fef378 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -5,16 +5,13 @@ # Depends on: gdbm ncurses openssl readline zlib libffi libyaml name=ruby -version=2.1.5 +version=3.0.4 release=1 -source=(http://cache.ruby-lang.org/pub/$name/2.1/$name-$version.tar.xz - $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 \