Commit Graph

27 Commits

Author SHA1 Message Date
sthen
cb8e6bd2d5 use MODPY_PYBUILD 2022-11-14 15:50:12 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
sthen
3f0c3623d0 update to barman-2.19 2022-03-15 12:08:55 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
sthen
e1a8b27522 regen plist 2021-12-02 09:24:23 +00:00
sthen
ff146eb577 update to barman-2.17 2021-12-02 09:23:01 +00:00
sthen
680463716d update to barman-2.15 2021-11-21 10:05:24 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
f3913bb6dd missed cvs rm 2021-02-20 10:22:22 +00:00
sthen
846028447f update to barman-2.12, switch to py3 2021-02-20 01:58:10 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
jasper
a7ad76f38f update to barman-2.3 2017-11-05 17:08:41 +00:00
jasper
c5b373c565 update to barman-2.2 2017-08-20 14:25:32 +00:00
ajacoutot
3253b142b6 Drop MAINTAINER per his request. 2017-03-17 07:15:01 +00:00
jasper
2fb8ea1663 regen and add RCS id 2016-12-09 18:57:40 +00:00
landry
b449bf4234 Update to barman 1.6.0, from MAINTAINER Eric Lalonde.
Added some commented out/unimported yet test dependencies
2016-05-13 18:05:01 +00:00
landry
aec3dec08c Update to barman 1.5.1, from MAINTAINER Eric Lalonde
With feedback from ajacoutot@
2015-12-22 21:36:31 +00:00
sthen
8219a5ed69 bump REVISION for setuptools dep change. 2015-09-29 10:51:14 +00:00
jca
f14c65b1d5 Regen patch. 2015-05-13 20:11:42 +00:00
jca
1453c2a220 Bugfix update to barman-1.4.1, from maintainer Eric Lalonde 2015-05-13 20:11:24 +00:00
landry
e84f2f9416 Update to barman 1.4.0, from Eric Lalonde who takes maintainership.
See http://www.postgresql.org/about/news/1566/ for details.
While here add NO_TEST=Yes since tests depends on pytest libs not ported
yet.
2015-03-24 20:25:01 +00:00
landry
b9691601fa Improve barman:
- use a separate _barman:_barman user/group
- use /var/db/barman as the default datadir, setting appropriate
  permissions (ie _barman:_barman / 750)
- make ${SYSCONFDIR}/barman.conf root:_barman & mode 640
- add README teaching how to configure _barman's crontab

Join work with Jean Gerard Pailloncy, tweaks & ok ajacoutot@
2013-08-26 09:37:52 +00:00
landry
14c398db96 Import barman 1.2.2.
Barman (backup and recovery manager) is an administration tool for
disaster recovery of PostgreSQL servers written in Python. Barman can
perform remote backups of multiple servers in business critical
environments, and helps DBAs during the recovery phase.

Barman's most wanted features include: backup catalogues, retention
policies, remote recovery, archiving and compression of WAL files and
of backups.

ok ajacoutot@
2013-08-10 13:42:45 +00:00