svn commit: r347476 - head/sysutils/py-psutil
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 8 10:54:22 UTC 2014
Author: sunpoet
Date: Sat Mar 8 10:54:21 2014
New Revision: 347476
URL: http://svnweb.freebsd.org/changeset/ports/347476
QAT: https://qat.redports.org/buildarchive/r347476/
Log:
- Remove unnecessary PYDISTUTILS_PKGNAME
- Remove post-patch:
- Bump PORTREVISION for package change
Modified:
head/sysutils/py-psutil/Makefile
Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile Sat Mar 8 10:32:29 2014 (r347475)
+++ head/sysutils/py-psutil/Makefile Sat Mar 8 10:54:21 2014 (r347476)
@@ -3,6 +3,7 @@
PORTNAME= psutil
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +14,7 @@ COMMENT= Process utilities module for Py
LICENSE= BSD3CLAUSE
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= ${PORTNAME}
USE_PYDISTUTILS=yes
USE_PYTHON= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list