Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 16:54:16 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10211e69f25c - main - databases/pgbouncer: update to 1.19.1
Message-ID:  <202306051654.355GsGEd049946@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=10211e69f25c3265d1fa13689c1bdb2ef6d9a0a8

commit 10211e69f25c3265d1fa13689c1bdb2ef6d9a0a8
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:53:04 +0000

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

diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 391de975a740..2888e6ec26bd 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pgbouncer
-PORTVERSION=	1.18.0
-PORTREVISION=	1
+PORTVERSION=	1.19.1
 CATEGORIES=	databases
 MASTER_SITES=	https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
 		http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -25,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?202306051654.355GsGEd049946>