svn commit: r365800 - in head/databases: sqlite3 tcl-sqlite3

Adam Weinberger adamw at FreeBSD.org
Sat Aug 23 20:01:47 UTC 2014


Author: adamw
Date: Sat Aug 23 20:01:46 2014
New Revision: 365800
URL: http://svnweb.freebsd.org/changeset/ports/365800
QAT: https://qat.redports.org/buildarchive/r365800/

Log:
  Update to 3.8.6.
  
  PR:		192830, 192831
  Submitted by:	maintainer

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

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Sat Aug 23 19:58:48 2014	(r365799)
+++ head/databases/sqlite3/Makefile	Sat Aug 23 20:01:46 2014	(r365800)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.5
-PORTREVISION=	1
+PORTVERSION=	3.8.6
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
-DISTNAME=	sqlite-autoconf-3080500
+DISTNAME=	sqlite-autoconf-3080600
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQL database engine in a C library

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Sat Aug 23 19:58:48 2014	(r365799)
+++ head/databases/sqlite3/distinfo	Sat Aug 23 20:01:46 2014	(r365800)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080500.tar.gz) = 98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b
-SIZE (sqlite-autoconf-3080500.tar.gz) = 1957050
+SHA256 (sqlite-autoconf-3080600.tar.gz) = 53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95
+SIZE (sqlite-autoconf-3080600.tar.gz) = 1968379

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Sat Aug 23 19:58:48 2014	(r365799)
+++ head/databases/tcl-sqlite3/Makefile	Sat Aug 23 20:01:46 2014	(r365800)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.8.5
-PORTREVISION=	1
+PORTVERSION=	3.8.6
 CATEGORIES=	databases tcl
 MASTER_SITES=	http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/
 PKGNAMEPREFIX=	tcl-
-DISTNAME=	sqlite-autoconf-3080500
+DISTNAME=	sqlite-autoconf-3080600
 
 MAINTAINER=	pavelivolkov at gmail.com
 COMMENT=	SQLite extension for Tcl using the Tcl Extension Architecture (TEA)

Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo	Sat Aug 23 19:58:48 2014	(r365799)
+++ head/databases/tcl-sqlite3/distinfo	Sat Aug 23 20:01:46 2014	(r365800)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3080500.tar.gz) = 98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b
-SIZE (sqlite-autoconf-3080500.tar.gz) = 1957050
+SHA256 (sqlite-autoconf-3080600.tar.gz) = 53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95
+SIZE (sqlite-autoconf-3080600.tar.gz) = 1968379


More information about the svn-ports-head mailing list