diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:41:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:41:10 +0800 |
commit | ea1f9c623870b12ba4146f7f4efabeefe09d8e61 (patch) | |
tree | 2ffcf65bec5c20603f32bed420dbd0607a7b786e /sysutils/py-psutil/Makefile | |
parent | 36340fd1a86d69ecf6bda3c073d5e2fc63230649 (diff) | |
download | freebsd-ports-gnome-ea1f9c623870b12ba4146f7f4efabeefe09d8e61.tar.gz freebsd-ports-gnome-ea1f9c623870b12ba4146f7f4efabeefe09d8e61.tar.zst freebsd-ports-gnome-ea1f9c623870b12ba4146f7f4efabeefe09d8e61.zip |
- Update to 2.1.1
Changes: https://code.google.com/p/psutil/source/browse/HISTORY
Diffstat (limited to 'sysutils/py-psutil/Makefile')
-rw-r--r-- | sysutils/py-psutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index e161fd2c402c..c0c552b55257 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |