From owner-svn-ports-all@freebsd.org Fri Dec 11 03:36:04 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68FBE9D73CD; Fri, 11 Dec 2015 03:36:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 257391E5F; Fri, 11 Dec 2015 03:36:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB3a31i069029; Fri, 11 Dec 2015 03:36:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBB3a20q069024; Fri, 11 Dec 2015 03:36:02 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512110336.tBB3a20q069024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 03:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403483 - in head: . devel devel/py-memory_profiler devel/py-memoryprofiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 03:36:04 -0000 Author: miwi Date: Fri Dec 11 03:36:02 2015 New Revision: 403483 URL: https://svnweb.freebsd.org/changeset/ports/403483 Log: - Rename devel/py-memoryprofiler to devel/py-memory_profiler; to consistency with other Python ports - Update to 0.39 - Add No_ARCH PR: 205109 Submitted by: maintainer Reviewed by: python@/koobs Approved by: mat (mentor) Differential Revision: D4468 Added: head/devel/py-memory_profiler/ - copied from r403482, head/devel/py-memoryprofiler/ Deleted: head/devel/py-memoryprofiler/ Modified: head/MOVED head/devel/Makefile head/devel/py-memory_profiler/Makefile head/devel/py-memory_profiler/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Fri Dec 11 03:25:24 2015 (r403482) +++ head/MOVED Fri Dec 11 03:36:02 2015 (r403483) @@ -8045,3 +8045,4 @@ security/fpc-hash||2015-12-05|Eliminated www/jetty|www/jetty8|2015-12-06|Rename to prepare for jetty9 devel/pyinstaller|devel/py-pyinstaller|2015-12-09|Add py- prefix to directory name math/why3-gpl|math/why3-spark|2015-12-10|Change why3 suffix (upstream request and for consistency) +devel/py-memoryprofiler|devel/py-memory_profiler|2015-12-11|Rename to consistency with other Python ports Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 11 03:25:24 2015 (r403482) +++ head/devel/Makefile Fri Dec 11 03:36:02 2015 (r403483) @@ -4126,7 +4126,7 @@ SUBDIR += py-manuel SUBDIR += py-mccabe SUBDIR += py-meliae - SUBDIR += py-memoryprofiler + SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memoryprofiler/Makefile Fri Dec 11 03:25:24 2015 (r403482) +++ head/devel/py-memory_profiler/Makefile Fri Dec 11 03:36:02 2015 (r403483) @@ -1,12 +1,11 @@ # Created by: Johannes Meixner # $FreeBSD$ -PORTNAME= memoryprofiler -PORTVERSION= 0.31 +PORTNAME= memory_profiler +PORTVERSION= 0.39 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= memory_profiler-${PORTVERSION} MAINTAINER= xmj@chaot.net COMMENT= Line-by-line and process memory consumption analysis @@ -19,5 +18,6 @@ PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/devel/py-memory_profiler/distinfo ============================================================================== --- head/devel/py-memoryprofiler/distinfo Fri Dec 11 03:25:24 2015 (r403482) +++ head/devel/py-memory_profiler/distinfo Fri Dec 11 03:36:02 2015 (r403483) @@ -1,2 +1,2 @@ -SHA256 (memory_profiler-0.31.tar.gz) = b492467608dc1a4594b7b578dc1aab46c1c926731baf293b1f494eeda0a1a35f -SIZE (memory_profiler-0.31.tar.gz) = 21674 +SHA256 (memory_profiler-0.39.tar.gz) = 61021f2dade7edd6cc09d7924bfdccc453bd1949608412a3e021d44a410d3a23 +SIZE (memory_profiler-0.39.tar.gz) = 27859