[Midnightbsd-cvs] mports [22127] trunk/databases/db: update version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 22 22:56:48 EST 2016
Revision: 22127
http://svnweb.midnightbsd.org/mports/?rev=22127
Author: laffer1
Date: 2016-12-22 22:56:48 -0500 (Thu, 22 Dec 2016)
Log Message:
-----------
update version
Modified Paths:
--------------
trunk/databases/db/Makefile
trunk/databases/db/pkg-descr
Modified: trunk/databases/db/Makefile
===================================================================
--- trunk/databases/db/Makefile 2016-12-23 03:54:49 UTC (rev 22126)
+++ trunk/databases/db/Makefile 2016-12-23 03:56:48 UTC (rev 22127)
@@ -1,14 +1,9 @@
-# New ports collection makefile for: db-netbsd
-# Date created: 1 January 2004
-# Whom: Edwin Groothuis (edwin at mavetju.org)
-#
# $MidnightBSD$
# $FreeBSD: ports/databases/db/Makefile,v 1.32 2007/06/25 04:21:58 edwin Exp $
-#
PORTNAME= db
PORTVERSION= 1.14
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= databases
MASTER_SITES= http://www.mavetju.org/download/
@@ -16,14 +11,14 @@
COMMENT= Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port
LICENSE= bsd4
-MAN1= db.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/db
+PLIST_FILES= bin/db \
+ man/man1/db.1.gz
+USES= uidfix
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
DIST_CVS= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db
-DB1VERSION= 1.17
+DB1VERSION= 1.19
MAKEVERSION= 1.2
DIST_DB1= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.1?rev=${DB1VERSION}&content-type=text/plain&only_with_tag=HEAD
DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain
Modified: trunk/databases/db/pkg-descr
===================================================================
--- trunk/databases/db/pkg-descr 2016-12-23 03:54:49 UTC (rev 22126)
+++ trunk/databases/db/pkg-descr 2016-12-23 03:56:48 UTC (rev 22127)
@@ -1,3 +1,7 @@
db allows manipulation of btree(3) and hash(3) (db(3)) databases.
+See NetBSD Problem Report #39254
+(http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39254) for
+the issues with the version 1.15 and higher.
+
WWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/db/
More information about the Midnightbsd-cvs
mailing list