Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 15:49:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353843 - head/sysutils/py-psutil121
Message-ID:  <201405121549.s4CFn3iD004661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon May 12 15:49:02 2014
New Revision: 353843
URL: http://svnweb.freebsd.org/changeset/ports/353843
QAT: https://qat.redports.org/buildarchive/r353843/

Log:
  - Portscout fix
  - Pet portlint
  
  PR:		ports/189634
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/sysutils/py-psutil121/Makefile
  head/sysutils/py-psutil121/pkg-descr   (contents, props changed)

Modified: head/sysutils/py-psutil121/Makefile
==============================================================================
--- head/sysutils/py-psutil121/Makefile	Mon May 12 15:47:44 2014	(r353842)
+++ head/sysutils/py-psutil121/Makefile	Mon May 12 15:49:02 2014	(r353843)
@@ -3,6 +3,7 @@
 
 PORTNAME=	psutil
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,8 @@ COMMENT=	Process utilities module for Py
 
 LICENSE=	BSD3CLAUSE
 
+PORTSCOUT=	limit:^1\.2\.
+
 PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
 USE_PYTHON=	yes

Modified: head/sysutils/py-psutil121/pkg-descr
==============================================================================
--- head/sysutils/py-psutil121/pkg-descr	Mon May 12 15:47:44 2014	(r353842)
+++ head/sysutils/py-psutil121/pkg-descr	Mon May 12 15:49:02 2014	(r353843)
@@ -3,5 +3,4 @@ on running processes and system utilizat
 way by using Python, implementing many functionalities offered by tools
 like ps, top and Windows task manager. 
 
-WWW: http://code.google.com/p/psutil/
 WWW: http://pypi.python.org/pypi/psutil/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121549.s4CFn3iD004661>