From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 25 04:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A395CE4A for ; Sat, 25 May 2013 04:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 867BDACF for ; Sat, 25 May 2013 04:10: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 r4P4A0hi056090 for ; Sat, 25 May 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4P4A0br056089; Sat, 25 May 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 25 May 2013 04:10:00 GMT Resent-Message-Id: <201305250410.r4P4A0br056089@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B44A4DA2; Sat, 25 May 2013 04:01:00 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by mx1.freebsd.org (Postfix) with ESMTP id 8E62FA91; Sat, 25 May 2013 04:01:00 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id 6so4473916pdd.20 for ; Fri, 24 May 2013 21:00:59 -0700 (PDT) Received: from freebsd-RELENG_9-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vm10sm20199360pab.5.2013.05.24.21.00.57 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 May 2013 21:00:58 -0700 (PDT) Received: by freebsd-RELENG_9-amd64.elysium (Postfix, from userid 1001) id 86F7139D78; Sat, 25 May 2013 14:00:53 +1000 (EST) Message-Id: <20130525040053.86F7139D78@freebsd-RELENG_9-amd64.elysium> Date: Sat, 25 May 2013 14:00:53 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178962: [PATCH] devel/py-nose: update to 1.3.0 Cc: nivit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 04:10:00 -0000 >Number: 178962 >Category: ports >Synopsis: [PATCH] devel/py-nose: update to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 25 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD freebsd-RELENG_9-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #1 r250655: Wed May 15 15:28:38 EST >Description: devel/py-nose: Update to 1.3.0 - Update to 1.3.0 - Update pkg-plist - Use regression-test: target - Whitespace alignment - Mute cd to WRKSRC Changes: https://github.com/nose-devs/nose/blob/release_1.3.0/CHANGELOG QA: portlint: OK - looks fine. porttest: OK - stable/9 amd64 unittest: OK - Ran 381 tests in 22.357s - OK (SKIP=6) testport: OK - poudriere, all versions/archs Port maintainer (nivit@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-nose-1.3.0.patch begins here --- diff -ruN /usr/ports/devel/py-nose/Makefile ./Makefile --- /usr/ports/devel/py-nose/Makefile 2012-11-17 16:56:48.000000000 +1100 +++ ./Makefile 2013-05-25 13:32:50.426384306 +1000 @@ -1,8 +1,8 @@ # Created by: Dryice Liu -# $FreeBSD: ports/devel/py-nose/Makefile,v 1.19 2012/11/17 05:56:48 svnexp Exp $ +# $FreeBSD: head/devel/py-nose/Makefile 306343 2012-10-24 12:42:34Z rm $ PORTNAME= nose -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= LGPL21 # Python3 ready -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PLIST_SUB+= PYTHON_VER=${PYTHON_VER} @@ -25,8 +25,8 @@ ${INSTALL_MAN} ${WRKSRC}/nosetests.1 ${MANPREFIX}/man/man1 .endif -test: build - cd ${WRKSRC} && ${PYTHON_CMD} selftest.py +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py .include diff -ruN /usr/ports/devel/py-nose/distinfo ./distinfo --- /usr/ports/devel/py-nose/distinfo 2012-10-24 23:42:34.000000000 +1100 +++ ./distinfo 2013-05-25 13:33:05.382214220 +1000 @@ -1,2 +1,2 @@ -SHA256 (nose-1.2.1.tar.gz) = 2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9 -SIZE (nose-1.2.1.tar.gz) = 400377 +SHA256 (nose-1.3.0.tar.gz) = 4e63cc3325de75cf98ffad40be72fa69753de824695173178f74c034fe4f5260 +SIZE (nose-1.3.0.tar.gz) = 404909 diff -ruN /usr/ports/devel/py-nose/pkg-plist ./pkg-plist --- /usr/ports/devel/py-nose/pkg-plist 2012-11-17 16:56:48.000000000 +1100 +++ ./pkg-plist 2013-05-25 13:35:29.432265684 +1000 @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/devel/py-nose/pkg-plist,v 1.11 2012/11/17 05:56:48 svnexp Exp $ +@comment $FreeBSD: head/devel/py-nose/pkg-plist 306343 2012-10-24 12:42:34Z rm $ bin/nosetests bin/nosetests-%%PYTHON_VER%% %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO @@ -10,6 +10,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__main__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__main__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/__main__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/case.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/case.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nose/case.pyo --- py27-nose-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: