git: 7edbf61bbe6e - main - databases/pgpool-II-42: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 18:34:30 UTC
The branch main has been updated by bofh:

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

commit 7edbf61bbe6e8a0863afcb6bf91b8d5be91ccd9f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-17 04:58:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-17 18:34:19 +0000

    databases/pgpool-II-42: Mark DEPRECATED
    
    - Upstream EOL reaches on 2023-12-31
    - Set EXPIRATION_DATE 2023-12-31
    
    Approved by:    portmgr (blanket)
---
 databases/pgpool-II-42/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/databases/pgpool-II-42/Makefile b/databases/pgpool-II-42/Makefile
index 9e169c195fa8..a56277fb8aeb 100644
--- a/databases/pgpool-II-42/Makefile
+++ b/databases/pgpool-II-42/Makefile
@@ -11,6 +11,9 @@ WWW=		https://pgpool.net/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Upstream EOL reaches on 2023-12-31
+EXPIRATION_DATE=	2023-12-31
+
 USES=		gmake libtool pgsql:11+
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	pgpool
@@ -36,7 +39,7 @@ PAM_CONFIGURE_ON=	--with-pam
 SSL_USES=		ssl
 SSL_CONFIGURE_WITH=	openssl
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
 CFLAGS+=	-Wno-error=int-conversion
@@ -53,4 +56,4 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>