Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 23:28:20 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        swills@FreeBSD.org
Subject:   ports/189634: [PATCH] sysutils/py-psutil121: portscout fix for new version discovery
Message-ID:  <201405102128.s4ALSJGa019420@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405102130.s4ALU14F011929@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189634
>Category:       ports
>Synopsis:       [PATCH] sysutils/py-psutil121: portscout fix for new version discovery
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 10 21:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- py-psutil121-1.2.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353609)
+++ Makefile	(working copy)
@@ -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 @@
 
 LICENSE=	BSD3CLAUSE
 
+PORTSCOUT=	limit:^1\.2\.
+
 PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
 USE_PYTHON=	yes
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 353609)
+++ pkg-descr	(working copy)
@@ -3,5 +3,4 @@
 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/
--- py-psutil121-1.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405102128.s4ALSJGa019420>