Date: Fri, 2 Aug 2019 06:26:41 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507851 - head/databases/pgbarman Message-ID: <201908020626.x726QfRb011280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Fri Aug 2 06:26:40 2019 New Revision: 507851 URL: https://svnweb.freebsd.org/changeset/ports/507851 Log: Update to 2.9 ChangeLog: https://github.com/2ndquadrant-it/barman/blob/master/ChangeLog Notably this update introduces support for the new recovery/standby handling in postgresql-12, plust a number of other fixes and improvements. Modified: head/databases/pgbarman/Makefile head/databases/pgbarman/distinfo Modified: head/databases/pgbarman/Makefile ============================================================================== --- head/databases/pgbarman/Makefile Fri Aug 2 06:25:45 2019 (r507850) +++ head/databases/pgbarman/Makefile Fri Aug 2 06:26:40 2019 (r507851) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= barman -DISTVERSION= 2.8 -PORTREVISION= 1 +DISTVERSION= 2.9 CATEGORIES= databases MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= pg Modified: head/databases/pgbarman/distinfo ============================================================================== --- head/databases/pgbarman/distinfo Fri Aug 2 06:25:45 2019 (r507850) +++ head/databases/pgbarman/distinfo Fri Aug 2 06:26:40 2019 (r507851) @@ -1,5 +1,5 @@ -TIMESTAMP = 1557999706 -SHA256 (barman-2.8.tar.gz) = 235b6ee4d054fb6fb1d0aabf6199af5725ccd63ec97ef5d1bcb608cc888c13e2 -SIZE (barman-2.8.tar.gz) = 1212546 +TIMESTAMP = 1564724951 +SHA256 (barman-2.9.tar.gz) = 16cb4ad4bfc5d3fc5197bf70b40bf4390fe5081391ee11d853154cee3b4a6e0c +SIZE (barman-2.9.tar.gz) = 1218787 SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158 SIZE (tutorial.pdf) = 349394
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908020626.x726QfRb011280>