View | Details | Raw Unified | Return to bug 196723 | Differences between
and this patch

Collapse All | Expand All

(-)duply/Makefile (-2 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/sysutils/duply/Makefile 375112 2014-12-20 19:42:45Z bapt $
2
# $FreeBSD: head/sysutils/duply/Makefile 375112 2014-12-20 19:42:45Z bapt $
3
3
4
PORTNAME=	duply
4
PORTNAME=	duply
5
PORTVERSION=	1.7.4
5
PORTVERSION=	1.9.1
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.7.x/
7
MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.9.x/
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
9
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
10
10
Lines 17-22 Link Here
17
RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity \
17
RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity \
18
		bash:${PORTSDIR}/shells/bash
18
		bash:${PORTSDIR}/shells/bash
19
19
20
USES=		python
21
20
NO_BUILD=	yes
22
NO_BUILD=	yes
21
23
22
PORTDOCS=	INSTALL.txt gpl-2.0.txt
24
PORTDOCS=	INSTALL.txt gpl-2.0.txt
Lines 27-32 Link Here
27
29
28
post-patch:
30
post-patch:
29
	${REINPLACE_CMD} -e "s,/etc/duply,${ETCDIR},g" ${WRKSRC}/duply
31
	${REINPLACE_CMD} -e "s,/etc/duply,${ETCDIR},g" ${WRKSRC}/duply
32
	${REINPLACE_CMD} -e "s,(python,(${PYTHON_CMD},g" ${WRKSRC}/duply
30
33
31
do-install:
34
do-install:
32
	${INSTALL_SCRIPT} ${WRKSRC}/duply ${STAGEDIR}${PREFIX}/bin/duply
35
	${INSTALL_SCRIPT} ${WRKSRC}/duply ${STAGEDIR}${PREFIX}/bin/duply
(-)duply/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (duply_1.7.4.tgz) = 2bbcd6e55fcaa7ae2c416a6ce2d3ae0bc219dd05049d8708ff0e79a3349599e7
1
SHA256 (duply_1.9.1.tgz) = e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5
2
SIZE (duply_1.7.4.tgz) = 34887
2
SIZE (duply_1.9.1.tgz) = 35883

Return to bug 196723