pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/rasqal Update to 0.9.16:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffd1db44bd17
branches: trunk
changeset: 552671:ffd1db44bd17
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 07 21:33:37 2009 +0000
description:
Update to 0.9.16:
2008-07-05 Rasqal Version 0.9.16 Released
WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.16 is
incompatible with 0.9.15.
Added a rasqal_world object used for all constructor functions
Removed deprecated functions and macros
Fixed some memory leaks and made some low-memory resiliance fixes
Query result sets can be read/written from sparql XML results format
Improved error syntax error reporting
See the Raptor 0.9.16 Release Notes for the full details of the
changes.
diffstat:
textproc/rasqal/Makefile | 4 ++--
textproc/rasqal/PLIST | 5 +++--
textproc/rasqal/buildlink3.mk | 5 ++---
textproc/rasqal/distinfo | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 7cf29fabeb10 -r ffd1db44bd17 textproc/rasqal/Makefile
--- a/textproc/rasqal/Makefile Wed Jan 07 21:29:26 2009 +0000
+++ b/textproc/rasqal/Makefile Wed Jan 07 21:33:37 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 10:35:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/07 21:33:37 wiz Exp $
-DISTNAME= rasqal-0.9.15
+DISTNAME= rasqal-0.9.16
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
diff -r 7cf29fabeb10 -r ffd1db44bd17 textproc/rasqal/PLIST
--- a/textproc/rasqal/PLIST Wed Jan 07 21:29:26 2009 +0000
+++ b/textproc/rasqal/PLIST Wed Jan 07 21:33:37 2009 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/04 10:35:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/07 21:33:37 wiz Exp $
bin/rasqal-config
bin/roqet
-include/rasqal.h
+include/rasqal/rasqal.h
lib/librasqal.la
lib/pkgconfig/rasqal.pc
man/man1/rasqal-config.1
@@ -33,3 +33,4 @@
share/gtk-doc/html/rasqal/style.css
share/gtk-doc/html/rasqal/up.png
@dirrm share/gtk-doc/html/rasqal
+@dirrm include/rasqal
diff -r 7cf29fabeb10 -r ffd1db44bd17 textproc/rasqal/buildlink3.mk
--- a/textproc/rasqal/buildlink3.mk Wed Jan 07 21:29:26 2009 +0000
+++ b/textproc/rasqal/buildlink3.mk Wed Jan 07 21:33:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/11/04 10:35:22 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2009/01/07 21:33:37 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
RASQAL_BUILDLINK3_MK:= ${RASQAL_BUILDLINK3_MK}+
@@ -12,8 +12,7 @@
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}rasqal
.if ${RASQAL_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.14
-BUILDLINK_ABI_DEPENDS.rasqal?= rasqal>=0.9.14nb1
+BUILDLINK_API_DEPENDS.rasqal+= rasqal>=0.9.16
BUILDLINK_PKGSRCDIR.rasqal?= ../../textproc/rasqal
.endif # RASQAL_BUILDLINK3_MK
diff -r 7cf29fabeb10 -r ffd1db44bd17 textproc/rasqal/distinfo
--- a/textproc/rasqal/distinfo Wed Jan 07 21:29:26 2009 +0000
+++ b/textproc/rasqal/distinfo Wed Jan 07 21:33:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/04 10:35:22 markd Exp $
+$NetBSD: distinfo,v 1.2 2009/01/07 21:33:37 wiz Exp $
-SHA1 (rasqal-0.9.15.tar.gz) = 89621508c0c226d0ee1ad564149b7576ea4d7a9f
-RMD160 (rasqal-0.9.15.tar.gz) = 7112edd01614ec5f51ae6126d138467351ef68dd
-Size (rasqal-0.9.15.tar.gz) = 1051150 bytes
+SHA1 (rasqal-0.9.16.tar.gz) = 55e08ee78c15de417cbfccb9e748747095994886
+RMD160 (rasqal-0.9.16.tar.gz) = 6810d86d974524e6627076e6530a703d62039160
+Size (rasqal-0.9.16.tar.gz) = 1117561 bytes
Home |
Main Index |
Thread Index |
Old Index