aboutsummaryrefslogtreecommitdiff
path: root/databases/pgbouncer/Makefile
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2015-09-09 14:20:03 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2015-09-09 14:20:03 +0000
commitced42082201236ec428dab3abb72a8007bf40a82 (patch)
tree9cdee74a2cecd81ccf65b2092963bd9d0a614247 /databases/pgbouncer/Makefile
parent6e927845700e59780fa325881857a4cb0feb5a16 (diff)
downloadports-ced42082201236ec428dab3abb72a8007bf40a82.tar.gz
ports-ced42082201236ec428dab3abb72a8007bf40a82.zip
Notes
Diffstat (limited to 'databases/pgbouncer/Makefile')
-rw-r--r--databases/pgbouncer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 402c41ee08e0..17c83c481fb5 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= pgbouncer
-PORTVERSION= 1.5.5
+PORTVERSION= 1.6.1
CATEGORIES= databases
-MASTER_SITES= https://pgbouncer.github.io/downloads/
+MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
+ http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Lightweight connection pooler for PostgreSQL