From 034729e9b727b2b79b5b6ab95b28fce27eac9e11 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 25 Mar 2007 20:44:05 +0000 Subject: 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 --- textproc/xmlformat/Makefile | 2 +- textproc/xmlformat/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc/xmlformat') diff --git a/textproc/xmlformat/Makefile b/textproc/xmlformat/Makefile index 62a43c7758cc..e29027435a18 100644 --- a/textproc/xmlformat/Makefile +++ b/textproc/xmlformat/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xmlformat -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc MASTER_SITES= http://www.kitebird.com/software/xmlformat/ diff --git a/textproc/xmlformat/distinfo b/textproc/xmlformat/distinfo index 85f415a52693..88a14bae5476 100644 --- a/textproc/xmlformat/distinfo +++ b/textproc/xmlformat/distinfo @@ -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 -- cgit v1.2.3