FreeBSD Bugzilla – Attachment 185168 Details for
Bug 219963
www/firefox: update to 55.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sqlite3 fix
sqlite3.diff (text/plain), 1.89 KB, created by
Jan Beich
on 2017-08-08 21:38:17 UTC
(
hide
)
Description:
sqlite3 fix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2017-08-08 21:38:17 UTC
Size:
1.89 KB
patch
obsolete
>Index: databases/sqlite3/Makefile >=================================================================== >--- databases/sqlite3/Makefile (revision 447570) >+++ databases/sqlite3/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sqlite3 > PORTVERSION= 3.20.0 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 >@@ -141,7 +141,7 @@ TS3_CPPFLAGS= -DSQLITE_TEMP_STORE=3 > RTREE_CPPFLAGS= -DSQLITE_ENABLE_RTREE=1 > RTREE_INT_CPPFLAGS= -DSQLITE_RTREE_INT_ONLY=1 > >-FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 >+FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS4=1 > FTS5_CONFIGURE_ENABLE= fts5 > FTS3_TOKEN_CPPFLAGS= -DSQLITE_ENABLE_FTS3_TOKENIZER=1 > >Index: databases/tcl-sqlite3/Makefile >=================================================================== >--- databases/tcl-sqlite3/Makefile (revision 447546) >+++ databases/tcl-sqlite3/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= sqlite3 >-PORTVERSION= 3.19.3 >+PORTVERSION= 3.20.0 > CATEGORIES= databases tcl > MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ > PKGNAMEPREFIX= tcl- >Index: databases/tcl-sqlite3/distinfo >=================================================================== >--- databases/tcl-sqlite3/distinfo (revision 447546) >+++ databases/tcl-sqlite3/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1497080522 >-SHA256 (sqlite-autoconf-3190300.tar.gz) = 06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301 >-SIZE (sqlite-autoconf-3190300.tar.gz) = 2542682 >+TIMESTAMP = 1502198494 >+SHA256 (sqlite-autoconf-3200000.tar.gz) = 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0 >+SIZE (sqlite-autoconf-3200000.tar.gz) = 2565548
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jkim
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219963
:
183457
|
183533
|
183736
|
183737
|
183827
|
183933
|
184163
|
184285
|
184351
|
184692
|
184908
|
185168