aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-20 14:53:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-20 15:46:44 +0000
commit531d5cbb9636ebce845ef1ffc54be8eb50236db8 (patch)
tree23d3f8b7172d4dcfd3a937ce15ffc1c56823365f
parentf27745601444c01c5d75176bc4e6a69fe3556938 (diff)
databases/pgpool-II-40: Update version 4.0.21=>4.0.22
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-0-22.html Approved by: tz (mail) Sponsored by: Bounce Experts
-rw-r--r--databases/pgpool-II-40/Makefile8
-rw-r--r--databases/pgpool-II-40/distinfo6
2 files changed, 10 insertions, 4 deletions
diff --git a/databases/pgpool-II-40/Makefile b/databases/pgpool-II-40/Makefile
index 1e8928e0c6bd..5cc3fa54ee99 100644
--- a/databases/pgpool-II-40/Makefile
+++ b/databases/pgpool-II-40/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pgpool-II
-PORTVERSION= 4.0.21
+PORTVERSION= 4.0.22
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 40
@@ -36,6 +36,12 @@ PAM_CONFIGURE_ON= --with-pam
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
post-install:
@${MKDIR} ${STAGEDIR}/var/run/pgpool
${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.1.0.0 ${STAGEDIR}${PREFIX}/lib
diff --git a/databases/pgpool-II-40/distinfo b/databases/pgpool-II-40/distinfo
index 228f3921f8e0..b1c1d39ace00 100644
--- a/databases/pgpool-II-40/distinfo
+++ b/databases/pgpool-II-40/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672508896
-SHA256 (pgpool-II-4.0.21.tar.gz) = e3da965b7b4e46d8e4eb9e35535bbf3414d37bd86fc6be19d1de2c42eee1f7d9
-SIZE (pgpool-II-4.0.21.tar.gz) = 3959552
+TIMESTAMP = 1676902919
+SHA256 (pgpool-II-4.0.22.tar.gz) = 77fae336a9d925b08bd3301bad2e9bc2703e01aa46ddac4b2c7c6f38483f9512
+SIZE (pgpool-II-4.0.22.tar.gz) = 3967982