From f12244ea3e6fa7e5192c91c549cfba6080c37644 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 4 Jul 2017 21:32:11 +0200 Subject: [PATCH] automake: bump version. --- .../{automake-1.15.0.recipe => automake-1.15.1.recipe} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename sys-devel/automake/{automake-1.15.0.recipe => automake-1.15.1.recipe} (84%) 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 }