Bug 86288 - Update port: databases/sqlite3 to 3.2.6
Summary: Update port: databases/sqlite3 to 3.2.6
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-18 05:50 UTC by Marcus Alves Grando
Modified: 2005-09-26 14:40 UTC (History)
0 users

See Also:


Attachments
sqlite3.patch (1.12 KB, patch)
2005-09-18 05:50 UTC, Marcus Alves Grando
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-18 05:50:09 UTC
Update to 3.2.6
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-18 05:50:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->green

Send to maintainer
Comment 2 Robin Breathe 2005-09-25 19:50:19 UTC
The following patch updates to the now current 3.2.7 release, which
among other things includes a proper fix for platforms lacking fdatasync.

--- sqlite3-3.2.5/Makefile      Tue Sep  6 05:35:35 2005
+++ sqlite3/Makefile    Sun Sep 25 18:42:08 2005
@@ -11,7 +11,7 @@
 # If you want to build the TCL wrapper, you have to define
SQLITE_WITH_TCL84.

 PORTNAME=      sqlite
-PORTVERSION=   3.2.5
+PORTVERSION=   3.2.7
 CATEGORIES=    databases
 MASTER_SITES=  http://www.sqlite.org/

diff -ruN sqlite3-3.2.5/distinfo sqlite3/distinfo
--- sqlite3-3.2.5/distinfo      Tue Sep  6 05:35:35 2005
+++ sqlite3/distinfo    Sun Sep 25 18:42:32 2005
@@ -1,2 +1,2 @@
-MD5 (sqlite-3.2.5.tar.gz) = 0f07cfd8591c3fcae159f0c69bf2436f
-SIZE (sqlite-3.2.5.tar.gz) = 1397666
+MD5 (sqlite-3.2.7.tar.gz) = 34c92821b3b46380f192c0aaf2b2b217
+SIZE (sqlite-3.2.7.tar.gz) = 1521075
Comment 3 Brian Feldman freebsd_committer freebsd_triage 2005-09-26 03:46:47 UTC
On Sun, Sep 25, 2005 at 07:50:19PM +0100, Robin Breathe wrote:
> The following patch updates to the now current 3.2.7 release, which
> among other things includes a proper fix for platforms lacking fdatasync.

I really don't have time to be a ${MAINTAINER} anymore these days...
would someone else like to take over entirely?

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-26 04:07:14 UTC
Responsible Changed
From-To: green->mnag
Comment 5 Robin Breathe 2005-09-26 08:30:26 UTC
Brian Fundakowski Feldman wrote:
> On Sun, Sep 25, 2005 at 07:50:19PM +0100, Robin Breathe wrote:
>> The following patch updates to the now current 3.2.7 release, which
>> among other things includes a proper fix for platforms lacking fdatasync.
> 
> I really don't have time to be a ${MAINTAINER} anymore these days...
> would someone else like to take over entirely?


Brian,

I'm more than willing to take over :)

Robin
Comment 6 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-26 14:40:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!