bmake: bump to 20180512, add TEST, drop unneeded compat. (#2675)

This commit is contained in:
fbrosson
2018-06-10 06:09:25 +00:00
parent 8d6ecd1bb6
commit 1b2eae9145

View File

@@ -8,18 +8,18 @@ This version of Make features several extensions that are not in GNU Make, and \
does not has all of GNU Make extensions. Some projects explicitly require one \
or the other."
HOMEPAGE="http://www.crufty.net/help/sjg/bmake.htm"
COPYRIGHT="1990-2014 NetBSD and sjg"
COPYRIGHT="1990-2018 NetBSD and sjg"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="http://www.crufty.net/ftp/pub/sjg/bmake-$portVersion.tar.gz"
CHECKSUM_SHA256="df874ff0976a161d2b94476299cae4d13f69ad2d238c10582378e41dcfd5ccdd"
CHECKSUM_SHA256="ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508"
SOURCE_DIR="bmake"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
bmake = $portVersion compat >= 20140214
cmd:bmake = $portVersion compat >= 20140214
bmake = $portVersion
cmd:bmake = $portVersion
"
REQUIRES="
haiku
@@ -56,3 +56,9 @@ INSTALL()
rm -rf $dataDir
mv $prefix/share $dataDir
}
TEST()
{
ROOT_GROUP=root \
make test
}