diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-13 17:40:20 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-13 17:40:20 +0000 |
commit | 47383205d807ab039e8a63e222908f826f7fc395 (patch) | |
tree | 752a04860e18d69071b5e6e509aeba03a4403567 /devel/winpdb | |
parent | 42ec65c154f3ea66a08c9e835e9da24ee3462325 (diff) | |
download | ports-47383205d807ab039e8a63e222908f826f7fc395.tar.gz ports-47383205d807ab039e8a63e222908f826f7fc395.zip |
Notes
Diffstat (limited to 'devel/winpdb')
-rw-r--r-- | devel/winpdb/Makefile | 16 | ||||
-rw-r--r-- | devel/winpdb/distinfo | 6 | ||||
-rw-r--r-- | devel/winpdb/pkg-descr | 2 |
3 files changed, 10 insertions, 14 deletions
diff --git a/devel/winpdb/Makefile b/devel/winpdb/Makefile index 384fa096d21e..ef4a7ddb96de 100644 --- a/devel/winpdb/Makefile +++ b/devel/winpdb/Makefile @@ -7,24 +7,20 @@ # PORTNAME= winpdb -PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTVERSION= 1.4.4 CATEGORIES= devel python -MASTER_SITES= SF +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITE_SUBDIR= winpdb -MAINTAINER= python@FreeBSD.org +MAINTAINER= mva@Fsysfault.org COMMENT= An advanced Python debugger RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_WX= 2.6 +USE_WX= 2.6+ WX_COMPS= python - -post-install: -.for file in rpdb2 winpdb - @${MV} -f ${PREFIX}/bin/_${file}.py ${PREFIX}/bin/${file} -.endfor +WANT_UNICODE= yes .include <bsd.port.mk> diff --git a/devel/winpdb/distinfo b/devel/winpdb/distinfo index 47a72d448d06..d1d302dbc95f 100644 --- a/devel/winpdb/distinfo +++ b/devel/winpdb/distinfo @@ -1,3 +1,3 @@ -MD5 (winpdb-1.0.8.tar.gz) = f9e0a551e152e6c9dbfca0e59a684f43 -SHA256 (winpdb-1.0.8.tar.gz) = 27d4919483f1aafa606f344c44d41da4f3e83fbb007113899bbc498a8d2dc388 -SIZE (winpdb-1.0.8.tar.gz) = 81011 +MD5 (winpdb-1.4.4.tar.gz) = b5faa5c7d64a4da84e4036899d805408 +SHA256 (winpdb-1.4.4.tar.gz) = 0317f826fe1b7511bb863e936072358670aefc99459d6e622b109388aefd18fb +SIZE (winpdb-1.4.4.tar.gz) = 143419 diff --git a/devel/winpdb/pkg-descr b/devel/winpdb/pkg-descr index 9c9e41186fd8..a711d3ecc2e9 100644 --- a/devel/winpdb/pkg-descr +++ b/devel/winpdb/pkg-descr @@ -2,4 +2,4 @@ Winpdb is a GPL python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, password encrypted communication and speed of up to 20 times that of pdb. -WWW: http://winpdb.sourceforge.net/ +WWW: http://www.winpdb.org |