From araujo@bsdmail.org  Mon Mar  5 01:32:17 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 19A8F16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 01:32:17 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id ADE7213C4B5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 01:32:16 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id A752F2DA51D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Mar 2007 22:32:16 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id zwiO2SHGEAk6 for <FreeBSD-gnats-submit@freebsd.org>;
	Sun,  4 Mar 2007 22:32:12 -0300 (BRT)
Received: from reloaded.freebsd.org (unknown [201.3.213.133])
	by mail.intelbras.com.br (Postfix) with ESMTP id 164D62DA42B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Mar 2007 22:32:12 -0300 (BRT)
Message-Id: <1173058340.47385@reloaded.freebsd.org>
Date: Mon, 5 Mar 2007 01:32:20 -0000
From: "Marcelo Araujo" <araujo@bsdmail.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [Update Version] textproc/xmlformat to 1.04
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         109895
>Category:       ports
>Synopsis:       [Update Version] textproc/xmlformat to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hrs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 01:40:05 GMT 2007
>Closed-Date:    Sun Mar 25 20:44:51 GMT 2007
>Last-Modified:  Sun Mar 25 20:50:04 GMT 2007
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
BSD EXPERIENCE 
>Environment:


System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
    root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC



>Description:


- update version to 1.04


>How-To-Repeat:





>Fix:


--- xmlformat.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlformat/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	3 Jun 2006 17:39:05 -0000	1.2
+++ Makefile	5 Mar 2007 01:26:24 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/textproc/xmlformat/Makefile,v 1.2 2006/06/03 17:39:05 hrs Exp $
 
 PORTNAME=	xmlformat
-PORTVERSION=	1.03
+PORTVERSION=	1.04
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.kitebird.com/software/xmlformat/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlformat/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	3 Jun 2006 17:39:05 -0000	1.3
+++ distinfo	5 Mar 2007 01:26:24 -0000
@@ -1,3 +1,3 @@
-MD5 (xmlformat-1.03.tar.gz) = 23a1a4f6c49cc83ebae0f8f25d1e2069
-SHA256 (xmlformat-1.03.tar.gz) = 7878dc5a5a8876d092cf25bdfcb8d625b9c57897ba65063c7df97eba23548758
-SIZE (xmlformat-1.03.tar.gz) = 136961
+MD5 (xmlformat-1.04.tar.gz) = 1703822838de817cead71f6ca2041137
+SHA256 (xmlformat-1.04.tar.gz) = 71a70397e44760d67645007ad85fea99736f4b6f8679067a3b5f010589fd8fef
+SIZE (xmlformat-1.04.tar.gz) = 156498
--- xmlformat.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->hrs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 5 01:40:18 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109895 
State-Changed-From-To: open->closed 
State-Changed-By: hrs 
State-Changed-When: Sun Mar 25 20:44:15 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109895: commit references a PR
Date: Sun, 25 Mar 2007 20:44:14 +0000 (UTC)

 hrs         2007-03-25 20:44:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/xmlformat   Makefile distinfo 
   Log:
   Update to 1.04.  Changes include:
   
   - Assign each token an input line number and display the line number in
     error messages.  This provides better information to the user about
     the location of problems in input files.
   - Print the token stack when an error occurs.  This provides some idea of
     the context of the element that is malformed or has malformed content.
   
   Submitted by:   Marcelo Araujo
   PR:             ports/109895
   
   Revision  Changes    Path
   1.3       +1 -1      ports/textproc/xmlformat/Makefile
   1.4       +3 -3      ports/textproc/xmlformat/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:
