Date: Fri, 17 Oct 2008 21:19:52 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/128192: [PATCH] textproc/p5-Pod-Simple: simplify dependency Message-ID: <200810180419.m9I4JqsN056808@cn1.leeym.com> Resent-Message-ID: <200810180420.m9I4K2mg080620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128192 >Category: ports >Synopsis: [PATCH] textproc/p5-Pod-Simple: simplify 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: Sat Oct 18 04:20:02 UTC 2008 >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: - simplify dependency - set PERL_CONFIGURE correctly - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Pod-Simple-3.07_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Pod-Simple/Makefile,v retrieving revision 1.15 diff -u -d -b -w -u -r1.15 Makefile --- Makefile 6 Jun 2008 15:44:22 -0000 1.15 +++ Makefile 18 Oct 2008 04:18:50 -0000 @@ -6,6 +6,7 @@ PORTNAME= Pod-Simple PORTVERSION= 3.07 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +14,7 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Framework for parsing Pod -BUILD_DEPENDS= ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ - ${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Pod::Simple.3 \ Pod::Simple::Checker.3 \ @@ -44,4 +41,10 @@ perlpod.3 \ perlpodspec.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Pod-Escapes>=1.04:${PORTSDIR}/textproc/p5-Pod-Escapes +.endif + +.include <bsd.port.post.mk> --- p5-Pod-Simple-3.07_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810180419.m9I4JqsN056808>