Bug 62085 - Update port: databases/qdbm (new tarball)
Summary: Update port: databases/qdbm (new tarball)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 23:00 UTC by Kimura Fuyuki
Modified: 2004-01-30 08:49 UTC (History)
0 users

See Also:


Attachments
file.diff (851 bytes, patch)
2004-01-29 23:00 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2004-01-29 23:00:31 UTC
Tarball updated for some small tweaks

http://www.nigredo.org/fuyuki/qdbm-1.7.32.diff.bz2

Fix: cvs diff: Diffing .
Comment 1 Kimura Fuyuki 2004-01-30 05:47:00 UTC
Add SIZE

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	22 Jan 2004 09:54:23 -0000	1.12
+++ Makefile	30 Jan 2004 05:41:59 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	qdbm
 PORTVERSION=	1.7.32
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://qdbm.sourceforge.net/ \
 #		${MASTER_SITE_SOURCEFORGE}
@@ -15,6 +16,7 @@
 MAINTAINER=	fuyuki@nigredo.org
 COMMENT=	Quick Database Manager
 
+USE_SIZE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-zlib
 MAKE_ARGS=	RELCFLAGS="${CFLAGS}" \
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/databases/qdbm/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	22 Jan 2004 09:54:23 -0000	1.12
+++ distinfo	30 Jan 2004 05:42:03 -0000
@@ -1 +1,2 @@
-MD5 (qdbm-1.7.32.tar.gz) = 0545f8780d0fefbd2b7461d2e520eb52
+MD5 (qdbm-1.7.32.tar.gz) = 1f7ead37840b68253f686d704af73716
+SIZE (qdbm-1.7.32.tar.gz) = 711703
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-30 06:43:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-30 08:49:01 UTC
State Changed
From-To: open->closed

Committed, thanks!