Hi,

Small diff to upgrade pgbouncer to it's latest version.
Tested on @amd64.
Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile	1 Jun 2015 09:51:42 -0000	1.21
+++ Makefile	11 Sep 2015 10:30:13 -0000
@@ -2,7 +2,8 @@
 
 COMMENT = 	lightweight connection pooler for PostgreSQL
 
-DISTNAME = 	pgbouncer-1.5.5
+V = 		1.6.1
+DISTNAME = 	pgbouncer-${V}
 
 CATEGORIES = 	databases
 
@@ -15,7 +16,7 @@ PERMIT_PACKAGE_CDROM = 	Yes
 
 WANTLIB = 	c event
 
-MASTER_SITES = 	https://pgbouncer.github.io/downloads/
+MASTER_SITES = 	https://pgbouncer.github.io/downloads/files/${V}/
 
 BUILD_DEPENDS =	devel/libeventextra
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo	1 Jun 2015 09:51:42 -0000	1.8
+++ distinfo	11 Sep 2015 10:30:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.5.5.tar.gz) = 1loZLR4uab9EXVNvECEYV5Wfw44CR9GXToAIJTCA4jQ=
-SIZE (pgbouncer-1.5.5.tar.gz) = 336145
+SHA256 (pgbouncer-1.6.1.tar.gz) = QP9c2EOZtNo7qGStZU/hVaDtCFJh5o8+MbEReBKxcFY=
+SIZE (pgbouncer-1.6.1.tar.gz) = 431076

Reply via email to