svn commit: r315457 - head/databases/tinycdb
Olli Hauer
ohauer at FreeBSD.org
Thu Mar 28 11:50:05 UTC 2013
Author: ohauer
Date: Thu Mar 28 11:50:04 2013
New Revision: 315457
URL: http://svnweb.freebsd.org/changeset/ports/315457
Log:
-update to version 0.78
bugfix release:
o fixed >2Gb file size prob on 32bit platform
o fixed handling of files >=4Gb
o fixed a few compiler warnings
Modified:
head/databases/tinycdb/Makefile
head/databases/tinycdb/distinfo
Modified: head/databases/tinycdb/Makefile
==============================================================================
--- head/databases/tinycdb/Makefile Thu Mar 28 11:05:28 2013 (r315456)
+++ head/databases/tinycdb/Makefile Thu Mar 28 11:50:04 2013 (r315457)
@@ -1,16 +1,10 @@
-# ex:ts=8
-# Ports collection makefile for: tinycdb
-# Date created: Oct 17, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= tinycdb
-PORTVERSION= 0.77
+PORTVERSION= 0.78
CATEGORIES= databases
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Analogous to cdb, but faster
Modified: head/databases/tinycdb/distinfo
==============================================================================
--- head/databases/tinycdb/distinfo Thu Mar 28 11:05:28 2013 (r315456)
+++ head/databases/tinycdb/distinfo Thu Mar 28 11:50:04 2013 (r315457)
@@ -1,2 +1,2 @@
-SHA256 (tinycdb_0.77.tar.gz) = 82bc3ccf0afed0978472a070ce4506667b8035e65d0dc24388e33858d39b6bc6
-SIZE (tinycdb_0.77.tar.gz) = 37728
+SHA256 (tinycdb-0.78.tar.gz) = 50678f432d8ada8d69f728ec11c3140e151813a7847cf30a62d86f3a720ed63c
+SIZE (tinycdb-0.78.tar.gz) = 36754
More information about the svn-ports-all
mailing list