svn commit: r448834 - head/databases/sqlite3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 27 18:28:46 UTC 2017
Author: sunpoet
Date: Sun Aug 27 18:28:44 2017
New Revision: 448834
URL: https://svnweb.freebsd.org/changeset/ports/448834
Log:
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 at gmail.com> (maintainer)
Submitted by: Anton Sayetsky <vsasjason at gmail.com> [1]
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Sun Aug 27 17:48:46 2017 (r448833)
+++ head/databases/sqlite3/Makefile Sun Aug 27 18:28:44 2017 (r448834)
@@ -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>
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Sun Aug 27 17:48:46 2017 (r448833)
+++ head/databases/sqlite3/distinfo Sun Aug 27 18:28:44 2017 (r448834)
@@ -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
More information about the svn-ports-head
mailing list