non port: databases/pgbarman/Makefile |
SVNWeb
|
Number of commits found: 39 |
Sat, 13 Aug 2022
|
[ 18:51 Matthias Andree (mandree) ] 875d7c7 (Only the first 10 of 63 ports in this commit are shown above. )
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Jul 2022
|
[ 23:33 Matthew Seaman (matthew) ] 7bce576
databases/pgbarman: update to 3.0.0
ChangeLog: https://github.com/EnterpriseDB/barman/blob/release/3.0.0/NEWS
|
Sun, 27 Mar 2022
|
[ 19:15 Matthew Seaman (matthew) ] 0189a18
databases/pgbarman: Update to 2.19
ChangeLog: https://github.com/EnterpriseDB/barman/blob/release/2.19/NEWS
|
Wed, 26 Jan 2022
|
[ 21:20 Matthew Seaman (matthew) ] e6d091b
databases/pgbarman: update to 2.18
ChangeLog: https://github.com/EnterpriseDB/barman/blob/release/2.18/NEWS
|
Fri, 17 Dec 2021
|
[ 13:51 Matthew Seaman (matthew) ] 73e9076
databases/pgbarman: Update to 2.17
Following upstream changes, switch master site to GitHub, including
for hte pre-build PDF manual.
Drop support for python-3.6 -- the software claims to support this
version, but setup.py fails with an obscure error, and considering
that python-3.6 is going out of support at the end of this month, I
could not justify the time to develop a compatibility fix.
Drop the USE_PYTHON 'optsuffix' flag in favour of an explicit
PKGNAMESUFFIX
As reported in PR 260340, appending the python version to the barman
${ETCDIR} doesn't make sense. Fix this by dropping the USE_PYTHON
'concurrent' flag, which doesn't really make sense for end-user
software rather than library modules. (1)
PR: 260340 (1)
Reported by: bsd at abinet.ru
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 9 Nov 2020
|
[ 07:04 matthew ]
Update to 2.12
ChangeLog: https://github.com/2ndquadrant-it/barman/blob/release/2.12/ChangeLog
|
Sat, 18 Jul 2020
|
[ 16:18 matthew ]
Update to 2.11
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.11/
|
Tue, 14 Jul 2020
|
[ 07:59 antoine ] (Only the first 10 of 82 ports in this commit are shown above. )
Unbreak bulk -a
|
Sat, 7 Dec 2019
|
[ 16:59 matthew ]
Update to 2.10
Regenerate patches with 'make makepatch' after changes to
files/patch-setup.py
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.10/
|
Fri, 15 Nov 2019
|
[ 14:53 matthew ]
Upstream has renamed tutorial.pdf to manual.pdf
PR: 241984
Submitted by: fluffy@FreeBSD.org
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Fri, 2 Aug 2019
|
[ 06:26 matthew ]
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.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Thu, 16 May 2019
|
[ 15:33 matthew ]
Update to 2.8
Regenerate patches
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Fri, 22 Mar 2019
|
[ 07:47 matthew ]
Update to 2.7
Release Notes: https://sourceforge.net/projects/pgbarman/files/2.7/
|
Thu, 7 Feb 2019
|
[ 07:42 matthew ]
Update to 2.6
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.6/
Reorder some items in the Makefile to mollify portlint.
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 27 Oct 2018
|
[ 14:46 matthew ]
Update to 2.5
Release Notes: https://www.pgbarman.org/barman-2-5-released/
|
Sat, 26 May 2018
|
[ 22:39 matthew ]
Update to 2.4
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.4/
|
Thu, 11 Jan 2018
|
[ 18:09 danfe ] (Only the first 10 of 18 ports in this commit are shown above. )
- 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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Sep 2017
|
[ 07:14 matthew ]
Upgrade to 2.3
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.3/README.txt/view
|
Tue, 18 Jul 2017
|
[ 17:34 matthew ]
Update to 2.2
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.2/README.txt/view
|
Sun, 8 Jan 2017
|
[ 12:09 matthew ]
Update to 2.1
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.1/
|
Fri, 30 Sep 2016
|
[ 16:18 matthew ]
Update to 2.0
- Account for different username between postgresql 9.5 (postgres)
or earlier versions (pgsql)
- Regenerate patches by 'make makepatch'
|
Mon, 23 May 2016
|
[ 13:57 matthew ]
Update to 1.6.1
ReleaseNotes: https://sourceforge.net/projects/pgbarman/files/1.6.1/
|
Tue, 5 Apr 2016
|
[ 08:00 matthew ]
Upstream has reworked and renamed their downloadable documentation
PR: 208521
Submitted by: fbsd98816551@avksrv.org
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 1 Mar 2016
|
[ 07:43 matthew ]
Update to 1.6.0
ChangeLog: https://sourceforge.net/projects/pgbarman/files/1.6.0/
|
Mon, 16 Nov 2015
|
[ 16:13 matthew ]
Update to 1.5.1
ChangeLog: https://sourceforge.net/projects/pgbarman/files/1.5.1/
|
Tue, 29 Sep 2015
|
[ 14:24 matthew ]
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/
|
Wed, 6 May 2015
|
[ 06:37 matthew ]
Update to 1.4.1
ReleaseNotes: http://www.pgbarman.org/barman-1-4-1-released/
|
Mon, 23 Feb 2015
|
[ 11:14 matthew ]
Update distinfo for the tutorial document
Fix random capitalization
Submitted by: Jimmy Olgeni <olgeni@olgeni.com>
|
Mon, 26 Jan 2015
|
[ 10:24 matthew ]
Update to 1.4.0
Release Notes: https://sourceforge.net/projects/pgbarman/files/1.4.0/
|
Wed, 3 Dec 2014
|
[ 17:05 matthew ]
- 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'
|
Tue, 2 Dec 2014
|
[ 15:41 matthew ]
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/
|
Number of commits found: 39 |