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

Collapse All | Expand All

(-)devel/py-python-dtrace/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	python-dtrace
3
PORTNAME=	python-dtrace
4
PORTVERSION=	0.0.9
4
PORTVERSION=	0.0.10
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 12-22 Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		python zip
15
USES=		python
16
USE_PYTHON=	autoplist distutils cython cython_run
16
USE_PYTHON=	autoplist distutils cython cython_run
17
17
18
.if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/dtrace.h)
18
.if !exists(${SRC_BASE}/sys/cddl/contrib/opensolaris/uts/common/dtrace.h)
19
IGNORE=		you must have "device dtrace" included in your kernel to build this package
19
IGNORE=		you must have dtrace included in your kernel to build this package
20
.endif
20
.endif
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/py-python-dtrace/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1476182943
1
TIMESTAMP = 1609158821
2
SHA256 (python-dtrace-0.0.9.zip) = 9daa24fe3b5d16c17c4afed00d3b2b2f869598efc5a8100b8570342713328912
2
SHA256 (python-dtrace-0.0.10.tar.gz) = d2a0fd967718ef1497a76bbbb0d3f9a3221e1afc1319bb6a6507f17d27a4554d
3
SIZE (python-dtrace-0.0.9.zip) = 21764
3
SIZE (python-dtrace-0.0.10.tar.gz) = 12224

Return to bug 252234