git: 04990a8bdb3a - main - databases/pgpool-II-36: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 14:26:03 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=04990a8bdb3ae9f3b11318d34b01227abba186ff
commit 04990a8bdb3ae9f3b11318d34b01227abba186ff
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-23 10:30:19 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-23 14:25:48 +0000
databases/pgpool-II-36: Mark DEPRECATED
- pgpool-II-36 or 3.6 series has reached EOL on 2021-11
- Set EXPIRATION_DATE on 2022-06-30
See also:
https://pgpool.net/mediawiki/index.php/EOL_information
Approved by: tz (private email)
Sponsored by: Bounce Experts
---
databases/pgpool-II-36/Makefile | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/databases/pgpool-II-36/Makefile b/databases/pgpool-II-36/Makefile
index e3f4e87a2ce3..516509e119e2 100644
--- a/databases/pgpool-II-36/Makefile
+++ b/databases/pgpool-II-36/Makefile
@@ -10,22 +10,26 @@ COMMENT= Connection pool server for PostgreSQL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Upstream support ended use databases/pgpool-II-43
+EXPIRATION_DATE= 2022-06-30
+
USES= gmake libtool pgsql:9.3+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool
GNU_CONFIGURE= yes
-PORTSCOUT= limit:^3.6.[0-9]*
CONFLICTS= pgpool-II
+PORTSCOUT= limit:^3.6.[0-9]*
+
PORTDOCS= *
-OPTIONS_DEFINE= DOCS SSL
+OPTIONS_DEFINE= DOCS SSL
OPTIONS_DEFAULT= SSL
-SSL_CONFIGURE_WITH= openssl
SSL_USES= ssl
+SSL_CONFIGURE_WITH= openssl
post-install:
@${MKDIR} ${STAGEDIR}/var/run/pgpool