diff --git a/sys-devel/automake/automake-1.15.0.recipe b/sys-devel/automake/automake-1.15.1.recipe similarity index 84% rename from sys-devel/automake/automake-1.15.0.recipe rename to sys-devel/automake/automake-1.15.1.recipe index 2ad52962c..dcba4073d 100644 --- a/sys-devel/automake/automake-1.15.0.recipe +++ b/sys-devel/automake/automake-1.15.1.recipe @@ -6,10 +6,9 @@ files are compatible with the GNU Makefile standards." HOMEPAGE="http://www.gnu.org/software/automake/" COPYRIGHT="2013 Free Software Foundation, Inc." LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz" -CHECKSUM_SHA256="7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" -SOURCE_DIR="automake-1.15" +REVISION="1" +SOURCE_URI="https://ftp.gnu.org/gnu/automake/automake-$portVersion.tar.gz" +CHECKSUM_SHA256="988e32527abe052307d21c8ca000aa238b914df363a617e38f4fb89f5abf6260" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" @@ -46,7 +45,7 @@ BUILD_PREREQUIRES=" BUILD() { - ./bootstrap.sh + ./bootstrap PERL="/bin/env perl" runConfigure ./configure make $jobArgs }