- Portscout fix - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-psutil121/1.2.1_1/ Port maintainer (swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills Over to maintainer (via the GNATS Auto Assign Tool)
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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!