Included a diff for bringing databases/gdbm to the latest version. Minor
number of SHARED_LIB has been bumped as a function has been added. Also,
ncurses has been replaced by curese in WANTLIB.

While here make Makefile follow Makefile.template.

## ------------- ##
## Test results. ##
## ------------- ##

14 tests were successful.
11 tests were skipped.

Comments?

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21

diff --git Makefile Makefile
index 99d4a756060..676d876bacf 100644
--- Makefile
+++ Makefile
@@ -2,21 +2,22 @@
 
 COMMENT=               GNU dbm
 
-DISTNAME=              gdbm-1.13
-CATEGORIES=            databases
+DISTNAME=              gdbm-1.14.1
 
-SHARED_LIBS += gdbm                 4.2      # 4.0
+SHARED_LIBS=           gdbm    4.3     # 5.0
 
-HOMEPAGE=              https://www.gnu.org/software/gdbm/
+CATEGORIES=            databases
 
-MASTER_SITES=          ${MASTER_SITE_GNU:=gdbm/}
+HOMEPAGE=              https://www.gnu.org/software/gdbm/
 
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
 
-LIB_DEPENDS=           devel/gettext
+WANTLIB=               c curses iconv intl readline
+
+MASTER_SITES=          ${MASTER_SITE_GNU:=gdbm/}
 
-WANTLIB +=             c iconv intl ncurses readline
+LIB_DEPENDS=           devel/gettext
 
 CONFIGURE_STYLE=       gnu
 
diff --git distinfo distinfo
index 243b7f870b8..1ca956f1535 100644
--- distinfo
+++ distinfo
@@ -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

Reply via email to