pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/redland Update to 1.0.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7f1d9dc6c1d
branches: trunk
changeset: 552673:c7f1d9dc6c1d
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 07 21:41:34 2009 +0000
description:
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:
textproc/redland/Makefile | 10 ++++++----
textproc/redland/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r a87866002c27 -r c7f1d9dc6c1d textproc/redland/Makefile
--- a/textproc/redland/Makefile Wed Jan 07 21:33:50 2009 +0000
+++ b/textproc/redland/Makefile Wed Jan 07 21:41:34 2009 +0000
@@ -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-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 -r a87866002c27 -r c7f1d9dc6c1d textproc/redland/distinfo
--- a/textproc/redland/distinfo Wed Jan 07 21:33:50 2009 +0000
+++ b/textproc/redland/distinfo Wed Jan 07 21:41:34 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index