diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-28 02:28:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-28 02:28:44 +0800 |
commit | 3f77027519bd6486722cdea1d40701ed4faaf805 (patch) | |
tree | 75418580d8353e3720330f85caa6327442d8081b | |
parent | 1c104befde0ec58c8acc99cf8952de9d3534bdc7 (diff) | |
download | freebsd-ports-gnome-3f77027519bd6486722cdea1d40701ed4faaf805.tar.gz freebsd-ports-gnome-3f77027519bd6486722cdea1d40701ed4faaf805.tar.zst freebsd-ports-gnome-3f77027519bd6486722cdea1d40701ed4faaf805.zip |
Update to 3.20.1
- Remove optimization flag [1]
- Update sha1:
Changes: https://www.sqlite.org/releaselog/3_20_1.html
PR: 221850
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Submitted by: Anton Sayetsky <vsasjason@gmail.com> [1]
-rw-r--r-- | databases/sqlite3/Makefile | 12 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 0a3541be989c..a1790f3d4a3f 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.20.0 -PORTREVISION= 2 +PORTVERSION= 3.20.1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -200,9 +199,6 @@ NULL_TRIM_CPPFLAGS= -DSQLITE_ENABLE_NULL_TRIM=1 .include <bsd.port.options.mk> # Platform Configuration -.if !defined(WITH_DEBUG) -CFLAGS+= -Os -.endif CPPFLAGS+= -DHAVE_ISNAN=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_USLEEP=1 -DHAVE_STRCHRNUL=1 post-configure: @@ -221,7 +217,11 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h # for compares with checksum from of the site -sha1: +sha1: fetch +.if defined(SHA1) && !empty(SHA1) + @sha1 -c ${SHA1} ${DISTDIR}/${ALLFILES} +.else @sha1 ${DISTDIR}/${ALLFILES} +.endif .include <bsd.port.mk> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 52a4dc4a20fd..f1e5cca1975b 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502198494 -SHA256 (sqlite-autoconf-3200000.tar.gz) = 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0 -SIZE (sqlite-autoconf-3200000.tar.gz) = 2565548 +TIMESTAMP = 1503825216 +SHA256 (sqlite-autoconf-3200100.tar.gz) = ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742 +SIZE (sqlite-autoconf-3200100.tar.gz) = 2565638 |