Date: Fri, 21 Mar 2025 09:51:13 GMT 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: 4511461fdf0d - main - databases/pgagroal: Update version 1.4.2=>1.5.0 Message-ID: <202503210951.52L9pD4n030310@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=4511461fdf0da717d3bd9c828a7b2ee4558dd8f5 commit 4511461fdf0da717d3bd9c828a7b2ee4558dd8f5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-03-21 09:35:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-03-21 09:51:04 +0000 databases/pgagroal: Update version 1.4.2=>1.5.0 Changelog: https://github.com/agroal/pgagroal/releases/tag/1.5.0 --- databases/pgagroal/Makefile | 12 ++++-------- databases/pgagroal/distinfo | 6 +++--- databases/pgagroal/files/patch-doc_CMakeLists.txt | 13 +++++++++++++ databases/pgagroal/pkg-plist | 2 +- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index 0821dd07c7c6..3fc8d96248bf 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgagroal -PORTVERSION= 1.4.2 +DISTVERSION= 1.5.0 CATEGORIES= databases -MASTER_SITES= https://github.com/agroal/${PORTNAME}/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/agroal/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance protocol-native connection pool for PostgreSQL @@ -24,7 +24,8 @@ GROUPS= pgagroal PLIST_SUB+= PGAGROAL_GROUP="${GROUPS}" \ PGAGROAL_LOGDIR="${PGAGROAL_LOGDIR}" \ PGAGROAL_RUNDIR="${PGAGROAL_RUNDIR}" \ - PGAGROAL_USER="${USERS}" + PGAGROAL_USER="${USERS}" \ + PORTVERSION="${DISTVERSION}" PGAGROAL_GROUP?= pgagroal PGAGROAL_USER?= pgagroal @@ -37,11 +38,6 @@ post-patch: ${WRKSRC}/doc/etc/pgagroal.conf.sample @${MV} ${WRKSRC}/doc/etc/pgagroal_hba.conf \ ${WRKSRC}/doc/etc/pgagroal_hba.conf.sample - @${REINPLACE_CMD} 's|etc/pgagroal.conf|etc/pgagroal.conf.sample|g; \ - s|etc/pgagroal_hba.conf|etc/pgagroal_hba.conf.sample|g' \ - ${WRKSRC}/doc/CMakeLists.txt - @${REINPLACE_CMD} 's|pgagraol.%d.pid|pgagroal.pid|g' \ - ${WRKSRC}/src/libpgagroal/configuration.c post-install: @${MKDIR} ${STAGEDIR}${PGAGROAL_RUNDIR} \ diff --git a/databases/pgagroal/distinfo b/databases/pgagroal/distinfo index 6bf13a32b3b2..81103be2b6d6 100644 --- a/databases/pgagroal/distinfo +++ b/databases/pgagroal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656274963 -SHA256 (pgagroal-1.4.2.tar.gz) = 6feb76e59eb4163de423025a6a1fbe34a48fe6880741107ca1f73c617af4da31 -SIZE (pgagroal-1.4.2.tar.gz) = 256332 +TIMESTAMP = 1742473697 +SHA256 (pgagroal-1.5.0.tar.gz) = c90ca334de0892e18efc17bae751389b9deb3b97fe415fce6a62b6c8a1301b55 +SIZE (pgagroal-1.5.0.tar.gz) = 282134 diff --git a/databases/pgagroal/files/patch-doc_CMakeLists.txt b/databases/pgagroal/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..c032b626a434 --- /dev/null +++ b/databases/pgagroal/files/patch-doc_CMakeLists.txt @@ -0,0 +1,13 @@ +--- doc/CMakeLists.txt.orig 2025-03-20 12:40:33 UTC ++++ doc/CMakeLists.txt +@@ -66,8 +66,8 @@ add_custom_command( + # + # Install configuration and documentation + # +-install(FILES etc/pgagroal.conf DESTINATION share/doc/pgagroal/etc) +-install(FILES etc/pgagroal_hba.conf DESTINATION share/doc/pgagroal/etc) ++install(FILES etc/pgagroal.conf.sample DESTINATION etc/pgagroal) ++install(FILES etc/pgagroal_hba.conf.sample DESTINATION etc/pgagroal) + + install(DIRECTORY . DESTINATION share/doc/pgagroal FILES_MATCHING PATTERN "*.md" PATTERN "etc" EXCLUDE PATTERN "images" EXCLUDE PATTERN "man" EXCLUDE) + install(DIRECTORY images/ DESTINATION share/doc/pgagroal/images FILES_MATCHING PATTERN "*.png") diff --git a/databases/pgagroal/pkg-plist b/databases/pgagroal/pkg-plist index ce32ef26fe91..1861fc21297b 100644 --- a/databases/pgagroal/pkg-plist +++ b/databases/pgagroal/pkg-plist @@ -5,7 +5,7 @@ bin/pgagroal-cli @sample %%ETCDIR%%/pgagroal_hba.conf.sample lib/libpgagroal.so lib/libpgagroal.so.1 -lib/libpgagroal.so.1.4.2 +lib/libpgagroal.so.%%PORTVERSION%% share/man/man1/pgagroal-admin.1.gz share/man/man1/pgagroal-cli.1.gz share/man/man1/pgagroal.1.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503210951.52L9pD4n030310>
