diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-11-11 15:38:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-11-11 15:38:50 +0000 |
commit | 936a36e30dd301c382ea294a0e35822d16c879d1 (patch) | |
tree | ecebeea244f1308bf8264752e45ad4e4ba8a1a2b /databases/sqlrelay | |
parent | emulators/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 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index f1d8f3b1fb4b..0e3b25c3aa14 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -3,6 +3,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF |