automake: bump version.

This commit is contained in:
Jerome Duval
2017-07-04 21:32:11 +02:00
parent 35f3941e87
commit f12244ea3e

View File

@@ -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
}