Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 16:10:42 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540519 - in head/databases: sqliteodbc sqliteodbc-sqlite2
Message-ID:  <202006261610.05QGAgSh044072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Jun 26 16:10:42 2020
New Revision: 540519
URL: https://svnweb.freebsd.org/changeset/ports/540519

Log:
  - Update sqliteodbc ports to 0.9998
  - Mark sqlite2 version deprecated and set expiration (i.e. drop
    sqlite2 support)
  - Fix minor whitespace issue

Modified:
  head/databases/sqliteodbc-sqlite2/Makefile
  head/databases/sqliteodbc/Makefile
  head/databases/sqliteodbc/distinfo

Modified: head/databases/sqliteodbc-sqlite2/Makefile
==============================================================================
--- head/databases/sqliteodbc-sqlite2/Makefile	Fri Jun 26 16:01:17 2020	(r540518)
+++ head/databases/sqliteodbc-sqlite2/Makefile	Fri Jun 26 16:10:42 2020	(r540519)
@@ -9,8 +9,11 @@ COMMENT=	ODBC driver for SQLite 2
 
 MASTERDIR=	${.CURDIR}/../sqliteodbc
 
+DEPRECATED=	SQLite2 has stopped development in 2005, please move to SQLite3
+EXPIRATION_DATE=	2020-07-27
+
 BROKEN_aarch64=	fails to compile: error: passing char * to parameter of incompatible type va_list
 BROKEN_armv6=	fails to compile: error: passing char * to parameter of incompatible type va_list
-BROKEN_armv7=		fails to compile: error: passing char * to parameter of incompatible type va_list
+BROKEN_armv7=	fails to compile: error: passing char * to parameter of incompatible type va_list
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/sqliteodbc/Makefile
==============================================================================
--- head/databases/sqliteodbc/Makefile	Fri Jun 26 16:01:17 2020	(r540518)
+++ head/databases/sqliteodbc/Makefile	Fri Jun 26 16:10:42 2020	(r540519)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sqliteodbc
-PORTVERSION=	0.9996
+PORTVERSION=	0.9998
 PORTREVISION?=	0
 CATEGORIES=	databases
 MASTER_SITES=	http://www.ch-werner.de/sqliteodbc/

Modified: head/databases/sqliteodbc/distinfo
==============================================================================
--- head/databases/sqliteodbc/distinfo	Fri Jun 26 16:01:17 2020	(r540518)
+++ head/databases/sqliteodbc/distinfo	Fri Jun 26 16:10:42 2020	(r540519)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519571551
-SHA256 (sqliteodbc-0.9996.tar.gz) = 8afbc9e0826d4ff07257d7881108206ce31b5f719762cbdb4f68201b60b0cb4e
-SIZE (sqliteodbc-0.9996.tar.gz) = 997425
+TIMESTAMP = 1593159706
+SHA256 (sqliteodbc-0.9998.tar.gz) = fabcbec73f98d1a34911636c02c29fc64147d27516b142e8e132c68c05a6065b
+SIZE (sqliteodbc-0.9998.tar.gz) = 1000548



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006261610.05QGAgSh044072>