diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-25 20:44:05 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-25 20:44:05 +0000 |
commit | 034729e9b727b2b79b5b6ab95b28fce27eac9e11 (patch) | |
tree | 8aa2f88b221a296e9c0c49fd3538a805b1f7aa3c /textproc/xmlformat | |
parent | - Remove xdg-user-dirs-gtk, this was committed a little early (with GNOME 2.18) (diff) |
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
Diffstat (limited to 'textproc/xmlformat')
-rw-r--r-- | textproc/xmlformat/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlformat/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
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 |