Date: Thu, 27 Feb 2014 12:45:14 GMT From: Eero Hänninen <fax@nohik.ee> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout Message-ID: <201402271245.s1RCjEil079095@cgiserv.freebsd.org> Resent-Message-ID: <201402271250.s1RCo0DA043921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271245.s1RCjEil079095>
