From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 17:20:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65353D00 for ; Tue, 13 Jan 2015 17:20:02 +0000 (UTC) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF9CDD33 for ; Tue, 13 Jan 2015 17:20:01 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id s18so3836443lam.2 for ; Tue, 13 Jan 2015 09:19:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=TPBgQbuUIvl6k3g+EEhNHxtifwFSuq4rt+i/N9lZxh0=; b=OyF2ck51K2Wpys7RRoHpVf9qzdqUpca8TesjtM5bJI3Pn6whfUPrvIOWEmLI2bHMUR NgG88C8pDW6EziCpMx8KT/QMc8P4TrsRHof2Gp6pTl+rsEJaJTh2edfdIyZ1rGzNdLJU tk8pPgDCyEhrum3FyaGHvyHGsQgCd1P5BpE4b0SP6EYK26j7urjULfe1a+KKX24AFCJo WD1ybiWfjkw/VbaF2nMizw/DhyaMP/SYYsQspBucPktKkd0IlkJjgC8hHppPvVfK2VOl LqAweKF4tsVoaG3y6SkFh0m2AL5WfHNTWKAVCLHwORNfGMBffrx6PabLA+z8v6coMOnp pGYA== X-Gm-Message-State: ALoCoQnu4/5b+8OGp+rvHsw9X+7sqprV3gVvdMq1B5PgFSAUogfVwfoeP4zYt7CGlNWX1pUtBU/O X-Received: by 10.112.172.194 with SMTP id be2mr44076505lbc.53.1421169593667; Tue, 13 Jan 2015 09:19:53 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.49.114 with HTTP; Tue, 13 Jan 2015 09:19:27 -0800 (PST) In-Reply-To: <201501131643.t0DGhrKp098655@svn.freebsd.org> References: <201501131643.t0DGhrKp098655@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 14 Jan 2015 01:19:27 +0800 X-Google-Sender-Auth: 64aBwEKORsYkQiwzvRqwSNhuEdM Message-ID: Subject: Re: svn commit: r376970 - head/devel/p5-App-Cmd To: Muhammad Moinur Rahman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers 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: Tue, 13 Jan 2015 17:20:02 -0000 On Wed, Jan 14, 2015 at 12:43 AM, Muhammad Moinur Rahman wrote: > Author: bofh > Date: Tue Jan 13 16:43:52 2015 > New Revision: 376970 > URL: https://svnweb.freebsd.org/changeset/ports/376970 > QAT: https://qat.redports.org/buildarchive/r376970/ > > Log: > devel/p5-App-Cmd: Update version 0.323=>0.326 > > Differential Revision: https://reviews.freebsd.org/D1515 > Approved by: marino(mentor) > > Modified: > head/devel/p5-App-Cmd/Makefile > head/devel/p5-App-Cmd/distinfo > > Modified: head/devel/p5-App-Cmd/Makefile > > ============================================================================== > --- head/devel/p5-App-Cmd/Makefile Tue Jan 13 16:38:35 2015 > (r376969) > +++ head/devel/p5-App-Cmd/Makefile Tue Jan 13 16:43:52 2015 > (r376970) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= App-Cmd > -PORTVERSION= 0.323 > -PORTREVISION= 1 > +PORTVERSION= 0.326 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -22,7 +21,11 @@ BUILD_DEPENDS= p5-Capture-Tiny>=0.13:${P > p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ > p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install > RUN_DEPENDS:= ${BUILD_DEPENDS} > -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal > +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ > + p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ > + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ > + p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \ > + > p5-ExtUtils-MakeMaker>=6.4:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker > Hi, Please do not add core modules to *_DEPENDS if the bundled ones satisfy the version requirement. In this case, Data::Dumper >=0, IPC::Cmd >= 0 and ExtUtils::MakeMaker >= 6.4 are already in lang/perl5.16 and above. Regards, sunpoet