gdbm received an update to 1.14.1. Changelog can be found at https://abi-laboratory.pro/tracker/changelog/gdbm/1.14.1/log.html. Major number of SHARED_LIBS has been bumped due to upstream changing ABI.
Build tested its consumers without any issue. Comments / OK? Index: Makefile =================================================================== RCS file: /cvs/ports/databases/gdbm/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- Makefile 30 May 2017 18:07:38 -0000 1.42 +++ Makefile 18 Feb 2018 20:17:15 -0000 @@ -2,10 +2,10 @@ COMMENT= GNU dbm -DISTNAME= gdbm-1.13 +DISTNAME= gdbm-1.14.1 CATEGORIES= databases -SHARED_LIBS += gdbm 4.2 # 4.0 +SHARED_LIBS= gdbm 5.0 # 5.0 HOMEPAGE= https://www.gnu.org/software/gdbm/ @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes LIB_DEPENDS= devel/gettext -WANTLIB += c iconv intl ncurses readline +WANTLIB= c curses iconv intl readline CONFIGURE_STYLE= gnu Index: distinfo =================================================================== RCS file: /cvs/ports/databases/gdbm/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 30 May 2017 06:48:37 -0000 1.8 +++ distinfo 18 Feb 2018 20:17:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (gdbm-1.13.tar.gz) = nSUsvX15P3sSvM6t3amNJXwU9NGJDYUcOGw3IHAAolM= -SIZE (gdbm-1.13.tar.gz) = 891987 +SHA256 (gdbm-1.14.1.tar.gz) = zc7/AP/gFElb7TrtcceRCqiL8pN595WrwPRtTuX4vF8= +SIZE (gdbm-1.14.1.tar.gz) = 894412
