From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 16:09:22 2014 Return-Path: Delivered-To: svn-ports-all@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 73BA32E9; Thu, 3 Jul 2014 16:09:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 470B3294C; Thu, 3 Jul 2014 16:09:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63G9MFX034405; Thu, 3 Jul 2014 16:09:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63G9LUG034402; Thu, 3 Jul 2014 16:09:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407031609.s63G9LUG034402@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Jul 2014 16:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360396 - head/devel/py-pudb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 16:09:22 -0000 Author: sunpoet Date: Thu Jul 3 16:09:21 2014 New Revision: 360396 URL: http://svnweb.freebsd.org/changeset/ports/360396 QAT: https://qat.redports.org/buildarchive/r360396/ Log: - Reformat pkg-descr - Take maintainership Modified: head/devel/py-pudb/Makefile head/devel/py-pudb/pkg-descr Modified: head/devel/py-pudb/Makefile ============================================================================== --- head/devel/py-pudb/Makefile Thu Jul 3 16:08:59 2014 (r360395) +++ head/devel/py-pudb/Makefile Thu Jul 3 16:09:21 2014 (r360396) @@ -8,14 +8,14 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Full-screen, console-based Python debugger -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \ - ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}urwid>=0:${PORTSDIR}/devel/py-urwid -USE_PYTHON= yes -USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +USE_PYDISTUTILS=yes +USE_PYTHON= yes .include Modified: head/devel/py-pudb/pkg-descr ============================================================================== --- head/devel/py-pudb/pkg-descr Thu Jul 3 16:08:59 2014 (r360395) +++ head/devel/py-pudb/pkg-descr Thu Jul 3 16:09:21 2014 (r360396) @@ -1,9 +1,9 @@ PuDB is a full-screen, console-based visual debugger for Python. -Its goal is to provide all the niceties of modern GUI-based debuggers -in a more lightweight and keyboard-friendly package. PuDB allows you -to debug code right where you write and test it--in a terminal. If -you've worked with the excellent (but nowadays ancient) DOS-based -Turbo Pascal or C tools, PuDB's UI might look familiar. +Its goal is to provide all the niceties of modern GUI-based debuggers in a more +lightweight and keyboard-friendly package. PuDB allows you to debug code right +where you write and test it--in a terminal. If you've worked with the excellent +(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look +familiar. WWW: https://pypi.python.org/pypi/pudb/