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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/xmlformat/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ |