diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:15:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:15:26 +0000 |
commit | a605b44d0c556575c4d8f61c8d09749ad25fc0ce (patch) | |
tree | 438264170d36b02f44e396eb28e8bb48b68f7374 /textproc/redland | |
parent | a209845f5df7b856bf93da91f9546907f7b17d13 (diff) | |
download | pkgsrc-a605b44d0c556575c4d8f61c8d09749ad25fc0ce.tar.gz |
Update to 1.0.16:
2012-XX-XX Redland Version 1.0.16 Released
librdf_model_contains_statement() and
librdf_storage_contains_statement() now return 0 for invalid statements
Postgres, MySQL and Hashes storage bug fixes.
Multiple other API bug fixes
Multiple build fixes to help building on Windows. (Daniel Richard G.)
Requires [1]Raptor 2.0.7 or newer
Fixed Issues: [2]0000443, [3]0000460, [4]0000497, [5]0000518 and
[6]0000519
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 9 | ||||
-rw-r--r-- | textproc/redland/PLIST | 4 | ||||
-rw-r--r-- | textproc/redland/distinfo | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index ee85dc960b6..cd6d449ca6c 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2012/12/16 01:52:35 obache Exp $ +# $NetBSD: Makefile,v 1.22 2013/01/21 13:15:26 wiz Exp $ -DISTNAME= redland-1.0.15 -PKGREVISION= 3 +DISTNAME= redland-1.0.16 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -36,11 +35,9 @@ CONFIGURE_ENV+= ac_cv_path_IODBC_CONFIG=no PKGCONFIG_OVERRIDE+= redland.pc.in -post-install: - ${RMDIR} ${DESTDIR}${PREFIX}/lib/redland - .include "../../devel/libltdl/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +BUILDLINK_API_DEPENDS.raptor2+= raptor2>=2.0.7 .include "../../textproc/raptor2/buildlink3.mk" .include "../../textproc/rasqal/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/redland/PLIST b/textproc/redland/PLIST index 2a56db8f42c..37df7f809c1 100644 --- a/textproc/redland/PLIST +++ b/textproc/redland/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/03/19 09:40:08 markd Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/01/21 13:15:26 wiz Exp $ bin/rdfproc bin/redland-config bin/redland-db-upgrade @@ -39,6 +39,8 @@ share/gtk-doc/html/redland/objects.html share/gtk-doc/html/redland/redland-changes-1-0-12-to-1-0-13.html share/gtk-doc/html/redland/redland-changes-1-0-13-to-1-0-14.html share/gtk-doc/html/redland/redland-changes-1-0-14-to-1-0-15.html +share/gtk-doc/html/redland/redland-changes-1-0-15-to-1-0-16.html +share/gtk-doc/html/redland/redland-changes-1-0-16-to-1-0-16.html share/gtk-doc/html/redland/redland-changes.html share/gtk-doc/html/redland/redland-concepts.html share/gtk-doc/html/redland/redland-digest.html diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index aceebe6fc30..487631f8f1c 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2012/03/19 09:40:08 markd Exp $ +$NetBSD: distinfo,v 1.7 2013/01/21 13:15:26 wiz Exp $ -SHA1 (redland-1.0.15.tar.gz) = e93d6fafaeebdf9f15a1044be6f4a88270f007af -RMD160 (redland-1.0.15.tar.gz) = 5cd4eca23faf05348c2327f356980aa2f18accea -Size (redland-1.0.15.tar.gz) = 1600090 bytes +SHA1 (redland-1.0.16.tar.gz) = 0dc3d65bee6d580cae84ed261720b5b4e6b1f856 +RMD160 (redland-1.0.16.tar.gz) = 908ec9c7b4f943b2f2c4d4e5fe2eee8d3777876b +Size (redland-1.0.16.tar.gz) = 1624112 bytes SHA1 (patch-ab) = 08ace99b46ff0b670a8b03227eeeedc6b08ef877 |