Date: Tue, 29 Oct 2013 17:07:59 +0200 (EET) From: Johannes Jost Meixner <xmj@chaot.net> To: FreeBSD-gnats-submit@freebsd.org Cc: xmj@chaot.net Subject: ports/183446: [maintainer update] devel/py27-memoryprofiler: update to 0.29 Message-ID: <1944482312.enqueue@mx12.chaot.net> Resent-Message-ID: <201310291510.r9TFA0KX074453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183446 >Category: ports >Synopsis: [maintainer update] devel/py27-memoryprofiler: update to 0.29 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #8: Sun Oct 13 11:56:41 EEST 2013 >Description: - Update to 0.29 from 0.27. - Stage support. - Simplify Makefile through OPT_RUN_DEPENDS. - Replace PLIST_FILES through PYDISTUTILS_AUTOPLIST Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-memoryprofiler-0.29.patch begins here --- diff -ruN /usr/ports/devel/py-memoryprofiler/Makefile ./Makefile --- /usr/ports/devel/py-memoryprofiler/Makefile 2013-09-20 20:13:42.000000000 +0300 +++ ./Makefile 2013-10-29 16:18:33.461083801 +0200 @@ -1,8 +1,8 @@ # Created by: Johannes Meixner <xmj@chaot.net> -# $FreeBSD: devel/py-memoryprofiler/Makefile 327724 2013-09-20 17:13:42Z bapt $ +# $FreeBSD$ PORTNAME= memoryprofiler -PORTVERSION= 0.27 +PORTVERSION= 0.29 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,21 +15,12 @@ OPTIONS_DEFINE= PSUTIL PSUTIL_DESC= Use psutil for better performance +PSUTIL_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}-psutil>0:${PORTSDIR}/sysutils/py-psutil OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MPSUTIL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}-psutil>0:${PORTSDIR}/sysutils/py-psutil -.endif - USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= memory_profiler - -PLIST_FILES+= bin/mprofile \ - %%PYTHON_SITELIBDIR%%/memory_profiler.py \ - %%PYTHON_SITELIBDIR%%/memory_profiler.pyo \ - %%PYTHON_SITELIBDIR%%/memory_profiler.pyc +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> diff -ruN /usr/ports/devel/py-memoryprofiler/distinfo ./distinfo --- /usr/ports/devel/py-memoryprofiler/distinfo 2013-09-11 13:17:53.000000000 +0300 +++ ./distinfo 2013-10-29 16:20:44.070453953 +0200 @@ -1,2 +1,2 @@ -SHA256 (memory_profiler-0.27.tar.gz) = 9473c29a15456435999bfdd3a14f2d3596c997172d5b34acb6e17fe84fc9585f -SIZE (memory_profiler-0.27.tar.gz) = 12697 +SHA256 (memory_profiler-0.29.tar.gz) = 30a6b5fdb9089ac4921db8411843bc03e13409259c2ed5e77ff5e2a6c9c9e733 +SIZE (memory_profiler-0.29.tar.gz) = 19847 --- py27-memoryprofiler-0.29.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1944482312.enqueue>