From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 12:50:01 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 54EE5686 for ; Mon, 12 May 2014 12:50:01 +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 3072C2201 for ; Mon, 12 May 2014 12:50:01 +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 s4CCo1N3011517 for ; Mon, 12 May 2014 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CCo1mZ011503; Mon, 12 May 2014 12:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 May 2014 12:50:01 GMT Resent-Message-Id: <201405121250.s4CCo1mZ011503@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, Bartek Rutkowski 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 5B51B67A; Mon, 12 May 2014 12:49:17 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CAFF621F7; Mon, 12 May 2014 12:49:16 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s4CCn8U0080124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 12 May 2014 14:49:13 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s4CCn7Xn080123; Mon, 12 May 2014 14:49:07 +0200 (CEST) (envelope-from root) Message-Id: <201405121249.s4CCn7Xn080123@poudriere.ithil.palantiri.org> Date: Mon, 12 May 2014 14:49:07 +0200 (CEST) From: Bartek Rutkowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189708: [PATCH] misc/py-pexpect: update to 3.2 Cc: wg@FreeBSD.org 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: Mon, 12 May 2014 12:50:01 -0000 >Number: 189708 >Category: ports >Synopsis: [PATCH] misc/py-pexpect: update to 3.2 >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: Mon May 12 12:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Pixeware LTD >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May 7 16:01:11 >Description: - Update to 3.2 - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pexpect/3.2/ Port maintainer (wg@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- py-pexpect-3.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 353814) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pexpect -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 353814) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pexpect-3.1.tar.gz) = bd0045066718fba98481032303f07565cca6b22b3b7f104efe3e077a55e9ee8d -SIZE (pexpect-3.1.tar.gz) = 130404 +SHA256 (pexpect-3.2.tar.gz) = dbc4c9a01c118e198d1b6ca76f31eb7292f212567f253e6b36a880e5168e961f +SIZE (pexpect-3.2.tar.gz) = 131070 Index: files/patch-pexpect-__init__.py =================================================================== --- files/patch-pexpect-__init__.py (revision 353814) +++ files/patch-pexpect-__init__.py (working copy) @@ -1,13 +1,10 @@ ---- pexpect/__init__.py.orig 2013-11-11 17:58:03.000000000 +0000 -+++ pexpect/__init__.py 2013-12-26 08:28:18.423632870 +0000 -@@ -1558,10 +1558,7 @@ - # TIOCSWINSZ and they don't have a truncate problem. - # Newer versions of Linux have totally different values for TIOCSWINSZ. - # Note that this fix is a hack. +--- pexpect/__init__.py.orig 2014-04-15 03:31:01.000000000 +0200 ++++ pexpect/__init__.py 2014-05-12 14:41:21.690335992 +0200 +@@ -1562,7 +1562,7 @@ + # termios.TIOCSWINSZ to be truncated. There was a hack here to work + # around this, but it caused problems with newer platforms so has been + # removed. For details see https://github.com/pexpect/pexpect/issues/39 - TIOCSWINSZ = getattr(termios, 'TIOCSWINSZ', -2146929561) -- if TIOCSWINSZ == 2148037735: -- # Same bits, but with sign. -- TIOCSWINSZ = -2146929561 + TIOCSWINSZ = getattr(termios, 'TIOCSWINSZ', 2148037735) # Note, assume ws_xpixel and ws_ypixel are zero. s = struct.pack('HHHH', rows, cols, 0, 0) Index: pkg-descr =================================================================== --- pkg-descr (revision 353814) +++ pkg-descr (working copy) @@ -11,4 +11,4 @@ automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. The Pexpect interface was designed to be easy to use. -WWW: http://pexpect.sourceforge.net/ +WWW: http://pexpect.sourceforge.net --- py-pexpect-3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: