diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 21:41:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 21:41:34 +0000 |
commit | 6ab956fa2737d388fdfa0978b08c5ab64a3bac49 (patch) | |
tree | 47701034f6098b8b71b0347919b3ab750fd587a4 /textproc | |
parent | 90a201e6387704815602c4b4d36e0164d23736c7 (diff) | |
download | pkgsrc-6ab956fa2737d388fdfa0978b08c5ab64a3bac49.tar.gz |
Update to 1.0.8:
2008-07-05 Redland Version 1.0.8 Released
Updated to use [1]Rasqal 0.9.16 (from 0.9.15)
Updated to use [2]Raptor 1.4.18 (from 1.4.16)
Added a 'trees' indexed in-memory storage
Improvements to low-memory and other failures of resource allocation
API additions and changes to concepts, parser and serializer classes.
Fixed Issue [3]0000256
NOTE: The next release of redland will NOT include raptor and rasqal in
the tarball, they will be separate download dependencies.
See the [4]1.0.8 Release Notes for the full details of the changes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 10 | ||||
-rw-r--r-- | textproc/redland/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 5d24a61cf7c..a24eea2109c 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/11/14 01:25:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/07 21:41:34 wiz Exp $ -DISTNAME= redland-1.0.7 -PKGREVISION= 1 +DISTNAME= redland-1.0.8 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -27,7 +26,10 @@ CONFIGURE_ARGS+= --with-threestore=no CONFIGURE_ARGS+= --with-raptop=system CONFIGURE_ARGS+= --with-rasqal=system -PKGCONFIG_OVERRIDE+= librdf/redland.pc.in +PKGCONFIG_OVERRIDE+= redland.pc.in + +post-install: + ${RMDIR} ${PREFIX}/lib/redland .include "../../security/openssl/buildlink3.mk" .include "../../textproc/raptor/buildlink3.mk" diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index 11525472963..db43b05f62b 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/11/04 10:39:40 markd Exp $ +$NetBSD: distinfo,v 1.2 2009/01/07 21:41:34 wiz Exp $ -SHA1 (redland-1.0.7.tar.gz) = 9ba444859709a6e5defb0b7a2294684e2fe06707 -RMD160 (redland-1.0.7.tar.gz) = 64a61ebbfa14a3cc8e3468f2993677105da16562 -Size (redland-1.0.7.tar.gz) = 3739013 bytes +SHA1 (redland-1.0.8.tar.gz) = 9501b95a2b668067e2dcb0ab3bdb59e0376144de +RMD160 (redland-1.0.8.tar.gz) = c046aea89945e39e1917f833c35cb8dc272f3f65 +Size (redland-1.0.8.tar.gz) = 3989935 bytes |