From jimmy@jamesbailie.com  Sun Jul 24 21:06:57 2005
Return-Path: <jimmy@jamesbailie.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7A52F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2005 21:06:57 +0000 (GMT)
	(envelope-from jimmy@jamesbailie.com)
Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82])
	by mx1.FreeBSD.org (Postfix) with SMTP id 13A4C43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2005 21:06:56 +0000 (GMT)
	(envelope-from jimmy@jamesbailie.com)
Received: (qmail 10834 invoked from network); 24 Jul 2005 21:06:56 -0000
Received: from unknown (HELO ?HOSTNAME?) (jazzturk@69.193.180.82 with login)
  by smtp104.rog.mail.re2.yahoo.com with SMTP; 24 Jul 2005 21:06:56 -0000
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 24 Jul 2005 17:06:54 -0400
Message-Id: <20050724210656.13A4C43D46@mx1.FreeBSD.org>
Date: Sun, 24 Jul 2005 17:06:54 -0400
From: James Bailie <jimmy@jamesbailie.com>
Reply-To: James Bailie <jimmy@jamesbailie.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update Port: lang/munger => 4.60
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84016
>Category:       ports
>Synopsis:       Update Port: lang/munger => 4.60
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 21:10:15 GMT 2005
>Closed-Date:    Wed Jul 27 17:33:10 GMT 2005
>Last-Modified:  Wed Jul 27 17:33:10 GMT 2005
>Originator:     James Bailie <jimmy@jamesbailie.com>
>Release:        FreeBSD 5.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD localhost 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #1: Tue Jul 12 11:27:41 EDT 2005 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- diff.txt begins here ---
diff -ruN /usr/ports/lang/munger/Makefile munger/Makefile
--- /usr/ports/lang/munger/Makefile	Sat Jul 23 15:15:20 2005
+++ munger/Makefile	Sat Jul 23 00:52:03 2005
@@ -2,11 +2,11 @@
 # Date created:                       Thu, 03 Jul 2003 20:05:06 EDT
 # Whom:                               James Bailie <jimmy@jamesbailie.com>
 #
-# $FreeBSD: ports/lang/munger/Makefile,v 1.7 2005/07/12 15:22:49 sem Exp $
+# $FreeBSD: ports/lang/munger/Makefile,v 1.6 2005/07/04 02:44:03 jylefort Exp $
 #
 
 PORTNAME=	munger
-PORTVERSION=	4.57
+PORTVERSION=	4.60
 CATEGORIES=	lang
 MASTER_SITES=	http://www.jamesbailie.com/
 
