aboutsummaryrefslogtreecommitdiffstats
path: root/databases/tcl-sqlite3
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-23 23:19:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-08-23 23:19:00 +0800
commit8b3341d343cdfa7b7541a28ab2aee33cb646e4c7 (patch)
treec7ebca721fa6e08cb237d634e35236b416fd3a5e /databases/tcl-sqlite3
parent7ec5e7a72ac896d9c027cbbd71a90e5837904f2f (diff)
downloadfreebsd-ports-gnome-8b3341d343cdfa7b7541a28ab2aee33cb646e4c7.tar.gz
freebsd-ports-gnome-8b3341d343cdfa7b7541a28ab2aee33cb646e4c7.tar.zst
freebsd-ports-gnome-8b3341d343cdfa7b7541a28ab2aee33cb646e4c7.zip
- Update to 3.8.11.1
- Update MASTER_SITES Changes: https://www.sqlite.org/releaselog/3_8_11_1.html PR: 202569 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r--databases/tcl-sqlite3/Makefile7
-rw-r--r--databases/tcl-sqlite3/distinfo4
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile
index 4004eeac5a0f..a5d695feb9c1 100644
--- a/databases/tcl-sqlite3/Makefile
+++ b/databases/tcl-sqlite3/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.10.2
+PORTVERSION= 3.8.11.1
CATEGORIES= databases tcl
-MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
+MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
PKGNAMEPREFIX= tcl-
-DISTNAME= sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g}
+DISTNAME= sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g}
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
@@ -26,6 +26,7 @@ USES= pkgconfig tcl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+CFLAGS+= -Os
CFLAGS+= `pkg-config --cflags sqlite3`
LDFLAGS+= `pkg-config --libs sqlite3`
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-system-sqlite
diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo
index 564e1f1c992e..a73d370af0fb 100644
--- a/databases/tcl-sqlite3/distinfo
+++ b/databases/tcl-sqlite3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3081002.tar.gz) = 8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626
-SIZE (sqlite-autoconf-3081002.tar.gz) = 2049387
+SHA256 (sqlite-autoconf-3081101.tar.gz) = fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6
+SIZE (sqlite-autoconf-3081101.tar.gz) = 2101885