ports/81178: Update port: database/tinycdb to 0.74

Marcus Grando marcus at corp.grupos.com.br
Tue May 17 22:20:03 UTC 2005


>Number:         81178
>Category:       ports
>Synopsis:       Update port: database/tinycdb to 0.74
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 17 22:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #49: Mon May 9 12:28:47 BRT 2005 root at corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:
Update port: database/tinycdb to 0.74

- Update to 0.74
- Ramake files/patch-cdb.c

	
>How-To-Repeat:
	
>Fix:

	

--- tinycdb.patch begins here ---
diff -ruN tinycdb.orig/Makefile tinycdb/Makefile
--- tinycdb.orig/Makefile	Thu Feb  5 01:00:34 2004
+++ tinycdb/Makefile	Tue May 17 17:40:00 2005
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	tinycdb
-PORTVERSION=	0.73
-PORTREVISION=	2
+PORTVERSION=	0.74
 CATEGORIES=	databases
 MASTER_SITES=	ftp://ftp.corpit.ru/pub/tinycdb/
 
diff -ruN tinycdb.orig/distinfo tinycdb/distinfo
--- tinycdb.orig/distinfo	Fri Jan 30 01:05:42 2004
+++ tinycdb/distinfo	Tue May 17 17:40:12 2005
@@ -1,2 +1,2 @@
-MD5 (tinycdb-0.73.tar.gz) = 4a751aad0ac3067a7b922c40e495d79e
-SIZE (tinycdb-0.73.tar.gz) = 20333
+MD5 (tinycdb-0.74.tar.gz) = 73a29c3ec6c1e5a07dc23ebd4b870bc9
+SIZE (tinycdb-0.74.tar.gz) = 27448
diff -ruN tinycdb.orig/files/patch-cdb.c tinycdb/files/patch-cdb.c
--- tinycdb.orig/files/patch-cdb.c	Fri Apr  4 18:02:50 2003
+++ tinycdb/files/patch-cdb.c	Tue May 17 17:42:41 2005
@@ -1,11 +1,11 @@
---- cdb.c.orig	Mon Dec 10 06:18:02 2001
-+++ cdb.c	Mon Mar  3 08:38:57 2003
-@@ -144,7 +144,7 @@
+--- cdb.c.orig	Tue May 17 17:42:12 2005
++++ cdb.c	Tue May 17 17:42:28 2005
+@@ -143,7 +143,7 @@
        if (printf(mode == 'd' ? "+%u,%u:" : "+%u:", klen, vlen) < 0) return -1;
      if (fcpy(f, stdout, klen, &pos, eod) != 0) return -1;
      if (mode == 'd')
 -      if (!fputs(flags & F_MAP ? " " : "->", stdout))
 +      if (fputs(flags & F_MAP ? " " : "->", stdout) == EOF)
- 	return -1;
+         return -1;
      if (fcpy(f, mode == 'd' ? stdout : NULL, vlen, &pos, eod) != 0)
        return -1;
--- tinycdb.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list