aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2013-03-03 19:51:05 +0800
committerkuriyama <kuriyama@FreeBSD.org>2013-03-03 19:51:05 +0800
commit0d72eb6ba6b05fe8a44946edda741694938bba4a (patch)
treef6fc0c265bed407f0ae3f311809123c9ff0521cb
parent650076ba23f80bea103de19af12e10d4ff1f5aa6 (diff)
downloadfreebsd-ports-gnome-0d72eb6ba6b05fe8a44946edda741694938bba4a.tar.gz
freebsd-ports-gnome-0d72eb6ba6b05fe8a44946edda741694938bba4a.tar.zst
freebsd-ports-gnome-0d72eb6ba6b05fe8a44946edda741694938bba4a.zip
- Upgrade to 3.1.6.
- Add --with-openssl knob. PR: ports/175886 Submitted by: gor <gor@bss.org.ua>
-rw-r--r--databases/pgpool-II/Makefile14
-rw-r--r--databases/pgpool-II/distinfo4
-rw-r--r--databases/pgpool-II/pkg-descr2
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 <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSSL}
+USE_OPENSSL= yes
+CONFIGURE_ARGS+=--with-openssl
+.endif
+
.include <bsd.port.pre.mk>
.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/