byacc: bump to 20180525. (#2635)

This commit is contained in:
fbrosson
2018-06-02 04:24:14 +00:00
parent 423e60c996
commit 17174514d5

View File

@@ -2,12 +2,12 @@ SUMMARY="Berkeley implementation of Yacc"
DESCRIPTION="Berkeley Yacc (byacc) is generally conceded to be the best yacc \
variant available. In contrast to bison, it is written to avoid dependencies \
upon a particular compiler."
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
COPYRIGHT="2002-2018 by Thomas E. Dickey"
HOMEPAGE="https://invisible-island.net/byacc/byacc.html"
COPYRIGHT="2002-2018 Thomas E. Dickey"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="https://invisible-mirror.net/archives/byacc/byacc-$portVersion.tgz"
CHECKSUM_SHA256="d0940dbffbc7e9c9dd4985c25349c390beede84ae1d9fe86b71c0aa659a6d693"
CHECKSUM_SHA256="129b8d8be35c2cecb89e4ef434dc512402c0243f485334c5733ddf1e267c2de6"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -27,6 +27,9 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:make
"
TEST_REQUIRES="
cmd:cmp
"
@@ -40,3 +43,8 @@ INSTALL()
{
make install
}
TEST()
{
make check
}