ports/183672: [maintainer-update] devel/py-memoryprofiler: update to 0.30
Johannes Jost Meixner
xmj at chaot.net
Tue Nov 5 08:00:01 UTC 2013
>Number: 183672
>Category: ports
>Synopsis: [maintainer-update] devel/py-memoryprofiler: update to 0.30
>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 Nov 05 08:00: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.30
- Corrected PSUTIL_RUN_DEPENDS to not fail if psutil is already installed
Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- py27-memoryprofiler-0.30.patch begins here ---
diff -ruN /usr/ports/devel/py-memoryprofiler/Makefile ./Makefile
--- /usr/ports/devel/py-memoryprofiler/Makefile 2013-10-30 17:26:19.000000000 +0200
+++ ./Makefile 2013-11-05 09:31:50.907065382 +0200
@@ -1,8 +1,8 @@
# Created by: Johannes Meixner <xmj at chaot.net>
-# $FreeBSD: devel/py-memoryprofiler/Makefile 332129 2013-10-30 15:26:19Z wg $
+# $FreeBSD: head/devel/py-memoryprofiler/Makefile 332129 2013-10-30 15:26:19Z wg $
PORTNAME= memoryprofiler
-PORTVERSION= 0.29
+PORTVERSION= 0.30
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@
OPTIONS_DEFINE= PSUTIL
PSUTIL_DESC= Use psutil for better performance
-PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}-psutil>0:${PORTSDIR}/sysutils/py-psutil
+PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:${PORTSDIR}/sysutils/py-psutil
OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
diff -ruN /usr/ports/devel/py-memoryprofiler/distinfo ./distinfo
--- /usr/ports/devel/py-memoryprofiler/distinfo 2013-10-30 17:26:19.000000000 +0200
+++ ./distinfo 2013-11-05 09:25:40.877074069 +0200
@@ -1,2 +1,2 @@
-SHA256 (memory_profiler-0.29.tar.gz) = 30a6b5fdb9089ac4921db8411843bc03e13409259c2ed5e77ff5e2a6c9c9e733
-SIZE (memory_profiler-0.29.tar.gz) = 19847
+SHA256 (memory_profiler-0.30.tar.gz) = 6071f428fa27851efec2bf6be1833567eef986c3dbf8f4571e2acf1a30b031a1
+SIZE (memory_profiler-0.30.tar.gz) = 20112
--- py27-memoryprofiler-0.30.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list