From owner-svn-ports-all@freebsd.org Mon Feb 26 22:33:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C503F29155; Mon, 26 Feb 2018 22:33:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C53E16FEBE; Mon, 26 Feb 2018 22:33:20 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 898B0219BE; Mon, 26 Feb 2018 22:33:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QMXKR8030115; Mon, 26 Feb 2018 22:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMXK81030113; Mon, 26 Feb 2018 22:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262233.w1QMXK81030113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463095 - head/misc/py-pyprind X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/py-pyprind X-SVN-Commit-Revision: 463095 X-SVN-Commit-Repository: ports 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.25 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: Mon, 26 Feb 2018 22:33:21 -0000 Author: sunpoet Date: Mon Feb 26 22:33:20 2018 New Revision: 463095 URL: https://svnweb.freebsd.org/changeset/ports/463095 Log: Update to 2.11.2 - While I'm here, fix version requirement of *_DEPENDS Changes: https://github.com/rasbt/pyprind/releases https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md PR: 226201 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/py-pyprind/Makefile head/misc/py-pyprind/distinfo Modified: head/misc/py-pyprind/Makefile ============================================================================== --- head/misc/py-pyprind/Makefile Mon Feb 26 22:33:15 2018 (r463094) +++ head/misc/py-pyprind/Makefile Mon Feb 26 22:33:20 2018 (r463095) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyprind -PORTVERSION= 2.11.1 +PORTVERSION= 2.11.2 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR} USES= python USE_PYTHON= autoplist distutils @@ -24,7 +24,7 @@ NO_ARCH= yes OPTIONS_DEFINE= PSUTIL PSUTIL_DESC= Support monitoring CPU and memory usage -PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR} +PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/misc/py-pyprind/distinfo ============================================================================== --- head/misc/py-pyprind/distinfo Mon Feb 26 22:33:15 2018 (r463094) +++ head/misc/py-pyprind/distinfo Mon Feb 26 22:33:20 2018 (r463095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496602099 -SHA256 (PyPrind-2.11.1.tar.gz) = d277923dfe3bde7d28cffa6cd334977ff8c7a4c71e217e8052b9084fc76191b4 -SIZE (PyPrind-2.11.1.tar.gz) = 10902 +TIMESTAMP = 1519578761 +SHA256 (PyPrind-2.11.2.tar.gz) = c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675 +SIZE (PyPrind-2.11.2.tar.gz) = 11134