svn commit: r319493 - head/databases/tcl-sqlite3
Frederic Culot
culot at FreeBSD.org
Fri May 31 14:04:12 UTC 2013
Author: culot
Date: Fri May 31 14:04:11 2013
New Revision: 319493
URL: http://svnweb.freebsd.org/changeset/ports/319493
Log:
- Update to 3.7.17
PR: ports/178970
Submitted by: Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/tcl-sqlite3/Makefile
head/databases/tcl-sqlite3/distinfo
head/databases/tcl-sqlite3/pkg-descr
Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile Fri May 31 14:03:15 2013 (r319492)
+++ head/databases/tcl-sqlite3/Makefile Fri May 31 14:04:11 2013 (r319493)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.7.16.1
+PORTVERSION= 3.7.17
CATEGORIES= databases tcl
MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
PKGNAMEPREFIX= tcl-
-DISTNAME= sqlite-autoconf-3071601
+DISTNAME= sqlite-autoconf-3071700
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 Fri May 31 14:03:15 2013 (r319492)
+++ head/databases/tcl-sqlite3/distinfo Fri May 31 14:04:11 2013 (r319493)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071601.tar.gz) = 4af5ea8cbb1b0b0b53c67cef0b32d86f76e84c912228954e8577224150184a68
-SIZE (sqlite-autoconf-3071601.tar.gz) = 1854392
+SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
+SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
Modified: head/databases/tcl-sqlite3/pkg-descr
==============================================================================
--- head/databases/tcl-sqlite3/pkg-descr Fri May 31 14:03:15 2013 (r319492)
+++ head/databases/tcl-sqlite3/pkg-descr Fri May 31 14:04:11 2013 (r319493)
@@ -1,4 +1,4 @@
This is the SQLite extension for Tcl using the Tcl Extension
Architecture (TEA).
-WWW: http://www.sqlite.org
+WWW: http://www.sqlite.org
More information about the svn-ports-all
mailing list