IABSD.fr/ports/sysutils/borgbackup

Branch :


Log

Author Commit Date CI Message
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
cb867914 2019-05-26 17:17:13 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@
c45cd79f 2019-05-15 12:04:34 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@
d7f07522 2019-04-28 20:51:26 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.
0796219c 2019-03-25 14:29:49 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
35ac2c05 2019-02-11 11:58:31 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@
0fc42fa4 2018-12-15 12:14:26 Update to borgbackup-1.1.8 OK giovanni@
64c63adc 2018-08-15 04:40:15 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@
9c354531 2018-08-02 13:43:05 Remove Os from the source. OK bket@ (MAINTAINER).
8ac1b64e 2018-06-18 15:40:16 Update to borgbackup-1.1.6. While here change ${MAINTAINER} mail address. OK giovanni@, landry@