Bug 181706 - [MAINTAINER] databases/sqlite3: update to 3.8.0.1
Summary: [MAINTAINER] databases/sqlite3: update to 3.8.0.1
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-31 14:20 UTC by Pavel Volkov
Modified: 2013-08-31 18:50 UTC (History)
0 users

See Also:


Attachments
sqlite3-3.8.0.1.patch (2.00 KB, patch)
2013-08-31 14:20 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 2013-08-31 14:20:00 UTC
- Update to 3.8.0.1

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-08-31 15:11:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-31 18:47:53 UTC
Author: rm
Date: Sat Aug 31 17:47:39 2013
New Revision: 325823
URL: http://svnweb.freebsd.org/changeset/ports/325823

Log:
  - update to 3.8.0.1
  
  PR:		181706
  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	Sat Aug 31 17:46:22 2013	(r325822)
+++ head/databases/sqlite3/Makefile	Sat Aug 31 17:47:39 2013	(r325823)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.17
-PORTREVISION=	1
+PORTVERSION=	3.8.0.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/
-DISTNAME=	sqlite-autoconf-3071700
+DISTNAME=	sqlite-autoconf-3080001
 
 MAINTAINER=	pavelivolkov@gmail.com
 COMMENT=	SQL database engine in a C library
@@ -19,13 +18,13 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 CONFLICTS=	sqlite34-[0-9]* sqlcipher-[0-9]*
 
 USES=		pathfix
-USE_LDCONFIG=	YES
-GNU_CONFIGURE=	YES
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 
 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
@@ -35,6 +34,7 @@ RTREE_DESC=		Enable R*Tree module (${RTR
 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
@@ -88,6 +88,10 @@ CPPFLAGS+=		-DSQLITE_ENABLE_UPDATE_DELET
 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: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Sat Aug 31 17:46:22 2013	(r325822)
+++ head/databases/sqlite3/distinfo	Sat Aug 31 17:47:39 2013	(r325823)
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf
-SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108
+SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36
+SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758
_______________________________________________
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 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-08-31 18:50:01 UTC
State Changed
From-To: open->closed

Committed, thank you!