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

(-)Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	demjson
4
PORTNAME=	demjson
5
PORTVERSION=	1.6
5
PORTVERSION=	2.0
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP \
7
MASTER_SITES=	CHEESESHOP \
9
		http://deron.meranda.us/python/demjson/dist/
8
		http://deron.meranda.us/python/demjson/dist/
Lines 14-25 Link Here
14
13
15
LICENSE=	LGPL3
14
LICENSE=	LGPL3
16
15
16
USE_PYTHON=	yes
17
17
USE_PYTHON=		yes
18
USE_PYTHON=		yes
18
USE_PYDISTUTILS=	yes
19
USE_PYDISTUTILS=	yes
19
PYDISTUTILS_AUTOPLIST=	yes
20
PYDISTUTILS_AUTOPLIST=	yes
20
21
21
PLIST_FILES=		bin/jsonlint
22
23
post-install:
22
post-install:
24
	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
23
	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
25
24
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (demjson-1.7.tar.gz) = 26b3d1f47ea73e3aab9a04e13eef7cfb461feb8b4c380d83680ff2bed52a779b
1
SHA256 (demjson-2.0.tar.gz) = 75b54ccb07b2f08f336cc053b358b0fe2e87c50763b45ad5f4791b7d4a3f0976
2
SIZE (demjson-1.7.tar.gz) = 60756
2
SIZE (demjson-2.0.tar.gz) = 189103

Return to bug 189442