Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 14:20:03 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396504 - in head/databases/pgbouncer: . files
Message-ID:  <201509091420.t89EK3dd024970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Sep  9 14:20:03 2015
New Revision: 396504
URL: https://svnweb.freebsd.org/changeset/ports/396504

Log:
  databases/pgbouncer: update 1.5.5 -> 1.6.1
  
  While here, add HTTP mirror to address portlint
  
  PR:		202957
  Submitted by:	m.tsatsenko@gmail.com (maintainer)
  Approved by:	feld (mentor)

Deleted:
  head/databases/pgbouncer/files/patch-keepalive
Modified:
  head/databases/pgbouncer/Makefile
  head/databases/pgbouncer/distinfo

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Wed Sep  9 14:18:40 2015	(r396503)
+++ head/databases/pgbouncer/Makefile	Wed Sep  9 14:20:03 2015	(r396504)
@@ -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

Modified: head/databases/pgbouncer/distinfo
==============================================================================
--- head/databases/pgbouncer/distinfo	Wed Sep  9 14:18:40 2015	(r396503)
+++ head/databases/pgbouncer/distinfo	Wed Sep  9 14:20:03 2015	(r396504)
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.5.5.tar.gz) = d65a192d1e2e69bf445d536f10211857959fc38e0247d1974e8008253080e234
-SIZE (pgbouncer-1.5.5.tar.gz) = 336145
+SHA256 (pgbouncer-1.6.1.tar.gz) = 40ff5cd84399b4da3ba864ad654fe155a0ed085261e68f3e31b1117812b17056
+SIZE (pgbouncer-1.6.1.tar.gz) = 431076



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091420.t89EK3dd024970>