diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-22 16:46:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-22 16:46:02 +0000 |
commit | 90999d74d28fdeed1fb188e31472d77dd9257ebd (patch) | |
tree | 8d39d8a7190f58edbb1ea70a668facc5c0695a10 /textproc/expat/Makefile | |
parent | c746fe9467b2f0712001c9746ff3a97e25a8aba3 (diff) | |
download | pkgsrc-90999d74d28fdeed1fb188e31472d77dd9257ebd.tar.gz |
Update to 2.0.0:
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
always use the (partial) internal implementation of the API.
- Report XML_NS setting via XML_GetFeatureList().
- Fixed headers for use from C++.
- XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber()
now return unsigned integers.
- Added XML_LARGE_SIZE switch to enable 64-bit integers for
byte indexes and line/column numbers.
- Updated to use libtool 1.5.22 (the most recent).
- Added support for AmigaOS.
- Some mostly minor bug fixes. SF issues include: 1006708,
1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 598a0c09982..8c9a77a0738 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/22 16:46:02 wiz Exp $ # -DISTNAME= expat-1.95.8 -PKGREVISION= 2 +DISTNAME= expat-2.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} |