svn commit: r348051 - head/databases/sqlite3

Frederic Culot culot at FreeBSD.org
Thu Mar 13 10:25:45 UTC 2014


Author: culot
Date: Thu Mar 13 10:25:44 2014
New Revision: 348051
URL: http://svnweb.freebsd.org/changeset/ports/348051
QAT: https://qat.redports.org/buildarchive/r348051/

Log:
  - Update to 3.8.4
  
  Changes:	http://www.sqlite.org/releaselog/3_8_4.html
  PR:		ports/187445
  Submitted by:	Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)

Modified:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Thu Mar 13 10:08:26 2014	(r348050)
+++ head/databases/sqlite3/Makefile	Thu Mar 13 10:25:44 2014	(r348051)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.3.1
+PORTVERSION=	3.8.4
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
-DISTNAME=	sqlite-autoconf-3080301
+DISTNAME=	sqlite-autoconf-3080400
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQL database engine in a C library

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Thu Mar 13 10:08:26 2014	(r348050)
+++ head/databases/sqlite3/distinfo	Thu Mar 13 10:25:44 2014	(r348051)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080301.tar.gz) = de5dc216e9289fabf027f78dbbface32ffc8c6341b7d841d0814b1a452ffdb8c
-SIZE (sqlite-autoconf-3080301.tar.gz) = 1923168
+SHA256 (sqlite-autoconf-3080400.tar.gz) = e22c4f7daabf76fd060f536d60538182481eaf4a105dd4b90b2fc8fbbe2ee5a7
+SIZE (sqlite-autoconf-3080400.tar.gz) = 1937306


More information about the svn-ports-head mailing list