Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 06:47:19 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2220ac153487 - main - databases/{emacsql,emacsql-devel}: Update to 4.0.3
Message-ID:  <202409100647.48A6lJAi044288@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2220ac15348705ba983e26e5d38a2467f8a68f34

commit 2220ac15348705ba983e26e5d38a2467f8a68f34
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-09-10 06:18:48 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-09-10 06:46:30 +0000

    databases/{emacsql,emacsql-devel}: Update to 4.0.3
    
    Changes:        https://github.com/magit/emacsql/compare/v4.0.0...v4.0.3
---
 databases/emacsql-devel/Makefile                      |  2 +-
 databases/emacsql-devel/distinfo                      |  6 +++---
 databases/emacsql-devel/files/patch-emacsql-sqlite.el | 16 ++++------------
 databases/emacsql/Makefile                            |  2 +-
 databases/emacsql/distinfo                            |  6 +++---
 databases/emacsql/files/patch-emacsql-sqlite.el       | 16 ++++------------
 6 files changed, 16 insertions(+), 32 deletions(-)

diff --git a/databases/emacsql-devel/Makefile b/databases/emacsql-devel/Makefile
index e65373d5b376..698bb32e77b2 100644
--- a/databases/emacsql-devel/Makefile
+++ b/databases/emacsql-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emacsql
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.0.0
+DISTVERSION=	4.0.3
 DISTVERSIONSUFFIX=
 CATEGORIES=	databases elisp
 PKGNAMESUFFIX=	-devel${EMACS_PKGNAMESUFFIX}
diff --git a/databases/emacsql-devel/distinfo b/databases/emacsql-devel/distinfo
index d9e24e239b93..9c30803b5de0 100644
--- a/databases/emacsql-devel/distinfo
+++ b/databases/emacsql-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723783904
-SHA256 (magit-emacsql-v4.0.0_GH0.tar.gz) = 6d229617feea8dff15dcd0d33c4794b6c3c3d5afaf3c5647e685559b0913cd0d
-SIZE (magit-emacsql-v4.0.0_GH0.tar.gz) = 2398791
+TIMESTAMP = 1725949045
+SHA256 (magit-emacsql-v4.0.3_GH0.tar.gz) = 8ff4ad04f433f6f55278822685e5c7a21e291d25e4502f6990c5b6c8e341009e
+SIZE (magit-emacsql-v4.0.3_GH0.tar.gz) = 2398435
diff --git a/databases/emacsql-devel/files/patch-emacsql-sqlite.el b/databases/emacsql-devel/files/patch-emacsql-sqlite.el
index 8ddae08ac1fe..4416fed2bae9 100644
--- a/databases/emacsql-devel/files/patch-emacsql-sqlite.el
+++ b/databases/emacsql-devel/files/patch-emacsql-sqlite.el
@@ -1,6 +1,6 @@
---- emacsql-sqlite.el.orig	2022-02-18 15:43:25 UTC
+--- emacsql-sqlite.el.orig	2024-09-06 13:42:34 UTC
 +++ emacsql-sqlite.el
-@@ -33,16 +33,7 @@
+@@ -35,16 +35,7 @@
      "sqlite/emacsql-sqlite")
    "Relative path to emacsql executable.")
  
@@ -17,16 +17,8 @@
 +(defvar emacsql-sqlite-executable "%%PREFIX%%/bin/emacsql-sqlite"
    "Path to the EmacSQL backend (this is not the sqlite3 shell).")
  
- (defvar emacsql-sqlite-reserved
-@@ -100,6 +91,7 @@ used.")
-     (emacsql-wait connection)
-     (emacsql connection [:pragma (= busy-timeout $s1)]
-              (/ (* emacsql-global-timeout 1000) 2))
-+    (emacsql connection [:pragma (= foreign_keys 1)])
-     (emacsql-register connection)))
- 
- (cl-defun emacsql-sqlite (file &key debug)
-@@ -163,12 +155,12 @@ If called with non-nil ASYNC the return value is meani
+ (defvar emacsql-sqlite-c-compilers '("cc" "gcc" "clang")
+@@ -131,12 +122,12 @@ If called with non-nil ERROR, signal an error on failu
                        if path return it))
           (src (expand-file-name "sqlite" emacsql-sqlite-data-root))
           (files (mapcar (lambda (f) (expand-file-name f src))
diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile
index 9121ffa7183e..f99f785fdaeb 100644
--- a/databases/emacsql/Makefile
+++ b/databases/emacsql/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emacsql
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.0.0
+DISTVERSION=	4.0.3
 CATEGORIES=	databases elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
diff --git a/databases/emacsql/distinfo b/databases/emacsql/distinfo
index d9e24e239b93..6a74856e6c48 100644
--- a/databases/emacsql/distinfo
+++ b/databases/emacsql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723783904
-SHA256 (magit-emacsql-v4.0.0_GH0.tar.gz) = 6d229617feea8dff15dcd0d33c4794b6c3c3d5afaf3c5647e685559b0913cd0d
-SIZE (magit-emacsql-v4.0.0_GH0.tar.gz) = 2398791
+TIMESTAMP = 1725948648
+SHA256 (magit-emacsql-v4.0.3_GH0.tar.gz) = 8ff4ad04f433f6f55278822685e5c7a21e291d25e4502f6990c5b6c8e341009e
+SIZE (magit-emacsql-v4.0.3_GH0.tar.gz) = 2398435
diff --git a/databases/emacsql/files/patch-emacsql-sqlite.el b/databases/emacsql/files/patch-emacsql-sqlite.el
index 8ddae08ac1fe..4416fed2bae9 100644
--- a/databases/emacsql/files/patch-emacsql-sqlite.el
+++ b/databases/emacsql/files/patch-emacsql-sqlite.el
@@ -1,6 +1,6 @@
---- emacsql-sqlite.el.orig	2022-02-18 15:43:25 UTC
+--- emacsql-sqlite.el.orig	2024-09-06 13:42:34 UTC
 +++ emacsql-sqlite.el
-@@ -33,16 +33,7 @@
+@@ -35,16 +35,7 @@
      "sqlite/emacsql-sqlite")
    "Relative path to emacsql executable.")
  
@@ -17,16 +17,8 @@
 +(defvar emacsql-sqlite-executable "%%PREFIX%%/bin/emacsql-sqlite"
    "Path to the EmacSQL backend (this is not the sqlite3 shell).")
  
- (defvar emacsql-sqlite-reserved
-@@ -100,6 +91,7 @@ used.")
-     (emacsql-wait connection)
-     (emacsql connection [:pragma (= busy-timeout $s1)]
-              (/ (* emacsql-global-timeout 1000) 2))
-+    (emacsql connection [:pragma (= foreign_keys 1)])
-     (emacsql-register connection)))
- 
- (cl-defun emacsql-sqlite (file &key debug)
-@@ -163,12 +155,12 @@ If called with non-nil ASYNC the return value is meani
+ (defvar emacsql-sqlite-c-compilers '("cc" "gcc" "clang")
+@@ -131,12 +122,12 @@ If called with non-nil ERROR, signal an error on failu
                        if path return it))
           (src (expand-file-name "sqlite" emacsql-sqlite-data-root))
           (files (mapcar (lambda (f) (expand-file-name f src))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409100647.48A6lJAi044288>