Date: Sat, 7 Sep 2013 10:19:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326593 - head/databases/sqlite3 Message-ID: <201309071019.r87AJ7MV070808@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 10:19:06 2013 New Revision: 326593 URL: http://svnweb.freebsd.org/changeset/ports/326593 Log: - Update to 3.8.0.2 Changes: http://www.sqlite.org/releaselog/3_8_0_2.html PR: ports/181841 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sat Sep 7 10:16:46 2013 (r326592) +++ head/databases/sqlite3/Makefile Sat Sep 7 10:19:06 2013 (r326593) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.0.1 +PORTVERSION= 3.8.0.2 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ -DISTNAME= sqlite-autoconf-3080001 +DISTNAME= sqlite-autoconf-3080002 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sat Sep 7 10:16:46 2013 (r326592) +++ head/databases/sqlite3/distinfo Sat Sep 7 10:19:06 2013 (r326593) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36 -SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758 +SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2 +SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071019.r87AJ7MV070808>