From aea7dd20d9aa18899c2a404c840252f5474edf3c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 1 Nov 2015 20:25:00 +0000 Subject: [PATCH] byacc: bump version. * use a download URL with a version. --- .../byacc/{byacc-20140422.recipe => byacc-20150711.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-util/byacc/{byacc-20140422.recipe => byacc-20150711.recipe} (76%) diff --git a/dev-util/byacc/byacc-20140422.recipe b/dev-util/byacc/byacc-20150711.recipe similarity index 76% rename from dev-util/byacc/byacc-20140422.recipe rename to dev-util/byacc/byacc-20150711.recipe index 8e9d3e3c2..644929230 100644 --- a/dev-util/byacc/byacc-20140422.recipe +++ b/dev-util/byacc/byacc-20150711.recipe @@ -8,10 +8,10 @@ REVISION="1" LICENSE="Public Domain" COPYRIGHT="2002-2013,2014 by Thomas E. Dickey" HOMEPAGE="http://invisible-island.net/byacc/byacc.html" -ARCHITECTURES="x86_gcc2" +ARCHITECTURES="x86_gcc2 x86 x86_64" -SOURCE_URI="ftp://invisible-island.net/byacc/byacc.tar.gz" -CHECKSUM_SHA256="2f104c7e200dd86844d5f3521e12cb55fc48a9c3da3480a65fde2ca8c053bdcc" +SOURCE_URI="ftp://invisible-island.net/byacc/byacc-$portVersion.tgz" +CHECKSUM_SHA256="c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248" PROVIDES=" byacc = $portVersion @@ -31,6 +31,7 @@ BUILD_PREREQUIRES=" cmd:gcc cmd:ld cmd:make + cmd:cmp " BUILD()