Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 09:41:05 GMT
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171244: devel/bmake: update to 20120831 snapshot
Message-ID:  <201209020941.q829f5dD040787@red.freebsd.org>
Resent-Message-ID: <201209020950.q829o500080650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171244
>Category:       ports
>Synopsis:       devel/bmake: update to 20120831 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 09:50:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
According to Simon J. Gerraty:

a new version of bmake (20120831) has been posted, which
allows controlling the behavior of -V option.
This will be very useful in handling ports with bmake.

Changelog:

2012-08-31  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in (MAKE_VERSION): bump version to 20120831
	  Merge with NetBSD make, pick up
	  o cast sizeof() to int for comparison
	  o minor make.1 tweak

2012-08-30  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in (MAKE_VERSION): bump version to 20120830
	  Merge with NetBSD make, pick up
	  o .MAKE.EXPAND_VARIABLES knob can control default behavior of -V
	  o debug flag -dV causes -V to show raw value regardless.
	
2012-07-05  Simon J. Gerraty  <sjg@bad.crufty.net>

	* bsd.after-import.mk (after-import): ensure unit-tests/Makefile
	  gets SRCTOP set.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/bmake/distinfo
===================================================================
--- devel/bmake/distinfo	(revision 303538)
+++ devel/bmake/distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (bmake-20120704.tar.gz) = 0a0a32c8fc2a2af5deffde3ae5978119cee7bf2f10d87ebf17a3befd49f79f6a
-SIZE (bmake-20120704.tar.gz) = 417513
-SHA256 (mk-20120420.tar.gz) = 86762e94ee3b11a74e960512bf3ab4bdad2d936ac7e68250cee3ce58d101754f
-SIZE (mk-20120420.tar.gz) = 70271
+SHA256 (bmake-20120831.tar.gz) = 7dcc2bf513632dc08cac63e96d5bdd157378df9e72154b059e2cfa1b78a71b04
+SIZE (bmake-20120831.tar.gz) = 436705
+SHA256 (mk-20120808.tar.gz) = 012ce7b1dc58c65135aa7624ff44eea7bcb4fc9aa664f4b6a7aa47963a77e625
+SIZE (mk-20120808.tar.gz) = 70999
Index: devel/bmake/Makefile
===================================================================
--- devel/bmake/Makefile	(revision 303538)
+++ devel/bmake/Makefile	(working copy)
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	bmake
-PORTVERSION=	20120704
+PORTVERSION=	20120831
 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-20120420.tar.gz
+DISTFILES=	bmake-${PORTVERSION}.tar.gz mk-20120808.tar.gz
 
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Portable version of NetBSD 'make' utility


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209020941.q829f5dD040787>