summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-04 17:08:44 +0000
committerwiz <wiz>2014-05-04 17:08:44 +0000
commitea2c199db40907b9fa04b961daaed5f12f8bad31 (patch)
tree27386c9484c53f9e48e7bad3346de3b214489f9d /textproc
parentc2220756311c1d2a798e3a85f6aea46b4bfaa6c2 (diff)
downloadpkgsrc-ea2c199db40907b9fa04b961daaed5f12f8bad31.tar.gz
Update to 1.0.17:
2013-12-28 Redland Version 1.0.17 Released Configuration and build improvements Fixed Issues: [1]0000529, [2]0000540, [3]0000541, [4]0000542 and [5]0000543
Diffstat (limited to 'textproc')
-rw-r--r--textproc/redland/Makefile5
-rw-r--r--textproc/redland/distinfo9
-rw-r--r--textproc/redland/patches/patch-ab24
3 files changed, 6 insertions, 32 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 00eac4d0aa1..e45475103e6 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2014/02/12 23:18:41 tron Exp $
+# $NetBSD: Makefile,v 1.27 2014/05/04 17:08:44 wiz Exp $
-DISTNAME= redland-1.0.16
-PKGREVISION= 4
+DISTNAME= redland-1.0.17
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo
index 487631f8f1c..d0f05edbb98 100644
--- a/textproc/redland/distinfo
+++ b/textproc/redland/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/01/21 13:15:26 wiz Exp $
+$NetBSD: distinfo,v 1.8 2014/05/04 17:08:44 wiz Exp $
-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
+SHA1 (redland-1.0.17.tar.gz) = a47a7e98f934d17d60a241db90be407a0abe3c5d
+RMD160 (redland-1.0.17.tar.gz) = 86bdf793f36ca01197580fe242c4456b8cbfae39
+Size (redland-1.0.17.tar.gz) = 1621566 bytes
diff --git a/textproc/redland/patches/patch-ab b/textproc/redland/patches/patch-ab
deleted file mode 100644
index bd4e2a90cae..00000000000
--- a/textproc/redland/patches/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2012/03/19 09:40:08 markd Exp $
-
-Fix unportable test(1) construct.
-
---- configure.orig 2011-12-04 02:43:29.000000000 +0000
-+++ configure
-@@ -13916,7 +13916,7 @@ fi
- rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
-- if test "$have_bdb_open_7_args" == Xno; then
-+ if test "$have_bdb_open_7_args" = Xno; then
- # Cannot have 6 args if 7 args worked
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BDB V4.0 DB->open with 6 arguments" >&5
- $as_echo_n "checking for BDB V4.0 DB->open with 6 arguments... " >&6; }
-@@ -14780,7 +14780,7 @@ if test "${with_module_path+set}" = set;
- withval=$with_module_path; REDLAND_MODULE_PATH="$witheval"
- fi
-
--if test "x$REDLAND_MODULE_PATH" == "x"; then
-+if test "x$REDLAND_MODULE_PATH" = "x"; then
- REDLAND_MODULE_PATH=$libdir"/redland"
- if test "x$prefix" != "xNONE"; then
- REDLAND_MODULE_PATH="/usr/local/lib/redland:"$REDLAND_MODULE_PATH