aboutsummaryrefslogtreecommitdiff
path: root/databases/lmdb/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2018-03-30 10:56:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2018-03-30 10:56:11 +0000
commitad9dd8f2f2706b7a3840330f9e6b195a849b8b96 (patch)
tree7883efb41939455c407916a5bfd30e441dc7cf9b /databases/lmdb/Makefile
parent8064d521a6ccc0cd78b633952a5444ccc8f56152 (diff)
downloadports-ad9dd8f2f2706b7a3840330f9e6b195a849b8b96.tar.gz
ports-ad9dd8f2f2706b7a3840330f9e6b195a849b8b96.zip
databases/lmdb: update to 0.9.22
LMDB 0.9.22 Release (2018-03-22) Fix MDB_DUPSORT alignment bug (ITS#8819) Fix regression with new db from 0.9.19 (ITS#8760) Fix liblmdb to build on Solaris (ITS#8612) Fix delete behavior with DUPSORT DB (ITS#8622) Fix mdb_cursor_get/mdb_cursor_del behavior (ITS#8722) PR: 227103 Submitted by: gahr Approved by: delphij (maintainer)
Notes
Notes: svn path=/head/; revision=465958
Diffstat (limited to 'databases/lmdb/Makefile')
-rw-r--r--databases/lmdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile
index 00afcb8823d3..7942ae4c8bbd 100644
--- a/databases/lmdb/Makefile
+++ b/databases/lmdb/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lmdb
-PORTVERSION= 0.9.21
+PORTVERSION= 0.9.22
DISTVERSIONPREFIX= ${PORTNAME:tu}_
PORTEPOCH= 1
CATEGORIES= databases