svn commit: r440927 - head/databases/pgpool

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 15 13:48:19 UTC 2017


Author: tz
Date: Mon May 15 13:48:17 2017
New Revision: 440927
URL: https://svnweb.freebsd.org/changeset/ports/440927

Log:
  databases/pgpool: Update from 3.4.9 to 3.4.11
  
  Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-10.html
  Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-11.html
  
  PR: 206839

Modified:
  head/databases/pgpool/Makefile
  head/databases/pgpool/distinfo

Modified: head/databases/pgpool/Makefile
==============================================================================
--- head/databases/pgpool/Makefile	Mon May 15 13:47:24 2017	(r440926)
+++ head/databases/pgpool/Makefile	Mon May 15 13:48:17 2017	(r440927)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool
-PORTVERSION=	3.4.9
-PORTREVISION=	1
+PORTVERSION=	3.4.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 DISTNAME=	${PORTNAME}-II-${PORTVERSION}
@@ -26,9 +25,9 @@ CONFLICTS=	pgpool-II-*
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS SSL
-OPTIONS_DEFAULT= SSL
+OPTIONS_DEFAULT=	SSL
 
-SSL_CONFIGURE_WITH=     openssl
+SSL_CONFIGURE_WITH=	openssl
 SSL_USES=		ssl
 
 post-install:

Modified: head/databases/pgpool/distinfo
==============================================================================
--- head/databases/pgpool/distinfo	Mon May 15 13:47:24 2017	(r440926)
+++ head/databases/pgpool/distinfo	Mon May 15 13:48:17 2017	(r440927)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488456379
-SHA256 (pgpool-II-3.4.9.tar.gz) = 756fbaa589f6136f0fdff531829f0ac23087137784e115e09c7ff5957b2a8a78
-SIZE (pgpool-II-3.4.9.tar.gz) = 2163496
+TIMESTAMP = 1494855106
+SHA256 (pgpool-II-3.4.11.tar.gz) = ad8657374b12cab84e5c1c44dd2729d15296bdd3bcd488d3bdcb589942bc17c0
+SIZE (pgpool-II-3.4.11.tar.gz) = 2164722


More information about the svn-ports-all mailing list