aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-23 15:18:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-23 15:18:55 +0000
commit604086dd2eba3c43f7cdfb56f61d7bd0a25116f8 (patch)
treedf122f5aa0aa406aa022eb16a8c1073bf4d713dd /databases
parentaeebc87a03401d33c54e67376c519b003297c7c8 (diff)
downloadports-604086dd2eba3c43f7cdfb56f61d7bd0a25116f8.tar.gz
ports-604086dd2eba3c43f7cdfb56f61d7bd0a25116f8.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile10
-rw-r--r--databases/sqlite3/distinfo4
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 99f2acf469f2..3f7401a318c3 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.8.10.2
+PORTVERSION= 3.8.11.1
CATEGORIES= databases
-MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
-DISTNAME= sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g}
+MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
+DISTNAME= sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g}
MAINTAINER= pavelivolkov@gmail.com
COMMENT= SQL database engine in a C library
@@ -17,10 +17,11 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]*
-USES= pathfix libtool ncurses
+USES= libtool ncurses pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+CFLAGS+= -Os
MAKE_JOBS_UNSAFE= yes
@@ -146,6 +147,7 @@ READLINE_USES= readline
post-configure:
@${ECHO_MSG} "===> CONFIGURE_ARGS=${CONFIGURE_ARGS}"
@${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}"
+ @${ECHO_MSG} "===> CFLAGS=${CFLAGS}"
@${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}"
post-build:
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 564e1f1c992e..a73d370af0fb 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/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