From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 22 09:40:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF9CAE98 for ; Thu, 22 Nov 2012 09:40: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 9E38C8FC1F for ; Thu, 22 Nov 2012 09:40: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 qAM9e0Gj084016 for ; Thu, 22 Nov 2012 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAM9e0tb084015; Thu, 22 Nov 2012 09:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 22 Nov 2012 09:40:00 GMT Resent-Message-Id: <201211220940.qAM9e0tb084015@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 05F86D39; Thu, 22 Nov 2012 09:35:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id BB12D8FC0C; Thu, 22 Nov 2012 09:35:45 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi5so152908pad.13 for ; Thu, 22 Nov 2012 01:35:45 -0800 (PST) Received: by 10.66.73.65 with SMTP id j1mr25805136pav.68.1353576945370; Thu, 22 Nov 2012 01:35:45 -0800 (PST) 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 jw14sm1793683pbb.36.2012.11.22.01.35.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Nov 2012 01:35:44 -0800 (PST) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 8B15E39FA1; Thu, 22 Nov 2012 20:35:36 +1100 (EST) Message-Id: <20121122093536.8B15E39FA1@freebsd-9-amd64.localdomain> Date: Thu, 22 Nov 2012 20:35:36 +1100 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173834: [PATCH] devel/py27-urwid: update to 1.1.1, Add OPTIONSFILE, regression-test target Cc: python@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: Thu, 22 Nov 2012 09:40:00 -0000 >Number: 173834 >Category: ports >Synopsis: [PATCH] devel/py27-urwid: update to 1.1.1, Add OPTIONSFILE, regression-test target >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: Thu Nov 22 09:40: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 1.1.1 - Add OPTIONSFILE to save OPTIONS properly - Fix source directory for installing EXAMPLES - Add regression-test target for unit tests - Trim Makefile header - Silence @cd calls - Whitespace alignment ====[QA]==== portlint: WARN: Makefile: only one MASTER_SITE configured porttest: OK (GCC & CLANG 9.0-RELEASE amd64) unittest: Ran 283 tests in 0.490s - FAILED (failures=5, errors=4) Note: The same tests fail for previous version (1.0.2). Failures are for doctests, are due to missing gobject import and fail on: evl = GLibEventLoop() ============ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-urwid-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-urwid/Makefile ./Makefile --- /usr/ports/devel/py-urwid/Makefile 2012-11-17 16:56:51.000000000 +1100 +++ ./Makefile 2012-11-22 20:20:12.000000000 +1100 @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-urwid -# Date created: 7 December 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD: ports/devel/py-urwid/Makefile,v 1.24 2012/11/17 05:56:51 svnexp Exp $ -# PORTNAME= urwid -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= http://excess.org/urwid/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +13,10 @@ LICENSE= LGPL21 OPTIONS_DEFINE= EXAMPLES +# Bypass ports infrastructure bug +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PORTEXAMPLES= bigtext.py \ @@ -46,7 +44,10 @@ post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ + @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ .endif +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} -m urwid.tests + .include diff -ruN --exclude=CVS /usr/ports/devel/py-urwid/distinfo ./distinfo --- /usr/ports/devel/py-urwid/distinfo 2012-07-18 22:48:22.000000000 +1000 +++ ./distinfo 2012-11-22 20:18:07.000000000 +1100 @@ -1,2 +1,2 @@ -SHA256 (urwid-1.0.2.tar.gz) = 2e13bd98dc8162caeb768263b6805f98a468ccb3bc28f6eed54770c80a514b37 -SIZE (urwid-1.0.2.tar.gz) = 285489 +SHA256 (urwid-1.1.1.tar.gz) = b301b4e0c2cd1634390cda80149d8aa2a07365af81a281ecf258770e47d30e99 +SIZE (urwid-1.1.1.tar.gz) = 482432 --- py27-urwid-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: