Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 18:59:08 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 778160104f17 - main - databases/pgagroal: Update version 2.0.2=>2.1.0
Message-ID:  <6a4aa97c.39769.19cf1b6f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=778160104f173b09e39def98945027f9be3a278a

commit 778160104f173b09e39def98945027f9be3a278a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-07-05 18:24:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-07-05 18:58:41 +0000

    databases/pgagroal: Update version 2.0.2=>2.1.0
    
    - Update MASTER_SITES
    - Update WWW
    
    Changelog: https://github.com/pgagroal/pgagroal/releases/tag/2.1.0
---
 databases/pgagroal/Makefile  | 6 +++---
 databases/pgagroal/distinfo  | 6 +++---
 databases/pgagroal/pkg-plist | 2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile
index 243edcf0f7f3..3942e1f73e96 100644
--- a/databases/pgagroal/Makefile
+++ b/databases/pgagroal/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	pgagroal
-DISTVERSION=	2.0.2
+DISTVERSION=	2.1.0
 CATEGORIES=	databases
-MASTER_SITES=	https://github.com/agroal/${PORTNAME}/releases/download/${DISTVERSION}/
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	High-performance protocol-native connection pool for PostgreSQL
-WWW=		https://agroal.github.io/pgagroal/
+WWW=		https://pgagroal.github.io/
 
 LICENSE=	BSD3CLAUSE
 
diff --git a/databases/pgagroal/distinfo b/databases/pgagroal/distinfo
index e3d1b97f7f82..9f403205e000 100644
--- a/databases/pgagroal/distinfo
+++ b/databases/pgagroal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780145939
-SHA256 (pgagroal-2.0.2.tar.gz) = 4ae1b5fca73303731df87f97ac19e85cc90aee5bb9c85261f9852a82ab14f7bc
-SIZE (pgagroal-2.0.2.tar.gz) = 490347
+TIMESTAMP = 1783275748
+SHA256 (pgagroal-2.1.0.tar.gz) = 728b93154092b9961eb1c59012210ad5fdfbe418aabb650221e1b31d355e6c09
+SIZE (pgagroal-2.1.0.tar.gz) = 836519
diff --git a/databases/pgagroal/pkg-plist b/databases/pgagroal/pkg-plist
index 7117498379af..9c76c3ceacac 100644
--- a/databases/pgagroal/pkg-plist
+++ b/databases/pgagroal/pkg-plist
@@ -1,4 +1,5 @@
 bin/pgagroal
+bin/pgagroal-config
 bin/pgagroal-vault
 bin/pgagroal-admin
 bin/pgagroal-cli
@@ -9,6 +10,7 @@ lib/libpgagroal.so.2
 lib/libpgagroal.so.%%PORTVERSION%%
 share/man/man1/pgagroal-admin.1.gz
 share/man/man1/pgagroal-cli.1.gz
+share/man/man1/pgagroal-config.1.gz
 share/man/man1/pgagroal.1.gz
 share/man/man5/pgagroal.conf.5.gz
 share/man/man5/pgagroal_databases.conf.5.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4aa97c.39769.19cf1b6f>