diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index 2070d7c863a6..243edcf0f7f3 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -1,52 +1,52 @@ PORTNAME= pgagroal -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 CATEGORIES= databases MASTER_SITES= https://github.com/agroal/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= bofh@FreeBSD.org COMMENT= High-performance protocol-native connection pool for PostgreSQL WWW= https://agroal.github.io/pgagroal/ LICENSE= BSD3CLAUSE BROKEN_armv7= wants long to be a 64 bit type BROKEN_i386= wants long to be a 64 bit type BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ libev.so:devel/libev \ liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd USES= cmake ssl USE_LDCONFIG= yes USE_RC_SUBR= pgagroal SUB_LIST= PGAGROAL_RUNDIR="${PGAGROAL_RUNDIR}" USERS= pgagroal GROUPS= pgagroal PLIST_SUB+= PGAGROAL_GROUP="${GROUPS}" \ PGAGROAL_LOGDIR="${PGAGROAL_LOGDIR}" \ PGAGROAL_RUNDIR="${PGAGROAL_RUNDIR}" \ PGAGROAL_USER="${USERS}" \ PORTVERSION="${DISTVERSION}" PGAGROAL_GROUP?= pgagroal PGAGROAL_USER?= pgagroal PGAGROAL_RUNDIR?= /var/run/pgagroal PGAGROAL_LOGDIR?= /var/log/pgagroal post-patch: @${MV} ${WRKSRC}/doc/etc/pgagroal.conf \ ${WRKSRC}/doc/etc/pgagroal.conf.sample @${MV} ${WRKSRC}/doc/etc/pgagroal_hba.conf \ ${WRKSRC}/doc/etc/pgagroal_hba.conf.sample post-install: @${MKDIR} ${STAGEDIR}${PGAGROAL_RUNDIR} \ ${STAGEDIR}${PGAGROAL_LOGDIR} .include diff --git a/databases/pgagroal/distinfo b/databases/pgagroal/distinfo index b1b6b6f85ada..e3d1b97f7f82 100644 --- a/databases/pgagroal/distinfo +++ b/databases/pgagroal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776025326 -SHA256 (pgagroal-2.0.1.tar.gz) = db48f0788dd5fb7d075588dda46bd2c0a87068d3f4c1184a21671bad7f66854c -SIZE (pgagroal-2.0.1.tar.gz) = 486639 +TIMESTAMP = 1780145939 +SHA256 (pgagroal-2.0.2.tar.gz) = 4ae1b5fca73303731df87f97ac19e85cc90aee5bb9c85261f9852a82ab14f7bc +SIZE (pgagroal-2.0.2.tar.gz) = 490347