From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 29 03:20:01 2008 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 5A38F1065670 for ; Fri, 29 Feb 2008 03:20:01 +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 372458FC16 for ; Fri, 29 Feb 2008 03:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1T3K0e2069582 for ; Fri, 29 Feb 2008 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1T3K0ka069568; Fri, 29 Feb 2008 03:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Feb 2008 03:20:00 GMT Resent-Message-Id: <200802290320.m1T3K0ka069568@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, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B4C1065670 for ; Fri, 29 Feb 2008 03:11:16 +0000 (UTC) (envelope-from leeym@db1.leeym.com) Received: from db1.leeym.com (db1.leeym.com [66.79.165.131]) by mx1.freebsd.org (Postfix) with ESMTP id 3453E8FC12 for ; Fri, 29 Feb 2008 03:11:16 +0000 (UTC) (envelope-from leeym@db1.leeym.com) Received: from db1.leeym.com (localhost [127.0.0.1]) by db1.leeym.com (8.14.1/8.14.1) with ESMTP id m1T3CM0l077714; Thu, 28 Feb 2008 19:12:23 -0800 (PST) (envelope-from leeym@db1.leeym.com) Received: (from leeym@localhost) by db1.leeym.com (8.14.2/8.14.2/Submit) id m1T3CMKu077713; Thu, 28 Feb 2008 19:12:22 -0800 (PST) (envelope-from leeym) Message-Id: <200802290312.m1T3CMKu077713@db1.leeym.com> Date: Thu, 28 Feb 2008 19:12:22 -0800 (PST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lbr@FreeBSD.org Subject: ports/121201: [PATCH] devel/p5-Sub-Install: fix dependency 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, 29 Feb 2008 03:20:01 -0000 >Number: 121201 >Category: ports >Synopsis: [PATCH] devel/p5-Sub-Install: fix dependency >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 Feb 29 03:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - use CPAN macro - fix dependency - allow build on older perl - bump PORTREVISION Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Sub-Install-0.924_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Sub-Install/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 8 Sep 2007 00:59:07 -0000 1.6 +++ Makefile 29 Feb 2008 03:10:31 -0000 @@ -7,20 +7,22 @@ PORTNAME= Sub-Install PORTVERSION= 0.924 +PORTREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Sub +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Install subroutines into packages easily -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils - -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= Sub::Install.3 -.include +.include + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include --- p5-Sub-Install-0.924_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: