diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-06-26 16:10:42 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-06-26 16:10:42 +0000 |
commit | 7ddd659cfb97fccbe2600e77caf9b81818472421 (patch) | |
tree | 37b17e39f43c6bcbe2aa0f78fa694c3a793633d2 | |
parent | multimedia/libva: update to 2.8.0 (diff) |
- Update sqliteodbc ports to 0.9998
- Mark sqlite2 version deprecated and set expiration (i.e. drop
sqlite2 support)
- Fix minor whitespace issue
Notes
Notes:
svn path=/head/; revision=540519
-rw-r--r-- | databases/sqliteodbc-sqlite2/Makefile | 5 | ||||
-rw-r--r-- | databases/sqliteodbc/Makefile | 2 | ||||
-rw-r--r-- | databases/sqliteodbc/distinfo | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile index 3d575c2d22b8..7ac6e3470124 100644 --- a/databases/sqliteodbc-sqlite2/Makefile +++ b/databases/sqliteodbc-sqlite2/Makefile @@ -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" diff --git a/databases/sqliteodbc/Makefile b/databases/sqliteodbc/Makefile index 65287fe91aff..51a19144973f 100644 --- a/databases/sqliteodbc/Makefile +++ b/databases/sqliteodbc/Makefile @@ -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/ diff --git a/databases/sqliteodbc/distinfo b/databases/sqliteodbc/distinfo index e9b31a9c0a7c..d1920d5cbb11 100644 --- a/databases/sqliteodbc/distinfo +++ b/databases/sqliteodbc/distinfo @@ -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 |