diff options
author | hrs <hrs@FreeBSD.org> | 2007-03-26 04:44:05 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-03-26 04:44:05 +0800 |
commit | f8f2a850e7e8e6a096986848651a2db165c6e933 (patch) | |
tree | 245602a5ff2cdf383f3830d2f8813208ca0ab985 /textproc | |
parent | f23f3bfdb1c3f34bb46668c7506b04f18149e53e (diff) | |
download | freebsd-ports-gnome-f8f2a850e7e8e6a096986848651a2db165c6e933.tar.gz freebsd-ports-gnome-f8f2a850e7e8e6a096986848651a2db165c6e933.tar.zst freebsd-ports-gnome-f8f2a850e7e8e6a096986848651a2db165c6e933.zip |
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')
-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 |