diff options
author | swills <swills@FreeBSD.org> | 2014-05-12 23:49:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-05-12 23:49:02 +0800 |
commit | 3ed92810149e6c3fd2a8e2e74600c42b34204962 (patch) | |
tree | 8c1b37b21f6a3345b4d65a85ca3b3408304f9b4d /sysutils | |
parent | 03520b3496922d21f8e734229b0ba7c35168cf9f (diff) | |
download | freebsd-ports-gnome-3ed92810149e6c3fd2a8e2e74600c42b34204962.tar.gz freebsd-ports-gnome-3ed92810149e6c3fd2a8e2e74600c42b34204962.tar.zst freebsd-ports-gnome-3ed92810149e6c3fd2a8e2e74600c42b34204962.zip |
- Portscout fix
- Pet portlint
PR: ports/189634
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-psutil121/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-psutil121/pkg-descr | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-psutil121/Makefile b/sysutils/py-psutil121/Makefile index 619453278776..cd028de83833 100644 --- a/sysutils/py-psutil121/Makefile +++ b/sysutils/py-psutil121/Makefile @@ -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 Python LICENSE= BSD3CLAUSE +PORTSCOUT= limit:^1\.2\. + PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS=yes USE_PYTHON= yes diff --git a/sysutils/py-psutil121/pkg-descr b/sysutils/py-psutil121/pkg-descr index 335bf2c59149..d19e13f68601 100644 --- a/sysutils/py-psutil121/pkg-descr +++ b/sysutils/py-psutil121/pkg-descr @@ -3,5 +3,4 @@ on running processes and system utilization (CPU, memory) in a portable 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/ |