From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 23 20:00:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B69106567A for ; Fri, 23 Sep 2011 20:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62DA78FC20 for ; Fri, 23 Sep 2011 20:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8NK0Pmi015342 for ; Fri, 23 Sep 2011 20:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8NK0PUs015341; Fri, 23 Sep 2011 20:00:25 GMT (envelope-from gnats) Resent-Date: Fri, 23 Sep 2011 20:00:25 GMT Resent-Message-Id: <201109232000.p8NK0PUs015341@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C859106566B for ; Fri, 23 Sep 2011 19:56:25 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 31ABF8FC08 for ; Fri, 23 Sep 2011 19:56:25 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 0E7AF313A; Sat, 24 Sep 2011 03:55:24 +0800 (CST) Message-Id: <20110923195524.0E7AF313A@sunpoet.net> Date: Sat, 24 Sep 2011 03:55:24 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: swills@FreeBSD.org Subject: ports/160952: [PATCH] devel/p5-Module-Install: update dependencies and bump PORTREVISION X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 20:00:25 -0000 >Number: 160952 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Install: update dependencies and bump PORTREVISION >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 23 20:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update dependencies as some of them are conditional - Bump PORTREVISION for dependency change Port maintainer (swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Module-Install-1.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-Install/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 6 May 2011 04:12:15 -0000 1.41 +++ Makefile 23 Sep 2011 19:54:41 -0000 @@ -7,6 +7,7 @@ PORTNAME= Module-Install PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +15,16 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Standalone, extensible Perl module installer -RUN_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ - ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ - ${SITE_PERL}/Module/ScanDeps.pm:${PORTSDIR}/devel/p5-Module-ScanDeps \ - ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ - ${SITE_PERL}/YAML/Tiny.pm:${PORTSDIR}/textproc/p5-YAML-Tiny \ - ${SITE_PERL}/${PERL_ARCH}/Devel/PPPort.pm:${PORTSDIR}/devel/p5-Devel-PPPort -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ + p5-JSON>=2.14:${PORTSDIR}/converters/p5-JSON \ + p5-Module-ScanDeps>=0.89:${PORTSDIR}/devel/p5-Module-ScanDeps \ + p5-PAR-Dist>=0.29:${PORTSDIR}/devel/p5-PAR-Dist \ + p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny \ + p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --skip +CONFIGURE_ARGS= --skip MAN3= inc::Module::Install.3 \ inc::Module::Install::DSL.3 \ @@ -51,12 +49,20 @@ .include -.if ${PERL_LEVEL} < 500805 -BUILD_DEPENDS+= ${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators +.if ${PERL_LEVEL} == 501000 +BUILD_DEPENDS+= p5-Module-CoreList>=2.17:${PORTSDIR}/devel/p5-Module-CoreList +RUN_DEPENDS+= p5-Module-CoreList>=2.17:${PORTSDIR}/devel/p5-Module-CoreList .endif -.if ${PERL_LEVEL} < 500809 -BUILD_DEPENDS+= ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-Archive-Tar>=1.44:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-Devel-PPPort>=3.16:${PORTSDIR}/devel/p5-Devel-PPPort \ + p5-Module-Build>=0.29:${PORTSDIR}/devel/p5-Module-Build \ + p5-Parse-CPAN-Meta>=1.39:${PORTSDIR}/devel/p5-Parse-CPAN-Meta +RUN_DEPENDS+= p5-Archive-Tar>=1.44:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-Devel-PPPort>=3.16:${PORTSDIR}/devel/p5-Devel-PPPort \ + p5-Module-Build>=0.29:${PORTSDIR}/devel/p5-Module-Build \ + p5-Parse-CPAN-Meta>=1.39:${PORTSDIR}/devel/p5-Parse-CPAN-Meta .endif .include --- p5-Module-Install-1.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: