Hi,

Small diff to update pgpool to it's latest version.
Tested on @amd64.

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgpool/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile	12 Jun 2018 14:22:46 -0000	1.11
+++ Makefile	9 Aug 2018 13:50:33 -0000
@@ -2,7 +2,7 @@
 
 COMMENT= 	connection pool server for PostgreSQL
 
-DISTNAME= 	pgpool-II-3.7.4
+DISTNAME= 	pgpool-II-3.7.5
 
 CATEGORIES= 	databases
 
@@ -15,7 +15,7 @@ SHARED_LIBS=  pcp	0.0
 # BSD
 PERMIT_PACKAGE_CDROM= 	Yes
 
-MASTER_SITES=		http://www.pgpool.net/mediawiki/images/
+MASTER_SITES=		https://www.pgpool.net/mediawiki/images/
 
 WANTLIB= 		c crypto m pq ssl pthread
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgpool/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo	12 Jun 2018 14:22:46 -0000	1.8
+++ distinfo	9 Aug 2018 13:50:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (pgpool-II-3.7.4.tar.gz) = IxLw+xa6pO/DtCxvgUw5nGhW3dYKvGVs8Pgu0z3Kmms=
-SIZE (pgpool-II-3.7.4.tar.gz) = 3277285
+SHA256 (pgpool-II-3.7.5.tar.gz) = UQrHzQDiKW3FCtHMvIb5MI38Ns+pjQQGa5o3pUZMR8E=
+SIZE (pgpool-II-3.7.5.tar.gz) = 3276279
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/pgpool/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST	19 Dec 2017 09:02:03 -0000	1.3
+++ pkg/PLIST	9 Aug 2018 13:50:33 -0000
@@ -24,6 +24,9 @@ lib/libpcp.a
 lib/libpcp.la
 @lib lib/libpcp.so.${LIBpcp_VERSION}
 lib/postgresql/pgpool-regclass.so
+man/ja_JP.EUC/cat3f/
+man/ja_JP.EUC/man3f/
+man/ja_JP.EUC/man3p/
 @man man/man8/pgpool.8
 share/examples/pgpool-II/
 share/examples/pgpool-II/pcp.conf.sample

Reply via email to