Skip to content

Commit

Permalink
databases/pgbouncer: update to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwagin authored and clausecker committed Jun 5, 2023
1 parent ecef70f commit 10211e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions 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}/
Expand All @@ -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}" \
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 10211e6

Please sign in to comment.