Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Debug-Client/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 21 Mar 2010 12:54:28 -0000 1.1 +++ Makefile 9 Sep 2011 22:03:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Debug-Client -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,11 @@ MAINTAINER= ports@c0decafe.net COMMENT= Client for the standard Perl debugger -USE_PERL5= yes +BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir +RUN_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir + +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep + PERL_CONFIGURE= yes MAN3= Debug::Client.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Debug-Client/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 3 Jul 2011 14:57:04 -0000 1.2 +++ distinfo 9 Sep 2011 22:03:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (Debug-Client-0.11.tar.gz) = bb18f132c74259c34f66603d5d7eaabe4be9c863a45f93c890a02cf8bea5e9bb -SIZE (Debug-Client-0.11.tar.gz) = 23506 +SHA256 (Debug-Client-0.12.tar.gz) = 70e0ce044c15d626fbafddee6b945d777aa2fb507fbd39ed0f22d35f58a1558e +SIZE (Debug-Client-0.12.tar.gz) = 30339 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-Debug-Client/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 21 Mar 2010 12:54:28 -0000 1.1 +++ pkg-descr 9 Sep 2011 22:03:16 -0000 @@ -2,4 +2,5 @@ Debug::Client was spun off from Padre. -WWW: http://padre.perlide.org/wiki/Projects +WWW: http://search.cpan.org/dist/Debug-Client/ +WWW: http://padre.perlide.org/wiki/Projects