Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 16:09:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360396 - head/devel/py-pudb
Message-ID:  <201407031609.s63G9LUG034402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031609.s63G9LUG034402>