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

Collapse All | Expand All

(-)devel/py-jsonpatch/Makefile (-1 / +7 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/devel/py-jsonpatch/Makefile 365329 2014-08-18 17:28:25Z wg $
1
# $FreeBSD: head/devel/py-jsonpatch/Makefile 365329 2014-08-18 17:28:25Z wg $
2
2
3
PORTNAME=	jsonpatch
3
PORTNAME=	jsonpatch
4
PORTVERSION=	1.7
4
PORTVERSION=	1.9
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 9-17 Link Here
9
MAINTAINER=	harm@weites.com
9
MAINTAINER=	harm@weites.com
10
COMMENT=	Apply JSON-Patches (RFC 6902)
10
COMMENT=	Apply JSON-Patches (RFC 6902)
11
11
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:${PORTSDIR}/devel/py-jsonpointer
13
12
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
13
15
14
USES=		python
16
USES=		python
15
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
16
18
19
regression-test: build
20
	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
21
	@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py 
22
17
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/py-jsonpatch/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (jsonpatch-1.7.tar.gz) = 14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae
1
SHA256 (jsonpatch-1.9.tar.gz) = e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2
2
SIZE (jsonpatch-1.7.tar.gz) = 14109
2
SIZE (jsonpatch-1.9.tar.gz) = 14275

Return to bug 199338