diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-05 13:01:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-05 13:01:07 +0000 |
commit | f2491391569a0e5b1cff4fd7221dcd5e6421d01d (patch) | |
tree | 2c3f898067c8e6fa3d85f183f8f646ccd4a1bbaf /textproc/raptor | |
parent | 99a64d30b05abd9ef671d52f386f53e4a4ed497a (diff) | |
download | pkgsrc-f2491391569a0e5b1cff4fd7221dcd5e6421d01d.tar.gz |
Update to 1.4.21:
2010-01-30 Raptor Version 1.4.21 Released
This is a bug fix only release with no new features. New development
has moved to raptor 2 where a planned ABI and API break is underway.
RDFa parser buffer management problems were fixed
Turtle parser and serializer now use QNames correctly against
specification
RDF/XML parser now resets correctly to detect duplicate rdf:IDs
Made a few other minor bug and build fixes
Fixed reported issues: 0000318, 0000319, 0000326, 0000331, 0000332 and
0000337
Diffstat (limited to 'textproc/raptor')
-rw-r--r-- | textproc/raptor/Makefile | 5 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 6ec0f1bc498..babba509465 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2010/01/17 12:02:46 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/02/05 13:01:07 wiz Exp $ # -DISTNAME= raptor-1.4.20 -PKGREVISION= 1 +DISTNAME= raptor-1.4.21 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo index bab63cd6d1c..f38805050de 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/12/15 13:49:16 wiz Exp $ +$NetBSD: distinfo,v 1.10 2010/02/05 13:01:07 wiz Exp $ -SHA1 (raptor-1.4.20.tar.gz) = b50279944f7a3573c331183bd03f6140f670442d -RMD160 (raptor-1.4.20.tar.gz) = f0b1ad050fb41208ebd699578b0327344a0bad9b -Size (raptor-1.4.20.tar.gz) = 1717426 bytes +SHA1 (raptor-1.4.21.tar.gz) = f8a82c6e9a342d0cc9772a02562c5e29c2c9b737 +RMD160 (raptor-1.4.21.tar.gz) = f2ee591e3e9e008b496d6b7bf78f1293173bf7ed +Size (raptor-1.4.21.tar.gz) = 1651843 bytes |