From 1452785f16868549b35f1871aac0968903d5afef Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 3 Mar 2013 11:51:05 +0000 Subject: [PATCH] - Upgrade to 3.1.6. - Add --with-openssl knob. PR: ports/175886 Submitted by: gor --- databases/pgpool-II/Makefile | 14 +++++++++++++- databases/pgpool-II/distinfo | 4 ++-- databases/pgpool-II/pkg-descr | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile index 85d9a9e9528d..75f2af465ae4 100644 --- a/databases/pgpool-II/Makefile +++ b/databases/pgpool-II/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pgpool-II -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.6 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ http://www.pgpool.net/mediawiki/images/ @@ -20,6 +20,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_PGSQL= yes USE_LDCONFIG= yes +USE_OPENSSL= yes +CONFIGURE_ARGS= --with-openssl CONFLICTS= pgpool-3.* pgpool-II-2.* pgpool-II-3.0.* USE_RC_SUBR= pgpool @@ -31,6 +33,16 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html MAN8= pgpool.8 +OPTIONS_DEFINE+=SSL +SSL_DESC= Build with OpenSSL support + +.include + +.if ${PORT_OPTIONS:MSSL} +USE_OPENSSL= yes +CONFIGURE_ARGS+=--with-openssl +.endif + .include .if exists(${LOCALBASE}/include/postgresql/server/replication/walreceiver.h) diff --git a/databases/pgpool-II/distinfo b/databases/pgpool-II/distinfo index c4638c14a2f5..211c5bb1dfa0 100644 --- a/databases/pgpool-II/distinfo +++ b/databases/pgpool-II/distinfo @@ -1,2 +1,2 @@ -SHA256 (pgpool-II-3.1.3.tar.gz) = e4eb9dd809a4b8f3962769558ecea524908edfed5816b7120b448f4eafd82249 -SIZE (pgpool-II-3.1.3.tar.gz) = 1402843 +SHA256 (pgpool-II-3.1.6.tar.gz) = c15783105eecc85eb3cadebc22e0d6c9efa916da4bcc4c96c12b0463b34945cc +SIZE (pgpool-II-3.1.6.tar.gz) = 1353846 diff --git a/databases/pgpool-II/pkg-descr b/databases/pgpool-II/pkg-descr index cc310d06b9d7..0db5837505c1 100644 --- a/databases/pgpool-II/pkg-descr +++ b/databases/pgpool-II/pkg-descr @@ -7,4 +7,4 @@ as pgpool-I by changing configuration parameters. pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I. -WWW: http://pgpool.projects.postgresql.org/ +WWW: http://www.pgpool.net/