1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 20120424

Changes:

20120420:
- Makefile.in (MAKE_VERSION): bump version to 20120420
  Merge with NetBSD make, pick up
  - restore duplicate supression in .MAKE.MAKEFILES runtime saving can be
    significant.
  - Var_Subst() uses Buf_DestroyCompact() to reduce memory consumption up to
    20%.

2012-04-20:
- Makefile.in (MAKE_VERSION): bump version to 20120420
  Merge with NetBSD make, pick up
  - remove duplicate supression in .MAKE.MAKEFILES
  - improved dir cache behavior
  - gmake'ish export command

2012-03-25:
- Makefile.in (MAKE_VERSION): bump version to 20120325
  Merge with NetBSD make, pick up
  - fix parsing of :[#] in conditionals.

2012-02-10:
- Makefile.in: replace use of .Nx in bmake.1 with NetBSD since some systems
  cannot cope with .Nx <version>

PR:		ports/167549
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	trociny (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-05-03 09:54:25 +00:00
parent 76e33e889d
commit 9ad1f26cd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295924
2 changed files with 6 additions and 6 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= bmake
PORTVERSION= 20111111
PORTVERSION= 20120424
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-${PORTVERSION}.tar.gz
DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20120420.tar.gz
MAINTAINER= trociny@FreeBSD.org
COMMENT= Portable version of NetBSD 'make' utility

View File

@ -1,4 +1,4 @@
SHA256 (bmake-20111111.tar.gz) = fab45768144f36f8610609ec9eb715b2ed8af3614a07de298e8ed6ac4872bc2d
SIZE (bmake-20111111.tar.gz) = 431707
SHA256 (mk-20111111.tar.gz) = 99e32762354bdee90a05cccdb7edfd68f226939343e308375a690c1742ddea37
SIZE (mk-20111111.tar.gz) = 68450
SHA256 (bmake-20120424.tar.gz) = 2e34a3e3e63a5c444177241ca6233662021d8f9a73c16fbfe340f64cb2c98a47
SIZE (bmake-20120424.tar.gz) = 433106
SHA256 (mk-20120420.tar.gz) = 86762e94ee3b11a74e960512bf3ab4bdad2d936ac7e68250cee3ce58d101754f
SIZE (mk-20120420.tar.gz) = 70271