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

(-)b/archivers/py-bup/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bup
4
PORTNAME=	bup
5
PORTVERSION=	0.29.1
5
PORTVERSION=	0.29.2
6
CATEGORIES=	archivers python
6
CATEGORIES=	archivers python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 18-23 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylibacl>=0:security/py-pylibacl@${PY_FLAVOR Link Here
18
		par2cmdline>=0.4:archivers/par2cmdline
18
		par2cmdline>=0.4:archivers/par2cmdline
19
BUILD_DEPENDS=	bash:shells/bash git>=1.5.3.1:devel/git
19
BUILD_DEPENDS=	bash:shells/bash git>=1.5.3.1:devel/git
20
20
21
USES=		python:2.7 gmake
22
21
PLIST_SUB=	MANDIR=${PREFIX}/man
23
PLIST_SUB=	MANDIR=${PREFIX}/man
22
24
23
OPTIONS_DEFINE=	TORNADO DOCS
25
OPTIONS_DEFINE=	TORNADO DOCS
Lines 31-37 DOCS_VARS_OFF= PANDOC="" Link Here
31
33
32
TEST_TARGET=		test
34
TEST_TARGET=		test
33
MAKE_ARGS=	PANDOC="${PANDOC}"
35
MAKE_ARGS=	PANDOC="${PANDOC}"
34
USES=		python:2.7 gmake
35
USE_GITHUB=	yes
36
USE_GITHUB=	yes
36
37
37
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
(-)b/archivers/py-bup/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524554104
1
TIMESTAMP = 1548255421
2
SHA256 (bup-bup-0.29.1_GH0.tar.gz) = d24b53c842d1edc907870aa69facbd45f68d778cc013b1c311b655d10d017250
2
SHA256 (bup-bup-0.29.2_GH0.tar.gz) = 7f54503f305eab5db5db41e1825477b8804870ca251f65bcfb4d89ad2598574f
3
SIZE (bup-bup-0.29.1_GH0.tar.gz) = 388654
3
SIZE (bup-bup-0.29.2_GH0.tar.gz) = 389145
4
- 

Return to bug 235160