From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 4 03:30:03 2009 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 A17BE106566B for ; Sat, 4 Apr 2009 03:30:03 +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 7CC4A8FC17 for ; Sat, 4 Apr 2009 03:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n343U3eK031209 for ; Sat, 4 Apr 2009 03:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n343U3mT031206; Sat, 4 Apr 2009 03:30:03 GMT (envelope-from gnats) Resent-Date: Sat, 4 Apr 2009 03:30:03 GMT Resent-Message-Id: <200904040330.n343U3mT031206@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 8420A106564A for ; Sat, 4 Apr 2009 03:28:39 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 1F46F8FC08 for ; Sat, 4 Apr 2009 03:28:39 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n343Scjg067002; Fri, 3 Apr 2009 20:28:38 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id n343SceZ066976; Fri, 3 Apr 2009 20:28:38 -0700 (PDT) (envelope-from leeym) Message-Id: <200904040328.n343SceZ066976@cn1.leeym.com> Date: Fri, 3 Apr 2009 20:28:38 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/133355: [PATCH] textproc/p5-Pod-Strip: update patch 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: Sat, 04 Apr 2009 03:30:04 -0000 >Number: 133355 >Category: ports >Synopsis: [PATCH] textproc/p5-Pod-Strip: update patch >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: Sat Apr 04 03:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Pod::Simple is shipped with perl-5.10, so use conditional dependency instead. - bump PORTREVISION Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Pod-Strip-1.02_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Pod-Strip/Makefile,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 Makefile --- Makefile 13 Feb 2007 04:20:14 -0000 1.1 +++ Makefile 4 Apr 2009 03:27:30 -0000 @@ -7,6 +7,7 @@ PORTNAME= Pod-Strip PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Pod @@ -15,11 +16,15 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Remove POD from Perl code -RUN_DEPENDS= ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_MODBUILD= yes MAN3= Pod::Strip.3 -.include +.include + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple +BUILD_DEPENDS+= ${RUN_DEPENDS} +.endif + +.include --- p5-Pod-Strip-1.02_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: