bmake: update to 20230601.

This commit is contained in:
Leah Neukirchen 2023-06-21 15:15:59 +02:00
parent 0b4ec5ec8a
commit 9d649f3ce6

View file

@ -1,13 +1,13 @@
# Template file for 'bmake' # Template file for 'bmake'
pkgname=bmake pkgname=bmake
version=20230522 version=20230601
revision=1 revision=1
short_desc="Portable version of the NetBSD make build tool" short_desc="Portable version of the NetBSD make build tool"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.crufty.net/help/sjg/bmake.html" homepage="https://www.crufty.net/help/sjg/bmake.html"
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz" distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
checksum=dfe556df70e1555b70eccf4e6d367aa8b91aa076d5e9b55e36b5ce3e721f9050 checksum=8d0b2e593946539065530a241040b0b0525ebb2b924ed67fc497ad17845a5a09
python_version=3 python_version=3
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"