1
0
forked from ports/contrib

bmake: update to 20210206 (gets rid of last local patch!)

This commit is contained in:
Steffen Nurpmeso 2021-02-13 23:19:30 +01:00
parent e3daa8b7cf
commit 12b9e733b0
3 changed files with 6 additions and 21 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zdW+Pj07qWUm/RWRWx/bAxLHgPXbw+cHHLV9Jea+zre3AKI1s8st9C+04co4w5cFxesnOykoHOr5qG8+apYdwk=
SHA256 (Pkgfile) = fb3fe1af6aa97ab0328b8b7fde788dd6864d687202df02ebe0aef6e90ebe53fd
RWSagIOpLGJF3wBF7qrKerxWpfNgb+8eefu75qOvh0O4PmJT1SG3VsKjv0WDoCxZI7ug/D10j+ZzegozMIgOkYYTz8oM6N3TyQ4=
SHA256 (Pkgfile) = e611a0860970ae075280009f9ad4cb80a1ca8d9091a7118146970eb0bb22c0a1
SHA256 (.footprint) = 2d6e83e9f38f0ca1ab19a1e945a247fee040d11f75aa324bb4fc21222a9f1f2e
SHA256 (bmake-20210110.tar.gz) = 919ae7674a698ba900666d16e2a759e0d380b5d2ae41729e3b70d72519c636cb
SHA256 (u-t-makefile.patch) = 5a504adb00ca5966a17d5046f257773591d0e1cc4d1fb2ff62130cdec5ccc10f
SHA256 (bmake-20210206.tar.gz) = 8fef8bef63fd4a9a5bd9d7e1b5e9fcb9e8a29afadeb6e67f76f199d7fe56c91e

View File

@ -3,16 +3,13 @@
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=bmake
version=20210110
release=2
source=(http://www.crufty.net/ftp/pub/sjg/${name}-${version}.tar.gz
u-t-makefile.patch)
version=20210206
release=1
source=(http://www.crufty.net/ftp/pub/sjg/${name}-${version}.tar.gz)
build() {
cd ${name}
patch -p0 < "${SRC}"/u-t-makefile.patch
mkdir -p build
cd build

View File

@ -1,11 +0,0 @@
--- unit-tests/Makefile.orig 2020-12-12 18:13:04.481056900 +0100
+++ unit-tests/Makefile 2020-12-12 18:13:17.154389991 +0100
@@ -39,7 +39,7 @@
TESTS+= cmd-errors
TESTS+= cmd-errors-lint
TESTS+= cmd-interrupt
-TESTS+= cmdline
+#TESTS+= cmdline
TESTS+= cmdline-undefined
TESTS+= comment
TESTS+= cond-cmp-numeric