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

(-)b/devel/py-memory_profiler/Makefile (-1 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	memory_profiler
4
PORTNAME=	memory_profiler
5
PORTVERSION=	0.41
5
PORTVERSION=	0.47
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 COMMENT= Line-by-line and process memory consumption analysis Link Here
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
14
15
OPTIONS_DEFINE=	PSUTIL
15
OPTIONS_DEFINE=	PSUTIL
16
OPTIONS_DEFAULT=	PSUTIL
17
16
PSUTIL_DESC=	Use psutil for better performance
18
PSUTIL_DESC=	Use psutil for better performance
17
PSUTIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil
19
PSUTIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil
18
20
(-)b/devel/py-memory_profiler/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (memory_profiler-0.41.tar.gz) = dce6e931c281662a500b142595517d095267216472c2926e5ec8edab89898d10
1
TIMESTAMP = 1496505442
2
SIZE (memory_profiler-0.41.tar.gz) = 28835
2
SHA256 (memory_profiler-0.47.tar.gz) = e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb
3
SIZE (memory_profiler-0.47.tar.gz) = 33725

Return to bug 219752