Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 22:47:39 +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: r377355 - head/devel/p5-Debug-Client
Message-ID:  <201501182247.t0IMldaP002325@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 18 22:47:39 2015
New Revision: 377355
URL: https://svnweb.freebsd.org/changeset/ports/377355
QAT: https://qat.redports.org/buildarchive/r377355/

Log:
  - Update to 0.29
  - Fix *_DEPENDS:
    - IO::Socket::IP 0.21+ is already in Perl 5.20
    - Term::ReadLine 1.1+ is already in Perl 5.18 and above
  - Add BUILD_DEPENDS
  - Add more TEST_DEPENDS
  - Remove outdated PERL_LEVEL check
  - Update pkg-descr
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Debug-Client/Changes

Modified:
  head/devel/p5-Debug-Client/Makefile
  head/devel/p5-Debug-Client/distinfo
  head/devel/p5-Debug-Client/pkg-descr

Modified: head/devel/p5-Debug-Client/Makefile
==============================================================================
--- head/devel/p5-Debug-Client/Makefile	Sun Jan 18 22:47:32 2015	(r377354)
+++ head/devel/p5-Debug-Client/Makefile	Sun Jan 18 22:47:39 2015	(r377355)
@@ -2,32 +2,40 @@
 # $FreeBSD$
 
 PORTNAME=	Debug-Client
-PORTVERSION=	0.24
-PORTREVISION=	1
+PORTVERSION=	0.29
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Client for the standard Perl debugger
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-IO-Socket-IP>=0.18:${PORTSDIR}/net/p5-IO-Socket-IP \
-		p5-PadWalker>=1.96:${PORTSDIR}/devel/p5-PadWalker \
+BUILD_DEPENDS=	p5-PadWalker>=1.96:${PORTSDIR}/devel/p5-PadWalker \
 		p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl
-TEST_DEPENDS=	p5-File-HomeDir>=1.00:${PORTSDIR}/devel/p5-File-HomeDir \
-		p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
-		p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-File-HomeDir>=1:${PORTSDIR}/devel/p5-File-HomeDir \
+		p5-ReadLine-Gnu>=1.20:${PORTSDIR}/devel/p5-ReadLine-Gnu \
+		p5-Test-CheckDeps>=0.006:${PORTSDIR}/devel/p5-Test-CheckDeps \
+		p5-Test-Class>=0.39:${PORTSDIR}/devel/p5-Test-Class \
+		p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-Requires>=0.07:${PORTSDIR}/devel/p5-Test-Requires
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501600
-TEST_DEPENDS+=	p5-Time-HiRes>=1.9725:${PORTSDIR}/devel/p5-Time-HiRes
+.if ${PERL_LEVEL} < 501800
+BUILD_DEPENDS+=	p5-version>=0.99.02:${PORTSDIR}/devel/p5-version
+RUN_DEPENDS+=	p5-version>=0.99.02:${PORTSDIR}/devel/p5-version
+.endif
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.21:${PORTSDIR}/net/p5-IO-Socket-IP
+RUN_DEPENDS+=	p5-IO-Socket-IP>=0.21:${PORTSDIR}/net/p5-IO-Socket-IP
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/p5-Debug-Client/distinfo
==============================================================================
--- head/devel/p5-Debug-Client/distinfo	Sun Jan 18 22:47:32 2015	(r377354)
+++ head/devel/p5-Debug-Client/distinfo	Sun Jan 18 22:47:39 2015	(r377355)
@@ -1,2 +1,2 @@
-SHA256 (Debug-Client-0.24.tar.gz) = 9b7f3bf677256d92d9f9b5a3ee1ef469525d897d7dcf51eadc2044429563d96b
-SIZE (Debug-Client-0.24.tar.gz) = 40169
+SHA256 (Debug-Client-0.29.tar.gz) = 51f4ea6c6991221024a08b6106d4af1455452fae3b809b0bf0a208fbddb30efa
+SIZE (Debug-Client-0.29.tar.gz) = 41615

Modified: head/devel/p5-Debug-Client/pkg-descr
==============================================================================
--- head/devel/p5-Debug-Client/pkg-descr	Sun Jan 18 22:47:32 2015	(r377354)
+++ head/devel/p5-Debug-Client/pkg-descr	Sun Jan 18 22:47:39 2015	(r377355)
@@ -1,6 +1,4 @@
-Client for the standard perl debugger.
-
-Debug::Client was spun off from Padre.
+The primary use of Debug::Client is to provide debugger functionality for Padre
+0.98 and beyond.
 
 WWW: http://search.cpan.org/dist/Debug-Client/
-WWW: http://padre.perlide.org/wiki/Projects



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