Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 15:33:32 +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: r501791 - in head/databases/pgbarman: . files
Message-ID:  <201905161533.x4GFXWjl040288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu May 16 15:33:32 2019
New Revision: 501791
URL: https://svnweb.freebsd.org/changeset/ports/501791

Log:
  Update to 2.8
  
  Regenerate patches
  
  ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/

Modified:
  head/databases/pgbarman/Makefile
  head/databases/pgbarman/distinfo
  head/databases/pgbarman/files/patch-doc_barman.5
  head/databases/pgbarman/files/patch-setup.py

Modified: head/databases/pgbarman/Makefile
==============================================================================
--- head/databases/pgbarman/Makefile	Thu May 16 15:06:15 2019	(r501790)
+++ head/databases/pgbarman/Makefile	Thu May 16 15:33:32 2019	(r501791)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	barman
-DISTVERSION=	2.7
-PORTREVISION=	1
+DISTVERSION=	2.8
 CATEGORIES=	databases
 MASTER_SITES=	SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION}
 PKGNAMEPREFIX=	pg

Modified: head/databases/pgbarman/distinfo
==============================================================================
--- head/databases/pgbarman/distinfo	Thu May 16 15:06:15 2019	(r501790)
+++ head/databases/pgbarman/distinfo	Thu May 16 15:33:32 2019	(r501791)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1553240083
-SHA256 (barman-2.7.tar.gz) = 716781e53b2f2c0b0910272cfde5d3ad2a3107b1adb03bc9bdeee2a23119a90f
-SIZE (barman-2.7.tar.gz) = 1200873
+TIMESTAMP = 1557999706
+SHA256 (barman-2.8.tar.gz) = 235b6ee4d054fb6fb1d0aabf6199af5725ccd63ec97ef5d1bcb608cc888c13e2
+SIZE (barman-2.8.tar.gz) = 1212546
 SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158
 SIZE (tutorial.pdf) = 349394

Modified: head/databases/pgbarman/files/patch-doc_barman.5
==============================================================================
--- head/databases/pgbarman/files/patch-doc_barman.5	Thu May 16 15:06:15 2019	(r501790)
+++ head/databases/pgbarman/files/patch-doc_barman.5	Thu May 16 15:33:32 2019	(r501791)
@@ -1,6 +1,6 @@
---- doc/barman.5.orig	2019-01-31 16:56:08 UTC
+--- doc/barman.5.orig	2019-05-14 16:37:28 UTC
 +++ doc/barman.5
-@@ -17,7 +17,7 @@ The system\-level Barman configuration file is located
+@@ -17,7 +17,7 @@ The system-level Barman configuration file is located 
  .IP
  .nf
  \f[C]
@@ -30,7 +30,7 @@
  .SH OPTIONS
  .TP
  .B active
-@@ -625,7 +625,7 @@ Here is an example of configuration file:
+@@ -623,7 +623,7 @@ Here is an example of configuration file:
  \f[C]
  [barman]
  ; Main directory
@@ -39,7 +39,7 @@
  
  ; System user
  barman_user = barman
-@@ -645,13 +645,13 @@ reuse_backup = link
+@@ -643,13 +643,13 @@ reuse_backup = link
  description =  \[dq]Main PostgreSQL Database\[dq]
  
  ; SSH options

Modified: head/databases/pgbarman/files/patch-setup.py
==============================================================================
--- head/databases/pgbarman/files/patch-setup.py	Thu May 16 15:06:15 2019	(r501790)
+++ head/databases/pgbarman/files/patch-setup.py	Thu May 16 15:33:32 2019	(r501791)
@@ -1,13 +1,17 @@
---- setup.py.orig	2016-09-23 15:43:57 UTC
+--- setup.py.orig	2019-05-14 16:37:28 UTC
 +++ setup.py
-@@ -69,8 +69,8 @@ setup(
-     packages=['barman', ],
-     scripts=['bin/barman', ],
+@@ -71,10 +71,10 @@ setup(
+     url='http://www.pgbarman.org/',
+     packages=find_packages(exclude=["tests"]),
      data_files=[
--        ('share/man/man1', ['doc/barman.1']),
+-        ('share/man/man1', ['doc/barman.1',
+-                            'doc/barman-wal-archive.1',
+-                            'doc/barman-wal-restore.1']),
 -        ('share/man/man5', ['doc/barman.5']),
-+        ('man/man1', ['doc/barman.1']),
++        ('man/man1', ['doc/barman.1',
++                      'doc/barman-wal-archive.1',
++                      'doc/barman-wal-restore.1']),
 +        ('man/man5', ['doc/barman.5']),
      ],
-     license='GPL-3.0',
-     description=__doc__.split("\n")[0],
+     entry_points={
+         'console_scripts': [



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