git: 9655d61ad509 - main - databases/emacs-sqlite3-api: Mark DEPRECATED and set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 23:55:23 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=9655d61ad509467b37ad3e4a02aafff23bebd4d2 commit 9655d61ad509467b37ad3e4a02aafff23bebd4d2 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-10-03 23:47:42 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-10-03 23:54:38 +0000 databases/emacs-sqlite3-api: Mark DEPRECATED and set EXPIRATION_DATE Emacs 29 and later support sqlite3 natively. So 3rd party sqlite3 module isn't necessary any more. --- databases/emacs-sqlite3-api/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/emacs-sqlite3-api/Makefile b/databases/emacs-sqlite3-api/Makefile index aaa403c12008..ba95cf6c73cb 100644 --- a/databases/emacs-sqlite3-api/Makefile +++ b/databases/emacs-sqlite3-api/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/pekingduck/emacs-sqlite3-api LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Emacs 29 and later support sqlite3 natively +EXPIRATION_DATE= 2024-10-31 + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= emacs gmake