From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 16:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B39B7E16 for ; Thu, 26 Sep 2013 16:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90C282848 for ; Thu, 26 Sep 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QGe0Dt085008 for ; Thu, 26 Sep 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8QGe0T2085007; Thu, 26 Sep 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 16:40:00 GMT Resent-Message-Id: <201309261640.r8QGe0T2085007@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3086BBE3; Thu, 26 Sep 2013 16:35:59 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF9F72805; Thu, 26 Sep 2013 16:35:58 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 04B514840; Fri, 27 Sep 2013 00:36:12 +0800 (CST) Message-Id: <20130926163613.04B514840@sunpoet.net> Date: Fri, 27 Sep 2013 00:36:12 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182416: [PATCH] devel/p5-Test-CheckDeps: update to 0.007 Cc: culot@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 16:40:00 -0000 >Number: 182416 >Category: ports >Synopsis: [PATCH] devel/p5-Test-CheckDeps: update to 0.007 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 26 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255451: Wed Sep 11 02:56:55 CST >Description: - Update to 0.007 Port maintainer (culot@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Test-CheckDeps-0.007.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 328376) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-CheckDeps -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-CPAN-Meta-Check>=0.004:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ + p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny MAN3= Test::CheckDeps.3 -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 328376) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Test-CheckDeps-0.006.tar.gz) = 774c1455566d11746118fd95305d1dbd111af86eac78058918e72468c43d9bcb -SIZE (Test-CheckDeps-0.006.tar.gz) = 11024 +SHA256 (Test-CheckDeps-0.007.tar.gz) = 45d1d8c4f2639359216f443558cf757a5ef130bc7131bb533985471efcd26513 +SIZE (Test-CheckDeps-0.007.tar.gz) = 10980 --- p5-Test-CheckDeps-0.007.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: