Skip to content

Commit

Permalink
databases/pgpool-II-42: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- Upstream EOL reaches on 2023-12-31
- Set EXPIRATION_DATE 2023-12-31

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Aug 17, 2023
1 parent 4c377a4 commit 7edbf61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions databases/pgpool-II-42/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -53,4 +56,4 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit 7edbf61

Please sign in to comment.