From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 27 12:50:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E70E7E6A for ; Thu, 27 Feb 2014 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7AE813CA for ; Thu, 27 Feb 2014 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RCo0i2043922 for ; Thu, 27 Feb 2014 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RCo0DA043921; Thu, 27 Feb 2014 12:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 27 Feb 2014 12:50:00 GMT Resent-Message-Id: <201402271250.s1RCo0DA043921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eero Hänninen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F03EDC9 for ; Thu, 27 Feb 2014 12:45:15 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ADF4139C for ; Thu, 27 Feb 2014 12:45:15 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RCjE5S079122 for ; Thu, 27 Feb 2014 12:45:14 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1RCjEil079095; Thu, 27 Feb 2014 12:45:14 GMT (envelope-from nobody) Message-Id: <201402271245.s1RCjEil079095@cgiserv.freebsd.org> Date: Thu, 27 Feb 2014 12:45:14 GMT From: Eero Hänninen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 12:50:01 -0000 >Number: 187108 >Category: misc >Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 27 12:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Eero Hänninen >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD sneezy 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Ignore incorrect versioning on upstream and make portscout happy. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN py-astLib.orig/Makefile py-astLib/Makefile --- py-astLib.orig/Makefile 2014-02-09 17:56:08.000000000 +0200 +++ py-astLib/Makefile 2014-02-27 14:38:43.000000000 +0200 @@ -19,6 +19,8 @@ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes >Release-Note: >Audit-Trail: >Unformatted: