summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-27 12:42:05 +0000
committerobache <obache@pkgsrc.org>2014-02-27 12:42:05 +0000
commit329456eacad4a52266932689d09237e54c35feab (patch)
tree59dfa04d5e026e28049d27c2fee5b1ad17559729 /devel
parentffbb8455fe4fc49bb0fa7d209961a4a5c7b87037 (diff)
downloadpkgsrc-329456eacad4a52266932689d09237e54c35feab.tar.gz
Update libdatrie to 0.2.8.
0.2.8 (2014-01-10) ===== - Fix compiler warnings in test suites. - Fix edge-case error on alphabet set of size 255. (Thanks Naoki Youshinaga for the report, test case, and analysis.) - Fail trie operations on non-alphabet inputs, rather than silently allowing them to sneak in as false keys. (Thanks Naoki Youshinaga for the suggestion.) - Improved documentation. 0.2.7.1 (2013-10-22) ======= - Bump library versioning to reflect API addition. (Change missing in previous release) 0.2.7 (2013-10-21) ===== - Fix portability issue with non-GCC compilers. [Thanks Gabi Daver for the report and fix (via Mikhail Korobov).] - Fix compiler warnings. - New utility API for comparing AlphaChar strings. - Add test suites. - Update doxygen doc generation.
Diffstat (limited to 'devel')
-rw-r--r--devel/libdatrie/Makefile4
-rw-r--r--devel/libdatrie/buildlink3.mk3
-rw-r--r--devel/libdatrie/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile
index 3e9bbb97655..07360444a97 100644
--- a/devel/libdatrie/Makefile
+++ b/devel/libdatrie/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2013/09/03 09:12:56 obache Exp $
+# $NetBSD: Makefile,v 1.13 2014/02/27 12:42:05 obache Exp $
#
-DISTNAME= libdatrie-0.2.6
+DISTNAME= libdatrie-0.2.8
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
diff --git a/devel/libdatrie/buildlink3.mk b/devel/libdatrie/buildlink3.mk
index 87fd5838368..6a20c7aa0cb 100644
--- a/devel/libdatrie/buildlink3.mk
+++ b/devel/libdatrie/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/05/15 08:52:42 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2014/02/27 12:42:05 obache Exp $
BUILDLINK_TREE+= libdatrie
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= libdatrie
LIBDATRIE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libdatrie+= libdatrie>=0.2.0
+BUILDLINK_ABI_DEPENDS.libdatrie+= libdatrie>=0.2.7.1
BUILDLINK_PKGSRCDIR.libdatrie?= ../../devel/libdatrie
.endif # LIBDATRIE_BUILDLINK3_MK
diff --git a/devel/libdatrie/distinfo b/devel/libdatrie/distinfo
index 7836a2ba98a..4d673b62094 100644
--- a/devel/libdatrie/distinfo
+++ b/devel/libdatrie/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/09/03 09:12:56 obache Exp $
+$NetBSD: distinfo,v 1.7 2014/02/27 12:42:05 obache Exp $
-SHA1 (libdatrie-0.2.6.tar.xz) = ab538194c627f16993ea6391db04cec914ef25ef
-RMD160 (libdatrie-0.2.6.tar.xz) = c8b34e7f085a17307846ba28936cb03442c32b11
-Size (libdatrie-0.2.6.tar.xz) = 269288 bytes
+SHA1 (libdatrie-0.2.8.tar.xz) = cf064f97ef10ee297c15e45463fab87cc6fad0dc
+RMD160 (libdatrie-0.2.8.tar.xz) = b03871d76916b139d629d0f12fc484ef57e1aa3f
+Size (libdatrie-0.2.8.tar.xz) = 286428 bytes