git: 1eb36ddd4bca - main - databases/pgbouncer: Update 1.23.1 => 1.24.1

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Mon, 28 Jul 2025 17:39:23 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1eb36ddd4bcadb553b38812533b3b015b01818a2

commit 1eb36ddd4bcadb553b38812533b3b015b01818a2
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2025-07-28 17:36:00 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-07-28 17:39:10 +0000

    databases/pgbouncer: Update 1.23.1 => 1.24.1
    
    Changelogs:
    https://www.pgbouncer.org/changelog.html#pgbouncer-124x
    
    While here replace non-ASCII quotes with ASCII in pkg-descr.
    
    PR:     288502
---
 databases/pgbouncer/Makefile  | 2 +-
 databases/pgbouncer/distinfo  | 6 +++---
 databases/pgbouncer/pkg-descr | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 867c56b2c9c5..7a6470591d3d 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pgbouncer
-DISTVERSION=	1.23.1
+DISTVERSION=	1.24.1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.pgbouncer.org/downloads/files/${DISTVERSION}/
 
diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo
index 1232ed485344..9e941734cd68 100644
--- a/databases/pgbouncer/distinfo
+++ b/databases/pgbouncer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734778449
-SHA256 (pgbouncer-1.23.1.tar.gz) = 1963b497231d9a560a62d266e4a2eae6881ab401853d93e5d292c3740eec5084
-SIZE (pgbouncer-1.23.1.tar.gz) = 700025
+TIMESTAMP = 1753649195
+SHA256 (pgbouncer-1.24.1.tar.gz) = da72a3aba13072876d055a3e58dd4aba4a5de4ed6148e73033185245598fd3e0
+SIZE (pgbouncer-1.24.1.tar.gz) = 717796
diff --git a/databases/pgbouncer/pkg-descr b/databases/pgbouncer/pkg-descr
index a4690341723d..4b84c8d76f1f 100644
--- a/databases/pgbouncer/pkg-descr
+++ b/databases/pgbouncer/pkg-descr
@@ -30,4 +30,4 @@ below for incompatible features.
 
 Most aggressive method. This is transaction pooling with a twist:
 Multi-statement transactions are disallowed. This is meant to enforce
-“autocommit” mode on the client, mostly targeted at PL/Proxy.
+"autocommit" mode on the client, mostly targeted at PL/Proxy.