From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 21 06:30:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3CC7ADB for ; Sun, 21 Oct 2012 06:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 961498FC14 for ; Sun, 21 Oct 2012 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9L6U0uI082428 for ; Sun, 21 Oct 2012 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9L6U0An082427; Sun, 21 Oct 2012 06:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 21 Oct 2012 06:30:00 GMT Resent-Message-Id: <201210210630.q9L6U0An082427@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4B9B576; Sun, 21 Oct 2012 06:24:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7F10E8FC0A; Sun, 21 Oct 2012 06:24:45 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so894969dad.13 for ; Sat, 20 Oct 2012 23:24:45 -0700 (PDT) Received: by 10.66.76.231 with SMTP id n7mr16727013paw.68.1350800685030; Sat, 20 Oct 2012 23:24:45 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id nz6sm3898593pbb.50.2012.10.20.23.24.42 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2012 23:24:44 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 0758339E76; Sun, 21 Oct 2012 17:24:39 +1100 (EST) Message-Id: <20121021062439.0758339E76@freebsd-9-amd64.localdomain> Date: Sun, 21 Oct 2012 17:24:39 +1100 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172920: [PATCH] devel/py-pytest: update to 2.3.1 Cc: rm@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: Sun, 21 Oct 2012 06:30:01 -0000 >Number: 172920 >Category: ports >Synopsis: [PATCH] devel/py-pytest: update to 2.3.1 >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: Sun Oct 21 06:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 2.3.1 - Whitespace alignment, reorder PLIST_SUB - Add TEST_DEPENDS - Add regression-test target (discussed with hpk@upstream) Changes: http://pytest.org/latest/changelog.html ====[QA]==== portlint: looks fine. porttest: OK redports: https://redports.org/buildarchive/20121021035920-10756/ Note: All redports builds include regression-test run - OK unittest: 803 passed, 29 skipped, 7 xfailed (known) in 149.48 seconds ============ Port maintainer (rm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-pytest-2.3.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-pytest/Makefile ./Makefile --- /usr/ports/devel/py-pytest/Makefile 2012-05-28 05:56:02.000000000 +1000 +++ ./Makefile 2012-10-21 14:45:05.000000000 +1100 @@ -6,7 +6,7 @@ # PORTNAME= pytest -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.8:${PORTSDIR}/devel/py-pylib -PLIST_SUB+= PYTHON_VER=${PYTHON_VER} # Python 3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install -USE_ZIP= yes +USE_ZIP= yes + +PLIST_SUB+= PYTHON_VER=${PYTHON_VER} + +TEST_DEPENDS:= ${RUN_DEPENDS} + +regression-test: build + @cd ${WRKSRC} && PYTHONPATH=${WRKSRC} ${PYTHON_CMD} pytest.py --ignore=doc/ja .include diff -ruN --exclude=CVS /usr/ports/devel/py-pytest/distinfo ./distinfo --- /usr/ports/devel/py-pytest/distinfo 2012-05-28 05:56:02.000000000 +1000 +++ ./distinfo 2012-10-20 23:40:36.000000000 +1100 @@ -1,2 +1,2 @@ -SHA256 (pytest-2.2.4.zip) = dc03898d46d00bb5e6756f6bc2ea3fc6c35935e774a0682988c4b4fcdd624f5e -SIZE (pytest-2.2.4.zip) = 309641 +SHA256 (pytest-2.3.1.zip) = 63495312c5586938096e67839a82ce877ef180355f63b8fcf6754fcc9a3740a1 +SIZE (pytest-2.3.1.zip) = 512689 --- py27-pytest-2.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: