diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-05 03:57:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-05 03:57:13 +0000 |
commit | e73435b077c16136903284654159524effa6b9b4 (patch) | |
tree | 2220e88c9bb516a88dbe97348a6ea6f22041ca06 /textproc/expat/distinfo | |
parent | 611871b0ba3fea90798d05171361c74cf60f7029 (diff) | |
download | pkgsrc-e73435b077c16136903284654159524effa6b9b4.tar.gz |
Bump PKGREVISION of textproc/expat to 1: fix an obvious C bug where types
should be declared/defined before they are used. This should fix errors
of the form:
.../expat.h:657: use of enum `XML_Status' without previous declaration
.../expat.h:736: multiple definition of `enum XML_Status'
Diffstat (limited to 'textproc/expat/distinfo')
-rw-r--r-- | textproc/expat/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo index 802f137a7a6..3e02d7cd24c 100644 --- a/textproc/expat/distinfo +++ b/textproc/expat/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.9 2003/01/30 11:20:49 drochner Exp $ +$NetBSD: distinfo,v 1.10 2003/02/05 03:57:13 jlam Exp $ SHA1 (expat-1.95.6.tar.gz) = 1f062c91c6e51d3a91f9fdeacf202bb5b2b53d27 Size (expat-1.95.6.tar.gz) = 291876 bytes +SHA1 (patch-aa) = ece8cc6856144c27e680822f3c419a449dabbefc |