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

(-)Makefile (-2 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	opengrok-tools
3
PORTNAME=	opengrok-tools
4
PORTVERSION=	1.3.3
4
PORTVERSION=	1.3.11
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
7
Lines 32-37 Link Here
32
INSTALL_WRKSRC=	${BUILD_WRKSRC}
32
INSTALL_WRKSRC=	${BUILD_WRKSRC}
33
33
34
post-patch:
34
post-patch:
35
	@${REINPLACE_CMD} -e 's|requests\=\=|requests>=|g' ${BUILD_WRKSRC}/requirements.txt
35
	@${REINPLACE_CMD} -e 's/requests==/requests>=/' \
36
		-e 's/jsonschema==/jsonschema>=/' \
37
		${BUILD_WRKSRC}/requirements.txt \
38
		${BUILD_WRKSRC}/setup.py
36
39
37
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570805124
1
TIMESTAMP = 1586348321
2
SHA256 (oracle-opengrok-1.3.3_GH0.tar.gz) = fe0203da36ab4daefad53fa846d1780662811088514543942cc460b4f5e89da6
2
SHA256 (oracle-opengrok-1.3.11_GH0.tar.gz) = ac571143741c02e59d16c035bcd09de3a7ad6952e26b32e2c1c5d9b549d00871
3
SIZE (oracle-opengrok-1.3.3_GH0.tar.gz) = 1887612
3
SIZE (oracle-opengrok-1.3.11_GH0.tar.gz) = 2002279

Return to bug 245456