View | Details | Raw Unified | Return to bug 239002
Collapse All | Expand All

(-)sysutils/py-borgmatic/Makefile (+12 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	borgmatic
3
PORTNAME=	borgmatic
4
PORTVERSION=	1.3.12
4
PORTVERSION=	1.3.12
5
PORTREVISION=	1
5
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-24 Link Here
21
22
22
NO_ARCH=	yes
23
NO_ARCH=	yes
23
24
25
post-patch:
26
	@cd ${WRKSRC} && \
27
	  ${REINPLACE_CMD} -e 's|/etc/borgmatic|${PREFIX}/etc/borgmatic|g' \
28
		borgmatic/commands/borgmatic.py \
29
		borgmatic/commands/convert_config.py \
30
		borgmatic/commands/generate_config.py \
31
		borgmatic/config/collect.py \
32
		borgmatic/config/convert.py \
33
		borgmatic/config/schema.yaml \
34
		tests/unit/config/test_collect.py
35
24
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)UPDATING (+8 lines)
Lines 6-11 Link Here
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
8
9
20190705:
10
  AFFECTS: users of sysutils/py-borgmatic
11
  AUTHOR: egypcio@FreeBSD.org
12
13
  The default location for borgmatic's configurations changed. We moved it
14
  from '/etc/borgmatic' to '/usr/local/etc/borgmatic' in order to follow
15
  recommended standards used on FreeBSD.
16
9
20190701:
17
20190701:
10
  AFFECTS: users of databases/mysql56-(server|client)
18
  AFFECTS: users of databases/mysql56-(server|client)
11
  AUTHOR: ale@FreeBSD.org
19
  AUTHOR: ale@FreeBSD.org

Return to bug 239002