diff -ruN /usr/ports/lang/munger/distinfo munger/distinfo
--- /usr/ports/lang/munger/distinfo	Sat Jul 23 15:15:20 2005
+++ munger/distinfo	Sun Jul 24 16:59:17 2005
@@ -1,2 +1,2 @@
-MD5 (munger-4.57.tar.gz) = 408db3395ca496daa7cad6f01b2b5e71
-SIZE (munger-4.57.tar.gz) = 165092
+MD5 (munger-4.60.tar.gz) = 89bb77d295e5090fb8050b8e41bc770a
+SIZE (munger-4.60.tar.gz) = 164778
diff -ruN /usr/ports/lang/munger/pkg-descr munger/pkg-descr
--- /usr/ports/lang/munger/pkg-descr	Mon Jul  4 07:43:19 2005
+++ munger/pkg-descr	Tue Jul 19 02:26:03 2005
@@ -1,13 +1,12 @@
-Munger is a simple, statically-scoped, interpreted lisp that has
-line-editor-like access to multiple text buffers.  Lines can be inserted,
-removed, overwritten, retrieved in whole or in part, with or without tabs
-expanded, searched for matches on regular expressions, read from and written
-to files, and piped to and from, or filtered through external processes.
-
-Using regular expressions to search through or transform strings is easy in
-Munger.  Basic facilities for doing line-oriented I/O and cursor-addressing
-are provided.  Munger also has interfaces to the FastCGI devkit
-(http://www.fastcgi.com), and the SQLite library (http://www.sqlite.org).
+Munger is a simplified, statically-scoped, interpreted lisp specialized
+for writing text processors for 8-bit text.  With Munger the programmer may
+write text-processing filters if serial access to the text is sufficient,
+or the programmer may load text into buffers and have line-oriented random
+access to those lines, if that is more convenient.  Buffer lines can be
+inserted, removed, overwritten, retrieved in whole or in part, with or
+without tabs expanded, searched for matches on regular expressions, read
+from and written to files, and piped to and from, or filtered through
+external processes.
 
 WWW: http://jamesbailie.com/munger.html
 
--- diff.txt ends here ---


>Release-Note:
>Audit-Trail:

From: James Bailie <jimmy@jamesbailie.com>
To: bug-followup@FreeBSD.org,  jimmy@jamesbailie.com
Cc:  
Subject: Re: ports/84016: Update Port: lang/munger => 4.60
Date: Mon, 25 Jul 2005 00:26:57 -0400

 This is a multi-part message in MIME format.
 --------------090708030806010603020702
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Submitted PR has wrong checksum.  Correct diff attached.
 
 -- 
 James Bailie <jimmy@jamesbailie.com>
 http://www.jamesbailie.com
 
 --------------090708030806010603020702
 Content-Type: text/plain;
  name="diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="diff.txt"
 
 diff -ruN /usr/ports/lang/munger/Makefile munger/Makefile
 --- /usr/ports/lang/munger/Makefile	Sat Jul 23 15:15:20 2005
 +++ munger/Makefile	Sat Jul 23 00:52:03 2005
 @@ -2,11 +2,11 @@
  # Date created:                       Thu, 03 Jul 2003 20:05:06 EDT
  # Whom:                               James Bailie <jimmy@jamesbailie.com>
  #
 -# $FreeBSD: ports/lang/munger/Makefile,v 1.7 2005/07/12 15:22:49 sem Exp $
 +# $FreeBSD: ports/lang/munger/Makefile,v 1.6 2005/07/04 02:44:03 jylefort Exp $
  #
  
  PORTNAME=	munger
 -PORTVERSION=	4.57
 +PORTVERSION=	4.60
  CATEGORIES=	lang
  MASTER_SITES=	http://www.jamesbailie.com/
  
 diff -ruN /usr/ports/lang/munger/distinfo munger/distinfo
 --- /usr/ports/lang/munger/distinfo	Sat Jul 23 15:15:20 2005
 +++ munger/distinfo	Sun Jul 24 23:50:19 2005
 @@ -1,2 +1,2 @@
 -MD5 (munger-4.57.tar.gz) = 408db3395ca496daa7cad6f01b2b5e71
 -SIZE (munger-4.57.tar.gz) = 165092
 +MD5 (munger-4.60.tar.gz) = d9817334edf7fe7687c05e5447dfa2ee
 +SIZE (munger-4.60.tar.gz) = 164827
 diff -ruN /usr/ports/lang/munger/pkg-descr munger/pkg-descr
 --- /usr/ports/lang/munger/pkg-descr	Mon Jul  4 07:43:19 2005
 +++ munger/pkg-descr	Sun Jul 24 21:45:57 2005
 @@ -1,15 +1,14 @@
 -Munger is a simple, statically-scoped, interpreted lisp that has
 -line-editor-like access to multiple text buffers.  Lines can be inserted,
 -removed, overwritten, retrieved in whole or in part, with or without tabs
 -expanded, searched for matches on regular expressions, read from and written
 -to files, and piped to and from, or filtered through external processes.
 +Munger is a simplified, statically-scoped, interpreted lisp specialized
 +for writing text processors for 8-bit text.  With Munger the programmer may
 +write text-processing filters if serial access to the text is sufficient,
 +or the programmer may load text into buffers and have line-oriented random
 +access to those lines, if that is more convenient.  Buffer lines can be
 +inserted, removed, overwritten, retrieved in whole or in part, with or
 +without tabs expanded, searched for matches on regular expressions, read
 +from and written to files, and piped to and from, or filtered through
 +external processes.
  
 -Using regular expressions to search through or transform strings is easy in
 -Munger.  Basic facilities for doing line-oriented I/O and cursor-addressing
 -are provided.  Munger also has interfaces to the FastCGI devkit
 -(http://www.fastcgi.com), and the SQLite library (http://www.sqlite.org).
 -
 -WWW: http://jamesbailie.com/munger.html
 +WWW: http://www.jamesbailie.com/munger.html
  
  --
  James Bailie <jimmy@jamesbailie.com>
 
 --------------090708030806010603020702--
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Jul 26 22:54:36 GMT 2005 
State-Changed-Why:  
=> Attempting to fetch from http://www.jamesbailie.com/. 
fetch: http://www.jamesbailie.com/munger-4.60.tar.gz: size mismatch: expected 164827, actual 164856 

hmm? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Jul 26 22:54:36 GMT 2005 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84016 
State-Changed-From-To: feedback->closed 
State-Changed-By: sem 
State-Changed-When: Wed Jul 27 17:32:55 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84016 
>Unformatted:
