Bug 171804

Summary: [MAINTAINER] databases/sqlite3: update to 3.7.14
Product: Ports & Packages Reporter: Pavel I Volkov <pavelivolkov>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sqlite3-3.7.14.patch none

Description Pavel I Volkov 2012-09-20 07:30:10 UTC
- Update to 3.7.14

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-09-20 10:02:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-21 09:13:49 UTC
Author: culot
Date: Fri Sep 21 08:13:34 2012
New Revision: 304613
URL: http://svn.freebsd.org/changeset/ports/304613

Log:
  - Update to 3.7.14
  
  Changes:	http://www.sqlite.org/releaselog/3_7_14.html
  PR:		ports/171804
  Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)

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

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Fri Sep 21 07:28:36 2012	(r304612)
+++ head/databases/sqlite3/Makefile	Fri Sep 21 08:13:34 2012	(r304613)
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.13
+PORTVERSION=	3.7.14
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/
-DISTNAME=	sqlite-autoconf-3071300
+DISTNAME=	sqlite-autoconf-3071400
 
 MAINTAINER=	pavelivolkov@googlemail.com
 COMMENT=	An SQL database engine in a C library

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Fri Sep 21 07:28:36 2012	(r304612)
+++ head/databases/sqlite3/distinfo	Fri Sep 21 08:13:34 2012	(r304613)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071300.tar.gz) = ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119
-SIZE (sqlite-autoconf-3071300.tar.gz) = 1845778
+SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724
+SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-09-21 09:16:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!