Commit Graph

27 Commits

Author SHA1 Message Date
Matthew Seaman
baab6eb041 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.
2019-08-02 06:26:40 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Matthew Seaman
2cc1d3ddbc Update to 2.8
Regenerate patches

ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/
2019-05-16 15:33:32 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Matthew Seaman
69de523ba9 Update to 2.7
Release Notes:	https://sourceforge.net/projects/pgbarman/files/2.7/
2019-03-22 07:47:44 +00:00
Matthew Seaman
614a238bf0 Update to 2.6
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/2.6/

Reorder some items in the Makefile to mollify portlint.
2019-02-07 07:42:09 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Matthew Seaman
5e21802e35 Update to 2.5
Release Notes:	https://www.pgbarman.org/barman-2-5-released/
2018-10-27 14:46:10 +00:00
Matthew Seaman
34f9c24d4b Update to 2.4
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/2.4/
2018-05-26 22:39:44 +00:00
Alexey Dokuchaev
35f74fbe2e - Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
2018-01-11 18:09:00 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Matthew Seaman
f26bfc339b Upgrade to 2.3
ChangeLog:  https://sourceforge.net/projects/pgbarman/files/2.3/README.txt/view
2017-09-20 07:14:27 +00:00
Matthew Seaman
00e1dd99ba Update to 2.2
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/2.2/README.txt/view
2017-07-18 17:34:29 +00:00
Matthew Seaman
7863715cdc Update to 2.1
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/2.1/
2017-01-08 12:09:10 +00:00
Matthew Seaman
d71323ff32 Update to 2.0
- Account for different username between postgresql 9.5 (postgres)
    or earlier versions (pgsql)
  - Regenerate patches by 'make makepatch'
2016-09-30 16:18:42 +00:00
Matthew Seaman
b69693250c Update to 1.6.1
ReleaseNotes:	https://sourceforge.net/projects/pgbarman/files/1.6.1/
2016-05-23 13:57:02 +00:00
Matthew Seaman
e3f698c1ca Upstream has reworked and renamed their downloadable documentation
PR:		208521
Submitted by:	fbsd98816551@avksrv.org
2016-04-05 08:00:21 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Matthew Seaman
ce8f481b07 Update to 1.6.0
ChangeLog: https://sourceforge.net/projects/pgbarman/files/1.6.0/
2016-03-01 07:43:26 +00:00
Matthew Seaman
f77581baf7 Update to 1.5.1
ChangeLog:	https://sourceforge.net/projects/pgbarman/files/1.5.1/
2015-11-16 16:13:01 +00:00
Matthew Seaman
2ac5a0fd2f Update to 1.5.0
- Mark as NO_ARCH=yes
  - Sort the USES lne contents
  - Regenerage patches via 'make makepatch'

Announcement:	http://www.pgbarman.org/barman-1-5-0-released/
ReleaseNotes:	http://sourceforge.net/projects/pgbarman/files/1.5.0/
2015-09-29 14:24:09 +00:00
Matthew Seaman
b9e4c2bdc6 Update to 1.4.1
ReleaseNotes: http://www.pgbarman.org/barman-1-4-1-released/
2015-05-06 06:37:47 +00:00
Matthew Seaman
2527c94bc4 Update distinfo for the tutorial document
Fix random capitalization

Submitted by:	Jimmy Olgeni <olgeni@olgeni.com>
2015-02-23 11:14:23 +00:00
Matthew Seaman
eaa195c2d5 Update to 1.4.0
Release Notes:	https://sourceforge.net/projects/pgbarman/files/1.4.0/
2015-01-26 10:24:08 +00:00
Matthew Seaman
82c277f8c6 Ooops. Replace the %%PREFIX%% special tokens accidentally lost during
the previous update.
2014-12-03 17:10:21 +00:00
Matthew Seaman
0bd8ff190b - Install man pages to a location where man(1) can find them
- While here update man pages and speciment barman.conf file to use
  FreeBSD-ish locations for various things, particularly that our idea
  of the PostgreSQL default user is 'pgsql' although the database to
  connect to is 'postgres'
2014-12-03 17:05:04 +00:00
Matthew Seaman
08e16cd8b2 New port:
Barman: backup and recovery manager for PostgreSQL.

Barman is an open-source administration tool for disaster recovery of
PostgreSQL servers written in Python.

It allows your organisation to perform remote backups of multiple
servers in business critical environments and helps DBAs during the
recovery phase.

WWW: http://www.pgbarman.org/
2014-12-02 15:41:14 +00:00