git: fb0a93b99bb7 - main - databases/pgpool-II-41: Extend EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Oct 2023 20:34:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 commit fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-26 20:10:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-26 20:34:04 +0000 databases/pgpool-II-41: Extend EXPIRATION_DATE The EOL for the branch has been extended so extend the DEPRECATION and EXPIRATION_DATE accordingly. See: https://www.pgpool.net/mediawiki/index.php/EOL_information Approved by: portmgr (blanket) --- databases/pgpool-II-41/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/pgpool-II-41/Makefile b/databases/pgpool-II-41/Makefile index a6069ed22506..d4459c17e4a8 100644 --- a/databases/pgpool-II-41/Makefile +++ b/databases/pgpool-II-41/Makefile @@ -11,8 +11,8 @@ WWW= https://pgpool.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Upstream EOL reaches on 2023-12-31 -EXPIRATION_DATE= 2023-12-31 +DEPRECATED= Upstream EOL reaches on 2024-10-31 +EXPIRATION_DATE= 2024-12-31 USES= gmake libtool pgsql:11+ USE_LDCONFIG= yes