Hi,

Small diff to update pgbouncer to it's latest version.
Changelog: https://pgbouncer.github.io/changelog.html#pgbouncer-19x

Tested on @amd64.
Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- Makefile	22 Jan 2018 10:57:29 -0000	1.26
+++ Makefile	13 Aug 2018 13:43:02 -0000
@@ -2,7 +2,7 @@
 
 COMMENT = 	lightweight connection pooler for PostgreSQL
 
-V = 		1.8.1
+V = 		1.9.0
 DISTNAME = 	pgbouncer-${V}
 
 CATEGORIES = 	databases
@@ -14,7 +14,7 @@ MAINTAINER = 	Pierre-Emmanuel Andre <pea
 # BSD
 PERMIT_PACKAGE_CDROM = 	Yes
 
-WANTLIB = 	c event crypto ssl
+WANTLIB = 	c event crypto ssl pthread
 
 MASTER_SITES = 	https://pgbouncer.github.io/downloads/files/${V}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo	22 Jan 2018 10:57:29 -0000	1.11
+++ distinfo	13 Aug 2018 13:43:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.8.1.tar.gz) = +oveKi0sjIDVOoWfjki8ZxPPEn4xx32PeHu8HWc+jcg=
-SIZE (pgbouncer-1.8.1.tar.gz) = 465930
+SHA256 (pgbouncer-1.9.0.tar.gz) = OeypYTOYY2Mn55y8vVtBEVA1vKnKG9NyVTlkZGiCXwQ=
+SIZE (pgbouncer-1.9.0.tar.gz) = 469300

Reply via email to