git: 496d10da9652 - main - databases/emacsql: Add upstream patch to fix runtime error of devel/magit-devel

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Thu, 19 Jan 2023 02:31:37 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=496d10da96527abe29ec2a22bfdb5b62c71d4d25

commit 496d10da96527abe29ec2a22bfdb5b62c71d4d25
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-01-19 02:08:58 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-01-19 02:30:43 +0000

    databases/emacsql: Add upstream patch to fix runtime error of devel/magit-devel
    
    After editors/emacs-devel is update to 30.0.50.20230115,3, runtime
    error happens with devel/magit-devel if devel/forge-devel is also
    installed. So add upstream patch to fix it.
---
 databases/emacsql/Makefile | 5 ++++-
 databases/emacsql/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile
index 89db4ecaa045..80b3f3267a60 100644
--- a/databases/emacsql/Makefile
+++ b/databases/emacsql/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	emacsql
 DISTVERSION=	3.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
+PATCH_SITES=	https://github.com/magit/emacsql/commit/
+PATCHFILES=	3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch:-p1
+
 MAINTAINER=	yasu@FreeBSD.org
 COMMENT=	High-level Emacs Lisp RDBMS front-end
 WWW=		https://github.com/magit/emacsql
diff --git a/databases/emacsql/distinfo b/databases/emacsql/distinfo
index 003b5b8a83da..d8772162e169 100644
--- a/databases/emacsql/distinfo
+++ b/databases/emacsql/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1665719715
+TIMESTAMP = 1674094021
 SHA256 (magit-emacsql-3.1.1_GH0.tar.gz) = 82620a6e3a4e9d56047e9b099e1c3070a5a6aa6828ccde4fb7c3f262a11803f1
 SIZE (magit-emacsql-3.1.1_GH0.tar.gz) = 2392710
+SHA256 (3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch) = 488199703bcb8238742eb60583b815051c8d72d19513bf01093713d24bed34a5
+SIZE (3cec7dcb201568a09ee9cebf0ea1e43cba9d334a.patch) = 2164