sysutils/py-borgmatic: update 1.5.24 to 1.8.2
Reviewed by: egypcio Differential Revision: https://reviews.freebsd.org/D41608
This commit is contained in:
parent
5cb6a8bd72
commit
78eacb1e56
2 changed files with 6 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= borgmatic
|
||||
PORTVERSION= 1.5.24
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +13,6 @@ LICENSE= GPLv3
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=0:archivers/py-borgbackup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
|
||||
USES= python
|
||||
|
@ -31,12 +29,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pkgutil-resolve-name>=1.3.10:devel/py-pkgut
|
|||
post-patch:
|
||||
@cd ${WRKSRC} && \
|
||||
${REINPLACE_CMD} -e 's|/etc/borgmatic|${PREFIX}/etc/borgmatic|g' \
|
||||
borgmatic/commands/borgmatic.py \
|
||||
borgmatic/commands/convert_config.py \
|
||||
borgmatic/commands/generate_config.py \
|
||||
borgmatic/config/collect.py \
|
||||
borgmatic/config/convert.py \
|
||||
borgmatic/config/schema.yaml \
|
||||
tests/unit/config/test_collect.py
|
||||
tests/unit/config/test_collect.py \
|
||||
tests/unit/borg/test_create.py
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1650022418
|
||||
SHA256 (borgmatic-1.5.24.tar.gz) = aef637e7e9a71942f289739c64bcbcd2a816cdb95a7bfc5f92f6495ce51c40e3
|
||||
SIZE (borgmatic-1.5.24.tar.gz) = 291853
|
||||
TIMESTAMP = 1693146263
|
||||
SHA256 (borgmatic-1.8.2.tar.gz) = e2a70eefbd8ae1af465f7bfa8cf16bb7342b1574c01143ea6945d757443ac206
|
||||
SIZE (borgmatic-1.8.2.tar.gz) = 396972
|
||||
|
|
Loading…
Reference in a new issue