Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 16:56:11 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 85213c83c090 - 2023Q2 - databases/pgbouncer: update to 1.19.1
Message-ID:  <202306051656.355GuBN6050509@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85213c83c090855f15081895b1925636f82f15d5

commit 85213c83c090855f15081895b1925636f82f15d5
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2023-06-04 22:07:57 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-05 16:55:51 +0000

    databases/pgbouncer: update to 1.19.1
    
    Changelog: https://www.pgbouncer.org/changelog.html#pgbouncer-119x
    
    PR:             271828
    MFH:            2023Q2
    
    (cherry picked from commit 10211e69f25c3265d1fa13689c1bdb2ef6d9a0a8)
---
 databases/pgbouncer/Makefile | 6 +++---
 databases/pgbouncer/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index f157b30ea9bd..2888e6ec26bd 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pgbouncer
-PORTVERSION=	1.18.0
+PORTVERSION=	1.19.1
 CATEGORIES=	databases
 MASTER_SITES=	https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
 		http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -24,8 +24,8 @@ PORTSCOUT=	site:https://pgbouncer.github.io/downloads/
 SUB_FILES=	pkg-message
 SUB_LIST+=	PGBOUNCER_RUNDIR="${PGBOUNCER_RUNDIR}"
 
-USERS=		pgbouncer
-GROUPS=		pgbouncer
+USERS=		${PGBOUNCER_USER}
+GROUPS=		${PGBOUNCER_GROUP}
 
 PLIST_SUB+=	PGBOUNCER_GROUP="${GROUPS}" \
 		PGBOUNCER_LOGDIR="${PGBOUNCER_LOGDIR}" \
diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo
index 074aa761294f..c74def7b4ad9 100644
--- a/databases/pgbouncer/distinfo
+++ b/databases/pgbouncer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676205521
-SHA256 (pgbouncer-1.18.0.tar.gz) = 9349c9e59f6f88156354f4f6af27cdb014a235b00ae184cbaa37688bd0df544c
-SIZE (pgbouncer-1.18.0.tar.gz) = 600825
+TIMESTAMP = 1685701273
+SHA256 (pgbouncer-1.19.1.tar.gz) = 58c3eff9bb72c18133b28e1f034fd59356ea76281c65e127432ca101c208a394
+SIZE (pgbouncer-1.19.1.tar.gz) = 623569



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