Bug 186659 - [MAINTAINER] devel/py-memoryprofiler: update to 0.31
Summary: [MAINTAINER] devel/py-memoryprofiler: update to 0.31
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 18:20 UTC by Johannes Meixner
Modified: 2014-02-11 20:00 UTC (History)
0 users

See Also:


Attachments
py-memoryprofiler-0.31.patch (1.13 KB, patch)
2014-02-11 18:20 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-02-11 18:20:00 UTC
- Update to 0.31

portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140211150800-42734/

Generated with FreeBSD Port Tools 1.00.2014.02.11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-11 18:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-11 19:46:37 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-11 19:58:02 UTC
Author: rm
Date: Tue Feb 11 19:57:48 2014
New Revision: 343806
URL: http://svnweb.freebsd.org/changeset/ports/343806
QAT: https://qat.redports.org/buildarchive/r343806/

Log:
  - update to 0.30
  - clarify license
  
  PR:		186659
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)

Modified:
  head/devel/py-memoryprofiler/Makefile
  head/devel/py-memoryprofiler/distinfo
  head/devel/py-memoryprofiler/pkg-descr

Modified: head/devel/py-memoryprofiler/Makefile
==============================================================================
--- head/devel/py-memoryprofiler/Makefile	Tue Feb 11 19:57:14 2014	(r343805)
+++ head/devel/py-memoryprofiler/Makefile	Tue Feb 11 19:57:48 2014	(r343806)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	memoryprofiler
-PORTVERSION=	0.30
+PORTVERSION=	0.31
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ DISTNAME=	memory_profiler-${PORTVERSION}
 MAINTAINER=	xmj@chaot.net
 COMMENT=	Line-by-line and process memory consumption analysis
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 OPTIONS_DEFINE=	PSUTIL
 PSUTIL_DESC=	Use psutil for better performance
@@ -21,7 +21,6 @@ OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAM
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	memory_profiler
 PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-memoryprofiler/distinfo
==============================================================================
--- head/devel/py-memoryprofiler/distinfo	Tue Feb 11 19:57:14 2014	(r343805)
+++ head/devel/py-memoryprofiler/distinfo	Tue Feb 11 19:57:48 2014	(r343806)
@@ -1,2 +1,2 @@
-SHA256 (memory_profiler-0.30.tar.gz) = 6071f428fa27851efec2bf6be1833567eef986c3dbf8f4571e2acf1a30b031a1
-SIZE (memory_profiler-0.30.tar.gz) = 20112
+SHA256 (memory_profiler-0.31.tar.gz) = b492467608dc1a4594b7b578dc1aab46c1c926731baf293b1f494eeda0a1a35f
+SIZE (memory_profiler-0.31.tar.gz) = 21674

Modified: head/devel/py-memoryprofiler/pkg-descr
==============================================================================
--- head/devel/py-memoryprofiler/pkg-descr	Tue Feb 11 19:57:14 2014	(r343805)
+++ head/devel/py-memoryprofiler/pkg-descr	Tue Feb 11 19:57:48 2014	(r343806)
@@ -1,5 +1,5 @@
 memory_profiler is a python module for monitoring memory consumption of a
-process as well as line-by-line analysis of memory consumption for python 
+process as well as line-by-line analysis of memory consumption for python
 programs. It is a pure python module and has the psutil module as optional
 (but highly recommended) dependencies.
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-11 19:59:01 UTC
State Changed
From-To: open->closed

Committed, thank you!