Bug 187445 - [MAINTAINER] databases/sqlite3: update to 3.8.4
Summary: [MAINTAINER] databases/sqlite3: update to 3.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 14:00 UTC by Pavel Volkov
Modified: 2014-03-13 10:30 UTC (History)
0 users

See Also:


Attachments
sqlite3-3.8.4.patch (1.07 KB, patch)
2014-03-11 14:00 UTC, Pavel Volkov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2014-03-11 14:00:00 UTC
- Update to 3.8.4

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: suffix)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-03-12 13:15:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-13 10:25:52 UTC
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@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@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
_______________________________________________
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 2014-03-13 10:25:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!