Version: 1.1.16, Package name: borgbackup-1.1.16 |
Maintained by: Bjorn Ketelaars |
Master sites: |
Description BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets. |
Filesize: 3688.506 KB |
Version History (View Complete History) |
|
2021-03-23 00:28:32 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.16 Bugfix release. Changes: https://github.com/borgbackup/borg/blob/1.1.16/docs/changes.rst#version-1116-2021-03-23 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: 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-01-09 03:18:10 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to borgbackup-1.1.15 Changes: https://github.com/borgbackup/borg/blob/1.1.15/docs/changes.rst Tested by Martin Ziemer <horrad AT horrad DOT de>. Thanks! |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-10-07 12:28:08 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.14 Changes: https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst OK rsadowski@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-07 07:28:25 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.13 Changes: https://github.com/borgbackup/borg/blob/1.1.13/docs/changes.rst#version-1113-2020-06-06 OK sthen@ |
2020-03-08 08:57:26 by Bjorn Ketelaars | Files touched by this commit (1) |
Log message: Update to borgbackup-1.1.11 Changes: https://github.com/borgbackup/borg/blob/1.1.11/docs/changes.rst#version-1111-2020-03-08 This update fixes potential index corruption / data loss issue. While here add HOMEPAGE. OK kn@, sthen@ |
2020-03-08 08:52:29 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to borgbackup-1.1.11 Changes: https://github.com/borgbackup/borg/blob/1.1.11/docs/changes.rst#version-1111-2020-03-08 This update fixes potential index corruption / data loss issue. While here add HOMEPAGE. OK kn@, sthen@ |
2019-11-17 21:30:32 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Fix tests by removing do-test target |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-26 11:17:13 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to borgbackup-1.1.10. Bugfix release. Noticeable change is that the latest supported msgpack-python release is bundled. Changelog can be found at https://github.com/borgbackup/borg/blob/1.1.10/docs/changes.rst#version-1110-2019-05-16 Switching to the bundled version of msgpack-python makes sense as the version in ports is in need of an update: msgpack-python has been renamed by its upstream, and borgbackup was seemingly the only port unable to cope with this renaming, thus blocking an update. OK kn@ |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: 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-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2019-02-11 04:58:31 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.9. Bugfix release, changelog can be found at https://github.com/borgbackup/borg/blob/1.1.9/docs/changes.rst#version-119-2019-02-10 OK sthen@ |
2018-12-15 05:14:26 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.8 OK giovanni@ |
2018-08-14 22:40:15 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.7. There is no need any more for removing '__attribute__((optimize("Os")))' in the pre-configure phase as this has been addressed upstream. OK kn@ |
2018-08-02 07:43:05 by Juan Francisco Cantero Hurtado | Files touched by this commit (1) |
Log message: Remove Os from the source. OK bket@ (MAINTAINER). |
2018-06-18 09:40:16 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.6. While here change ${MAINTAINER} mail address. OK giovanni@, landry@ |
2018-04-21 05:54:55 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: instead of building borg.1 install the manpages from the distfile. Remove unused DEPs. Derived from kn@'s work. sthen@ found a mistake from my side. Thank you! OK sthen@ |
2018-04-03 09:32:25 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to borgbackup-1.1.5. OK kn@, jca@ |
2018-01-05 05:33:08 by Stuart Henderson | Files touched by this commit (1) |
Log message: Switch borgbackup to libb2 and zstd libraries from ports. From maintainer Bjorn Ketelaars, who also did the needed work on b2/zstd - thanks! |
2017-12-30 14:38:48 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to borgbackup 1.1.4, from maintainer Björn Ketelaars |
2017-08-14 10:51:54 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to borgbackup 1.0.11, from maintainer Björn Ketelaars |
2017-02-14 10:56:26 by Daniel Jakots | Files touched by this commit (4) |
Log message: Update to borgbackup-1.0.10 From Björn Ketelaars (maintainer) |
2017-01-03 12:26:59 by Landry Breuil | Files touched by this commit (6) |
Log message: bump ports depending on python3 in sysutils |
2016-12-20 11:46:46 by Daniel Jakots | Files touched by this commit (2) |
Log message: Update to borgbackup-1.0.9 From Bjorn Ketelaars (maintainer) |
2016-10-31 03:27:17 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to borgbackup-1.0.8 From Björn Ketelaars (maintainer) |
2016-08-27 09:06:36 by Daniel Jakots | Files touched by this commit (2) |
Log message: Update to borgbackup-1.0.7 From Björn Ketelaars (maintainer) |
2016-08-09 12:52:59 by Daniel Jakots | Files touched by this commit (1) |
Log message: switch maintainership from Michael Reed to Bjorn Ketelaars |
2016-08-08 10:09:41 by Daniel Jakots | Files touched by this commit (3) |
Log message: update to borgbackup-1.0.6 From Björn Ketelaars, no objection from maintainer |
2016-05-19 14:30:16 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Unbreak on big endian archs where __builtin_bswap32 isn't available Problem on sparc64 reported + fix tested by matthieu@ ok Michael Reed (maintainer) |
2016-05-15 12:22:44 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to borgbackup 1.0.2. From Michael Reed (maintainer) Rework test. ok giovanni@ (prev diff) |
2016-04-10 12:58:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update to borgbackup-1.0.1 and enable tests. From Michael Reed (maintainer). |
2016-04-10 03:27:53 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Do not hardcode python3. ok giovanni@ |