diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-09-09 14:20:03 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-09-09 14:20:03 +0000 |
commit | ced42082201236ec428dab3abb72a8007bf40a82 (patch) | |
tree | 9cdee74a2cecd81ccf65b2092963bd9d0a614247 /databases/pgbouncer/Makefile | |
parent | 6e927845700e59780fa325881857a4cb0feb5a16 (diff) | |
download | ports-ced42082201236ec428dab3abb72a8007bf40a82.tar.gz ports-ced42082201236ec428dab3abb72a8007bf40a82.zip |
Notes
Diffstat (limited to 'databases/pgbouncer/Makefile')
-rw-r--r-- | databases/pgbouncer/Makefile | 5 |
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 |