mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Update to 20110622
Changes: 2011-06-22 - Makefile.in (MAKE_VERSION): bump version to 20110622 Merge with NetBSD make, pick up - meta_oodate detect corrupted .meta file and declare oodate. - configure.in: add check for setsid 2011-06-07 - Merge with NetBSD make, pick up - unit-tests/modts now works on MirBSD 2011-06-04 - Makefile.in (MAKE_VERSION): bump version to 20110606 Merge with NetBSD make, pick up - ApplyModifiers: when we parse a variable which is not the entire modifier string, or not followed by ':', do not consider it as containing modifiers. - loadfile: ensure newline at end of mapped file. PR: ports/159167 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
This commit is contained in:
parent
e278c65404
commit
70e965d029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278279
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= bmake
|
||||
PORTVERSION= 20110505
|
||||
PORTVERSION= 20110622
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \
|
||||
http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \
|
||||
ftp://ftp.uk.netbsd.org/pub/NetBSD/misc/sjg/ \
|
||||
ftp://ftp.de.netbsd.org/pub/NetBSD/misc/sjg/
|
||||
DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20110505.tar.gz
|
||||
DISTFILES= bmake-${PORTVERSION}.tar.gz mk-${PORTVERSION}.tar.gz
|
||||
|
||||
MAINTAINER= to.my.trociny@gmail.com
|
||||
COMMENT= Portable version of NetBSD 'make' utility
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (bmake-20110505.tar.gz) = 340c451b94dfe5eee005260809eef7e5ec0e1810bede7f346600582e7eb64f75
|
||||
SIZE (bmake-20110505.tar.gz) = 429715
|
||||
SHA256 (mk-20110505.tar.gz) = e9ef88fa9f54f60a1dde423cebb9ba75e119d5f1c5b0b858ad20de5b95611646
|
||||
SIZE (mk-20110505.tar.gz) = 60132
|
||||
SHA256 (bmake-20110622.tar.gz) = 7f31883b4ac673323fb76cdf9b07d061fc85d0bf3b4335df39e0d34ec93f7f8e
|
||||
SIZE (bmake-20110622.tar.gz) = 430560
|
||||
SHA256 (mk-20110622.tar.gz) = 21a9f57a87f342b90ead806f3d379f790c88156db2ed452a8517ce95c210e734
|
||||
SIZE (mk-20110622.tar.gz) = 60931
|
||||
|
Loading…
Reference in New Issue
Block a user