aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 04:58:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 18:34:19 +0000
commit7edbf61bbe6e8a0863afcb6bf91b8d5be91ccd9f (patch)
tree060e796c663b88728c13a4565799826c3338f77b
parent4c377a43d34c8f8224e584a670102231547454d2 (diff)
downloadports-7edbf61bbe6e8a0863afcb6bf91b8d5be91ccd9f.tar.gz
ports-7edbf61bbe6e8a0863afcb6bf91b8d5be91ccd9f.zip
databases/pgpool-II-42: Mark DEPRECATED
- Upstream EOL reaches on 2023-12-31 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket)
-rw-r--r--databases/pgpool-II-42/Makefile7
1 files 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>