summaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-11-11 15:38:50 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-11-11 15:38:50 +0000
commit936a36e30dd301c382ea294a0e35822d16c879d1 (patch)
treeecebeea244f1308bf8264752e45ad4e4ba8a1a2b /databases/py-gdbm/Makefile
parentemulators/qemu: fix build on 12 and -CURRENT (diff)
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
Notes
Notes: svn path=/head/; revision=484696
Diffstat (limited to '')
-rw-r--r--databases/py-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 896fc7e306ae..fdf90610bfcb 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdbm
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases python
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}