svn commit: r467700 - in head/databases: . pgpool-II-37 pgpool-II-37/files
Torsten Zuehlsdorff
tz at FreeBSD.org
Wed Apr 18 10:32:54 UTC 2018
Author: tz
Date: Wed Apr 18 10:32:53 2018
New Revision: 467700
URL: https://svnweb.freebsd.org/changeset/ports/467700
Log:
New port: databases/pgpool-II-37
Repo-copy of databases/pgpool-II-36
PR: 227481
Submitted by: Franco Ricci <franco.ricc at gmail.com>
Added:
head/databases/pgpool-II-37/
- copied from r467697, head/databases/pgpool-II-36/
head/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c (contents, props changed)
Modified:
head/databases/Makefile
head/databases/pgpool-II-37/Makefile
head/databases/pgpool-II-37/distinfo
head/databases/pgpool-II-37/pkg-plist
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Wed Apr 18 10:17:34 2018 (r467699)
+++ head/databases/Makefile Wed Apr 18 10:32:53 2018 (r467700)
@@ -600,6 +600,7 @@
SUBDIR += pgpool-II-33
SUBDIR += pgpool-II-35
SUBDIR += pgpool-II-36
+ SUBDIR += pgpool-II-37
SUBDIR += pgreplay
SUBDIR += pgroonga
SUBDIR += pgrouting
Modified: head/databases/pgpool-II-37/Makefile
==============================================================================
--- head/databases/pgpool-II-36/Makefile Wed Apr 18 09:13:15 2018 (r467697)
+++ head/databases/pgpool-II-37/Makefile Wed Apr 18 10:32:53 2018 (r467700)
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 3.6.9
+PORTVERSION= 3.7.3
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
-PKGNAMESUFFIX= 36
+PKGNAMESUFFIX= 37
MAINTAINER= tz at FreeBSD.org
COMMENT= Connection pool server for PostgreSQL
@@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
-PORTSCOUT= limit:^3.6.[0-9]*
+PORTSCOUT= limit:^3.7.[0-9]*
-USES= gmake libtool pgsql:9.3+
+USES= gmake libtool pgsql:9.6+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/databases/pgpool-II-37/distinfo
==============================================================================
--- head/databases/pgpool-II-36/distinfo Wed Apr 18 09:13:15 2018 (r467697)
+++ head/databases/pgpool-II-37/distinfo Wed Apr 18 10:32:53 2018 (r467700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519211221
-SHA256 (pgpool-II-3.6.9.tar.gz) = 7f315a67155bcbef8386d7b247ed0f241470af3aecc8e2db65272612e29c8e76
-SIZE (pgpool-II-3.6.9.tar.gz) = 3241395
+TIMESTAMP = 1524047260
+SHA256 (pgpool-II-3.7.3.tar.gz) = a58fce7cb9b3198d1dc18b40e47066d30049e8059e8ce67a568d5b1e0b6b91e7
+SIZE (pgpool-II-3.7.3.tar.gz) = 3259752
Added: head/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c Wed Apr 18 10:32:53 2018 (r467700)
@@ -0,0 +1,11 @@
+--- src/auth/pool_hba.c.orig 2018-04-11 05:37:54 UTC
++++ src/auth/pool_hba.c
+@@ -29,6 +29,8 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <netdb.h>
++#include <arpa/inet.h>
++#include <netinet/in.h>
+
+ #include "pool.h"
+ #include "auth/pool_hba.h"
Modified: head/databases/pgpool-II-37/pkg-plist
==============================================================================
--- head/databases/pgpool-II-36/pkg-plist Wed Apr 18 09:13:15 2018 (r467697)
+++ head/databases/pgpool-II-37/pkg-plist Wed Apr 18 10:32:53 2018 (r467700)
@@ -15,6 +15,7 @@ bin/pgpool_setup
bin/watchdog_setup
@sample etc/pcp.conf.sample
@sample etc/pgpool.conf.sample
+etc/pgpool.conf.sample-logical
etc/pgpool.conf.sample-master-slave
etc/pgpool.conf.sample-replication
etc/pgpool.conf.sample-stream
More information about the svn-ports-all
mailing list