diff -udp ports/databases/tcl-sqlite3.orig/Makefile ports/databases/tcl-sqlite3/Makefile --- ports/databases/tcl-sqlite3.orig/Makefile 2015-08-22 17:08:27.886029000 +0300 +++ ports/databases/tcl-sqlite3/Makefile 2015-08-22 17:11:05.030187000 +0300 @@ -1,11 +1,11 @@ # $FreeBSD: head/databases/tcl-sqlite3/Makefile 388903 2015-06-09 08:07:23Z culot $ 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 -udp ports/databases/tcl-sqlite3.orig/distinfo ports/databases/tcl-sqlite3/distinfo --- ports/databases/tcl-sqlite3.orig/distinfo 2015-08-22 17:08:27.886021000 +0300 +++ ports/databases/tcl-sqlite3/distinfo 2015-08-22 17:11:24.636265000 +0300 @@ -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 Common subdirectories: ports/databases/tcl-sqlite3.orig/files and ports/databases/tcl-sqlite3/files