From nobody@FreeBSD.org  Sat May 26 21:13:43 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B868D1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 May 2012 21:13:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AED48FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 May 2012 21:13:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4QLDh05038505
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 May 2012 21:13:43 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4QLDhY7038504;
	Sat, 26 May 2012 21:13:43 GMT
	(envelope-from nobody)
Message-Id: <201205262113.q4QLDhY7038504@red.freebsd.org>
Date: Sat, 26 May 2012 21:13:43 GMT
From: Mikolaj Golub <trociny@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/bmake: update to 20120520 snapshot
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168354
>Category:       ports
>Synopsis:       devel/bmake: update to 20120520 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 26 21:20:00 UTC 2012
>Closed-Date:    Mon May 28 07:42:32 UTC 2012
>Last-Modified:  Mon May 28 07:50:01 UTC 2012
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
- Update to 20120520.
- Add LICENSE.

Changes:

2012-05-20  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20120520
          Merge with NetBSD make, pick up
          o increased limit for nested conditionals.

2012-05-18  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20120518
          Merge with NetBSD make, pick up
          o use _exit(2) in signal hanlder
          o Don't use the [dir] cache when building nodes that might have
            changed since the last exec.
          o Avoid nested extern declaration warnings.

2012-04-27  Simon J. Gerraty  <sjg@bad.crufty.net>

        * meta.c (fgetLine): avoid %z - not portable.
        * parse.c: Since we moved include of sys/mman.h
          and def's of MAP_COPY etc. we got dups from a merge.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -pur devel/bmake.orig/Makefile devel/bmake/Makefile
--- devel/bmake.orig/Makefile	2012-05-26 23:45:39.000000000 +0300
+++ devel/bmake/Makefile	2012-05-26 23:50:42.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bmake
-PORTVERSION=	20120424
+PORTVERSION=	20120520
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \
 		http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \
@@ -17,6 +17,8 @@ DISTFILES=	bmake-${PORTVERSION}.tar.gz m
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Portable version of NetBSD 'make' utility
 
+LICENSE=	BSD
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAN1=		bmake.1
diff -pur devel/bmake.orig/distinfo devel/bmake/distinfo
--- devel/bmake.orig/distinfo	2012-05-26 23:45:39.000000000 +0300
+++ devel/bmake/distinfo	2012-05-26 23:49:15.000000000 +0300
@@ -1,4 +1,4 @@
-SHA256 (bmake-20120424.tar.gz) = 2e34a3e3e63a5c444177241ca6233662021d8f9a73c16fbfe340f64cb2c98a47
-SIZE (bmake-20120424.tar.gz) = 433106
+SHA256 (bmake-20120520.tar.gz) = 6bc902043e5a4bbe9cc8937e8ae80df7b598a73eaf3b26cf478b3dbdf51756dc
+SIZE (bmake-20120520.tar.gz) = 433308
 SHA256 (mk-20120420.tar.gz) = 86762e94ee3b11a74e960512bf3ab4bdad2d936ac7e68250cee3ce58d101754f
 SIZE (mk-20120420.tar.gz) = 70271


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trociny 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 26 21:20:18 UTC 2012 
Responsible-Changed-Why:  
Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168354 
Responsible-Changed-From-To: trociny->freebsd-ports-bugs 
Responsible-Changed-By: trociny 
Responsible-Changed-When: Sun May 27 05:54:41 UTC 2012 
Responsible-Changed-Why:  
Approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168354 
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Sun May 27 07:02:36 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168354 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Mon May 28 07:42:30 UTC 2012 
State-Changed-Why:  
Committed, thanks Mikolaj! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168354 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168354: commit references a PR
Date: Mon, 28 May 2012 07:42:11 +0000 (UTC)

 culot       2012-05-28 07:41:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/bmake          Makefile distinfo 
   Log:
   - Update to 20120520
   - Add LICENSE (BSD)
   
   PR:             ports/168354
   Submitted by:   trociny@ (maintainer)
   
   Revision  Changes    Path
   1.14      +3 -1      ports/devel/bmake/Makefile
   1.13      +2 -2      ports/devel/bmake/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
