diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile --- databases/sqlite3.orig/Makefile 2017-08-27 09:06:49.000844000 +0000 +++ databases/sqlite3/Makefile 2017-08-27 09:19:18.515029000 +0000 @@ -2,8 +2,7 @@ # $FreeBSD: head/databases/sqlite3/Makefile 447763 2017-08-11 14:12:44Z lev $ 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 @@ .include # 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 @@ ${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 diff -urNd databases/sqlite3.orig/distinfo databases/sqlite3/distinfo --- databases/sqlite3.orig/distinfo 2017-08-27 09:06:49.000843000 +0000 +++ databases/sqlite3/distinfo 2017-08-27 09:13:38.098030000 +0000 @@ -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