aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-26 20:14:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-26 20:34:04 +0000
commited9c7c4aefda89b6118eff5aef76bc94ffa33ed2 (patch)
tree53428da2086ecc04118ceec060c4f89e9bb41a1a
parentfb0a93b99bb7491af0ee804f0362f8b76acb3ef0 (diff)
downloadports-ed9c7c4aefda89b6118eff5aef76bc94ffa33ed2.tar.gz
ports-ed9c7c4aefda89b6118eff5aef76bc94ffa33ed2.zip
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)
-rw-r--r--databases/pgpool-II-42/Makefile4
1 files 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