From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 22:47:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 969457B5; Sun, 18 Jan 2015 22:47:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 813BC9FF; Sun, 18 Jan 2015 22:47:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0IMletB002328; Sun, 18 Jan 2015 22:47:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0IMldaP002325; Sun, 18 Jan 2015 22:47:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501182247.t0IMldaP002325@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jan 2015 22:47:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377355 - head/devel/p5-Debug-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 22:47:40 -0000 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 -.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 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