svn commit: r360396 - head/devel/py-pudb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 3 16:09:22 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-head mailing list