svn commit: r442077 - head/databases/sqlite3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 30 15:21:47 UTC 2017
Author: sunpoet
Date: Tue May 30 15:21:46 2017
New Revision: 442077
URL: https://svnweb.freebsd.org/changeset/ports/442077
Log:
Update to 3.19.2
Changes: https://www.sqlite.org/releaselog/3_19_2.html
PR: 219592
Submitted by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Tue May 30 15:21:40 2017 (r442076)
+++ head/databases/sqlite3/Makefile Tue May 30 15:21:46 2017 (r442077)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 3.18.0
+PORTVERSION= 3.19.2
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
@@ -214,6 +214,9 @@ post-build:
.if ${ARCH}=="i386"
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
.endif
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
# for compares with checksum from of the site
sha1:
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Tue May 30 15:21:40 2017 (r442076)
+++ head/databases/sqlite3/distinfo Tue May 30 15:21:46 2017 (r442077)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491042552
-SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c
-SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004
+TIMESTAMP = 1495871536
+SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc
+SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613
More information about the svn-ports-all
mailing list