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
This commit is contained in:
parent
4ef0f68510
commit
f342739e76
3 changed files with 10 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue