[Midnightbsd-cvs] mports [15662] U trunk/databases/sqlite3: sqlite 3.8.0.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 7 16:32:13 EST 2013
Revision: 15662
http://svnweb.midnightbsd.org/mports/?rev=15662
Author: laffer1
Date: 2013-12-07 16:32:13 -0500 (Sat, 07 Dec 2013)
Log Message:
-----------
sqlite 3.8.0.2
Modified Paths:
--------------
trunk/databases/sqlite3/Makefile
trunk/databases/sqlite3/distinfo
Property Changed:
----------------
trunk/databases/sqlite3/distinfo
trunk/databases/sqlite3/pkg-descr
trunk/databases/sqlite3/pkg-plist
Modified: trunk/databases/sqlite3/Makefile
===================================================================
--- trunk/databases/sqlite3/Makefile 2013-12-07 21:25:37 UTC (rev 15661)
+++ trunk/databases/sqlite3/Makefile 2013-12-07 21:32:13 UTC (rev 15662)
@@ -1,12 +1,10 @@
# $MidnightBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.7.17
-CATEGORIES= databases lang
-MASTER_SITES= http://www.sqlite.org/2013/ \
- http://www2.sqlite.org/2013/ \
- http://www3.sqlite.org/2013/
-DISTNAME= sqlite-autoconf-3071700
+PORTVERSION= 3.8.0.2
+CATEGORIES= databases
+MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
+DISTNAME= sqlite-autoconf-3080002
MAINTAINER= ports at MidnightBSD.org
COMMENT= SQL database engine in a C library
@@ -21,7 +19,7 @@
MAKE_JOBS_UNSAFE= yes
# Compilation Options For SQLite http://www.sqlite.org/compile.html
-OPTIONS_DEFINE= FTS3 ICU RTREE RAMTABLE UPD_DEL_LIMIT URI SOUNDEX METADATA \
+OPTIONS_DEFINE= FTS3 ICU RTREE RAMTABLE UPD_DEL_LIMIT URI URI_AUTHORITY SOUNDEX METADATA \
STAT3 DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADSAFE \
EXTENSION
OPTIONS_DEFAULT= FTS3 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADSAFE EXTENSION
@@ -31,6 +29,7 @@
RAMTABLE_DESC= Store temporary tables in RAM = ${TEMP_STORE}
UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE
URI_DESC= Enable use the URI filename
+URI_AUTHORITY_DESC= Allow convert URL into a UNC
SOUNDEX_DESC= Enables the soundex() SQL function
METADATA_DESC= Enable column metadata
STAT3_DESC= Help SQLite to chose a better query plan
@@ -80,6 +79,10 @@
CPPFLAGS+= -DSQLITE_USE_URI=1
.endif
+.if ${PORT_OPTIONS:MURI_AUTHORITY}
+CPPFLAGS+= -DSQLITE_ALLOW_URI_AUTHORITY=1
+.endif
+
.if ${PORT_OPTIONS:MSOUNDEX}
CPPFLAGS+= -DSQLITE_SOUNDEX=1
.endif
Modified: trunk/databases/sqlite3/distinfo
===================================================================
--- trunk/databases/sqlite3/distinfo 2013-12-07 21:25:37 UTC (rev 15661)
+++ trunk/databases/sqlite3/distinfo 2013-12-07 21:32:13 UTC (rev 15662)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
-SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
+SHA256 (sqlite-autoconf-3080002.tar.gz) = fca3a0a12f94dc92a6d9e700c3f6cab6cd4e79214bd7b6f13717a10f4bcfddb2
+SIZE (sqlite-autoconf-3080002.tar.gz) = 1878765
Property changes on: trunk/databases/sqlite3/distinfo
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.18
\ No newline at end of property
Index: trunk/databases/sqlite3/pkg-descr
===================================================================
--- trunk/databases/sqlite3/pkg-descr 2013-12-07 21:25:37 UTC (rev 15661)
+++ trunk/databases/sqlite3/pkg-descr 2013-12-07 21:32:13 UTC (rev 15662)
Property changes on: trunk/databases/sqlite3/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/databases/sqlite3/pkg-plist
===================================================================
--- trunk/databases/sqlite3/pkg-plist 2013-12-07 21:25:37 UTC (rev 15661)
+++ trunk/databases/sqlite3/pkg-plist 2013-12-07 21:32:13 UTC (rev 15662)
Property changes on: trunk/databases/sqlite3/pkg-plist
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list