From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 25 17:40:02 2014 Return-Path: Delivered-To: freebsd-ports-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 C4EE99DC for ; Sun, 25 May 2014 17:40:02 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A158E21E5 for ; Sun, 25 May 2014 17:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PHe2Sk028112 for ; Sun, 25 May 2014 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4PHe2SS028111; Sun, 25 May 2014 17:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 25 May 2014 17:40:02 GMT Resent-Message-Id: <201405251740.s4PHe2SS028111@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, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63334703 for ; Sun, 25 May 2014 17:32:12 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3667821B4 for ; Sun, 25 May 2014 17:32:12 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PHWCGm026274 for ; Sun, 25 May 2014 17:32:12 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4PHWCCS026269; Sun, 25 May 2014 17:32:12 GMT (envelope-from nobody) Message-Id: <201405251732.s4PHWCCS026269@cgiserv.freebsd.org> Date: Sun, 25 May 2014 17:32:12 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/190205: [maintainer update] print/py-preppy update to 2.3.2 and patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 17:40:02 -0000 >Number: 190205 >Category: ports >Synopsis: [maintainer update] print/py-preppy update to 2.3.2 and patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 25 17:40:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 10.0-RELEASE-p3 >Organization: ARC >Environment: FreeBSD fbsd 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update preppy to 2.3.2, include patch to fix tests Changes: - Bump port version and change distinfo accordingly - Include patch to fix tests. Patch is posted upstream (https://bitbucket.org/rptlab/preppy/issue/1/patch-running-preppy-without-arguments) but it seems nobody reviewed it yet, so include the patch here. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 355253) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= preppy -PORTVERSION= 2.1.2 +PORTVERSION= 2.3.2 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 355253) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (preppy-2.1.2.tar.gz) = 6a910c03add2bd2810ef38d2da8050154da4e8e79766e08de8407382f4507d34 -SIZE (preppy-2.1.2.tar.gz) = 41065 +SHA256 (preppy-2.3.2.tar.gz) = 1988b367f63bfb5372b94b15841a68c235a55a8588567a4a486735c11046b1a6 +SIZE (preppy-2.3.2.tar.gz) = 42691 Index: files/patch-preppy.py =================================================================== --- files/patch-preppy.py (revision 0) +++ files/patch-preppy.py (working copy) @@ -0,0 +1,11 @@ +--- ./preppy.py.orig 2014-05-25 20:05:05.000000000 +0300 ++++ ./preppy.py 2014-05-25 20:06:13.000000000 +0300 +@@ -871,7 +871,7 @@ + + def testgetmodule(name="testoutput"): + #name = "testpreppy" +- pel("trying to load", name) ++ pel("trying to load " + name) + result = getPreppyModule(name, verbose=1) + pel( "load successful! running result") + pel("=" * 100) >Release-Note: >Audit-Trail: >Unformatted: