svn commit: r396504 - in head/databases/pgbouncer: . files

Jason Unovitch junovitch at FreeBSD.org
Wed Sep 9 14:20:04 UTC 2015


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 at 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 at 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


More information about the svn-ports-all mailing list