From nobody@FreeBSD.org  Sat Aug 27 03:28:41 2011
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 093871065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Aug 2011 03:28:41 +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 EDC048FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Aug 2011 03:28:40 +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 p7R3Sevx039378
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Aug 2011 03:28:40 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7R3SeTO039377;
	Sat, 27 Aug 2011 03:28:40 GMT
	(envelope-from nobody)
Message-Id: <201108270328.p7R3SeTO039377@red.freebsd.org>
Date: Sat, 27 Aug 2011 03:28:40 GMT
From: Pedro Giffuni <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Unbreak lang/nawk by updating it to 20110810 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ota@j.email.ne.jp

>Number:         160226
>Category:       ports
>Synopsis:       Unbreak lang/nawk by updating it to 20110810
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 27 03:30:06 UTC 2011
>Closed-Date:    Wed Aug 31 07:31:39 UTC 2011
>Last-Modified:  Wed Aug 31 07:40:10 UTC 2011
>Originator:     Pedro Giffuni
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64

>Description:
From the FIXES file:

Aug 10, 2011:
        another fix to avoid core dump with delete(ARGV); again, many thanks
        to ruslan ermilov.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN nawk.orig/Makefile nawk/Makefile
--- nawk.orig/Makefile	2011-08-26 22:23:13.000000000 +0000
+++ nawk/Makefile	2011-08-26 22:23:57.000000000 +0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nawk
-PORTVERSION=	20110807
+PORTVERSION=	20110810
 CATEGORIES=	lang
 MASTER_SITES=	http://www.cs.princeton.edu/~bwk/btl.mirror/
 DISTNAME=	awk
@@ -16,8 +16,6 @@
 MAINTAINER=	ota@j.email.ne.jp
 COMMENT=	Brian Kernighan's pattern scanning and processing language
 
-BROKEN=		does not fetch
-
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	a.out
diff -ruN nawk.orig/distinfo nawk/distinfo
--- nawk.orig/distinfo	2011-08-26 22:23:13.000000000 +0000
+++ nawk/distinfo	2011-08-26 22:24:54.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (nawk/awk.tar.gz) = a852ab4e9cb543e738cf892ccf8b0d569fd079acb0dc5d2fc5d9df4600704c63
-SIZE (nawk/awk.tar.gz) = 107961
+SHA256 (nawk/awk.tar.gz) = 48af177922700c313aa9d22100d230d2d0280d56b8598d80f583d57b44bf63a8
+SIZE (nawk/awk.tar.gz) = 108035


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 27 03:30:17 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ota@j.email.ne.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160226: Unbreak lang/nawk by updating it to 20110810
Date: Sat, 27 Aug 2011 03:30:14 UT

 Maintainer of lang/nawk,
 
 Please note that PR ports/160226 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160226
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Yoshihiro Ota <ota@j.email.ne.jp>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160226: Unbreak lang/nawk by updating it to 20110810
Date: Tue, 30 Aug 2011 01:24:08 -0400

 Please proceed and handle the patch.
 
 Thanks,
 Hiro
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Aug 30 06:15:26 UTC 2011 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160226 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Aug 30 06:48:33 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160226 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Aug 31 07:31:36 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160226: commit references a PR
Date: Wed, 31 Aug 2011 07:31:38 +0000 (UTC)

 sunpoet     2011-08-31 07:31:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/nawk            Makefile distinfo 
   Log:
   - Update to 20110810
   
   Changes:
   - Another fix to avoid core dump with delete(ARGV); again, many thanks to
     Ruslan Ermilov.
   
   PR:             ports/160226
   Submitted by:   Pedro Giffuni <giffunip@tutopia.com>
   Approved by:    Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
   
   Revision  Changes    Path
   1.44      +1 -3      ports/lang/nawk/Makefile
   1.24      +2 -2      ports/lang/nawk/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:
