git: 2edf6e705cfb - main - databases/sqliteodbc: Update distinfo

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Tue, 05 Sep 2023 13:39:36 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2edf6e705cfb232dbfa044fe51a2447a5f7ee0b7

commit 2edf6e705cfb232dbfa044fe51a2447a5f7ee0b7
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-09-05 13:38:25 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-09-05 13:38:25 +0000

    databases/sqliteodbc: Update distinfo
    
    Upstreame rerolled distfile to include build fix, so remove the now
    unneeded patch.
    
    No functional change.
    
    Reported by:    pkg-fallout
---
 databases/sqliteodbc/distinfo                  |  4 ++--
 databases/sqliteodbc/files/patch-sqlite3odbc.c | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/databases/sqliteodbc/distinfo b/databases/sqliteodbc/distinfo
index 744fc41a473a..2a0e2def2eb6 100644
--- a/databases/sqliteodbc/distinfo
+++ b/databases/sqliteodbc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693671462
-SHA256 (sqliteodbc-0.9999.tar.gz) = 2c3cd6fd9d2be59d439122b0488788e5431b879a600f01117697763c5b563cf7
+TIMESTAMP = 1693920932
+SHA256 (sqliteodbc-0.9999.tar.gz) = a8ac240e80ff2354a0e0e9ab4d3b567192ae4f3bf5d29244478663a316024732
 SIZE (sqliteodbc-0.9999.tar.gz) = 1004293
diff --git a/databases/sqliteodbc/files/patch-sqlite3odbc.c b/databases/sqliteodbc/files/patch-sqlite3odbc.c
deleted file mode 100644
index 130578cd7853..000000000000
--- a/databases/sqliteodbc/files/patch-sqlite3odbc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sqlite3odbc.c.orig	2023-08-24 08:50:22 UTC
-+++ sqlite3odbc.c
-@@ -13305,7 +13305,7 @@ drvdriverconnect(SQLHDBC dbc, SQLHWND hwnd,
- 				   attas, sizeof (attas), ODBC_INI);
-     }
- #endif
--    illag[0] = '\0';
-+    ilflag[0] = '\0';
-     getdsnattr(buf, "ilike", ilflag, sizeof (ilflag));
- #ifndef WITHOUT_DRIVERMGR
-     if (dsn[0] && !ilflag[0]) {