From owner-svn-ports-all@freebsd.org Fri Jun 26 16:10:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5497235B1AA; Fri, 26 Jun 2020 16:10:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49thgl1R7Lz4nDY; Fri, 26 Jun 2020 16:10:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A897163E0; Fri, 26 Jun 2020 16:10:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05QGAhv9044075; Fri, 26 Jun 2020 16:10:43 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05QGAgSh044072; Fri, 26 Jun 2020 16:10:42 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202006261610.05QGAgSh044072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 26 Jun 2020 16:10:42 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/databases: sqliteodbc sqliteodbc-sqlite2 X-SVN-Commit-Revision: 540519 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2020 16:10:43 -0000 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