Bug 189634 - [PATCH] sysutils/py-psutil121: portscout fix for new version discovery
Summary: [PATCH] sysutils/py-psutil121: portscout fix for new version discovery
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 22:30 UTC by Bartek Rutkowski
Modified: 2014-05-12 16:50 UTC (History)
1 user (show)

See Also:


Attachments
py-psutil121-1.2.1.patch (806 bytes, patch)
2014-05-10 22:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-10 22:30:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-10 22:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-12 16:49:06 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-12 16:49:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!