git: ed9c7c4aefda - main - databases/pgpool-II-42: Extend EXPIRATION_DATE

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 26 Oct 2023 20:34:36 UTC
The branch main has been updated by bofh:

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

commit ed9c7c4aefda89b6118eff5aef76bc94ffa33ed2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-26 20:14:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-26 20:34:04 +0000

    databases/pgpool-II-42: 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-42/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/pgpool-II-42/Makefile b/databases/pgpool-II-42/Makefile
index a56277fb8aeb..a623ddc98918 100644
--- a/databases/pgpool-II-42/Makefile
+++ b/databases/pgpool-II-42/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 2025-11-30
+EXPIRATION_DATE=	2025-12-31
 
 USES=		gmake libtool pgsql:11+
 USE_LDCONFIG=	yes