svn commit: r353843 - head/sysutils/py-psutil121

Steve Wills swills at FreeBSD.org
Mon May 12 15:49:03 UTC 2014


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 at 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/


More information about the svn-ports-head mailing list