update to redland-bindings-1.0.17.1
This commit is contained in:
parent
7ad8c1c519
commit
353b5c57b0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2014/06/14 10:34:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2014/10/02 12:33:19 jasper Exp $
|
||||
|
||||
COMMENT-main= Redland librdf Perl Bindings
|
||||
#COMMENT-lua= Redland librdf Lua Bindings
|
||||
@ -7,15 +7,13 @@ COMMENT-python= Redland librdf Python Bindings
|
||||
COMMENT-ruby= Redland librdf Ruby Bindings
|
||||
CATEGORIES= textproc
|
||||
|
||||
V= 1.0.14.1
|
||||
V= 1.0.17.1
|
||||
DISTNAME= redland-bindings-$V
|
||||
PKGNAME-main= p5-librdf-$V
|
||||
#PKGNAME-lua= lua-librdf-$V
|
||||
PKGNAME-php= php-librdf-$V
|
||||
PKGNAME-python= py-librdf-$V
|
||||
PKGNAME-ruby= ruby-librdf-$V
|
||||
REVISION-php= 0
|
||||
REVISION-main= 0
|
||||
|
||||
HOMEPAGE= http://librdf.org/bindings/
|
||||
|
||||
@ -43,7 +41,7 @@ MODPY_RUNDEP= No
|
||||
CONFIGURE_ENV+= PYTHON=${MODPY_BIN}
|
||||
LIB_DEPENDS-python= ${LIB_DEPENDS} ${MODPY_LIB_DEPENDS}
|
||||
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS}
|
||||
WANTLIB-python= ${WANTLIB} ${MODPY_WANTLIB} raptor2 rasqal
|
||||
WANTLIB-python= ${WANTLIB} raptor2 rasqal
|
||||
|
||||
# marked experimental and doesn't build cleanly yet.
|
||||
#MODULES+= lang/lua
|
||||
@ -64,7 +62,6 @@ RUN_DEPENDS-php= ${MODPHP_RUN_DEPENDS}
|
||||
|
||||
MODULES+= lang/ruby
|
||||
CONFIGURE_ARGS+= --with-ruby
|
||||
MODRUBY_REV= 1.8
|
||||
MODRUBY_RUNDEP= No
|
||||
CONFIGURE_ENV+= RUBY=${RUBY}
|
||||
LIB_DEPENDS-ruby= ${LIB_DEPENDS} ${MODRUBY_LIB_DEPENDS}
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (redland-bindings-1.0.14.1.tar.gz) = KTJBNlMDFT19BjWnbi3Y0w==
|
||||
RMD160 (redland-bindings-1.0.14.1.tar.gz) = 0tZ8nwxm4KIgw/3Uip9EH0eJCrs=
|
||||
SHA1 (redland-bindings-1.0.14.1.tar.gz) = t+E3SYwZC6SUCae5H705Yrfry+8=
|
||||
SHA256 (redland-bindings-1.0.14.1.tar.gz) = qMw2X8zyksVtUzQeyuV/6HJ+UALgSMol9iUbXlla7EA=
|
||||
SIZE (redland-bindings-1.0.14.1.tar.gz) = 792557
|
||||
SHA256 (redland-bindings-1.0.17.1.tar.gz) = /3K1h6tV8J2vgXmcs/nSY3CPrV33pUWPDChWaiVjt/U=
|
||||
SIZE (redland-bindings-1.0.17.1.tar.gz) = 933290
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2014/01/04 09:09:28 landry Exp $
|
||||
--- configure.orig Mon Nov 14 00:30:48 2011
|
||||
+++ configure Sat Jan 4 10:05:30 2014
|
||||
@@ -12003,11 +12003,7 @@ if test "X$PHP_CONFIG" != X ; then
|
||||
$OpenBSD: patch-configure,v 1.3 2014/10/02 12:33:19 jasper Exp $
|
||||
--- configure.orig Sun May 11 00:39:16 2014
|
||||
+++ configure Thu Oct 2 14:16:58 2014
|
||||
@@ -12014,11 +12014,7 @@ if test "X$PHP_CONFIG" != X ; then
|
||||
PHP_INCLUDES=`$PHP_CONFIG --includes`
|
||||
PHP_EXTENSION_DIR=`$PHP_CONFIG --extension-dir`
|
||||
|
||||
@ -14,7 +14,7 @@ $OpenBSD: patch-configure,v 1.2 2014/01/04 09:09:28 landry Exp $
|
||||
|
||||
# Configure these if PHP_SO_SUFFIX is missing
|
||||
if test "X$PHP_SO_SUFFIX" = "X"; then
|
||||
@@ -12331,7 +12327,7 @@ if test "X$with_php" != Xno ; then
|
||||
@@ -12407,7 +12403,7 @@ if test "X$with_php" != Xno ; then
|
||||
with_php=yes
|
||||
fi
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-python,v 1.1.1.1 2012/12/13 13:46:01 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-python,v 1.2 2014/10/02 12:33:20 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
lib/python${MODPY_VERSION}/site-packages/RDF.py
|
||||
lib/python${MODPY_VERSION}/site-packages/Redland.so
|
||||
lib/python${MODPY_VERSION}/site-packages/Redland.py
|
||||
lib/python${MODPY_VERSION}/site-packages/_Redland.so
|
||||
|
Loading…
Reference in New Issue
Block a user