Date: Wed, 6 Aug 2003 14:34:21 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/55307: update devel/p5-File-Find-Rule Message-ID: <20030806123421.6165F7E07@aragorn.reaumur.absolight.net> Resent-Message-ID: <200308061240.h76Ce89K083261@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55307 >Category: ports >Synopsis: update devel/p5-File-Find-Rule >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: Wed Aug 06 05:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update devel/p5-File-Find-Rule to 0.11 >How-To-Repeat: >Fix: --- p5-File-Find-Rule-0.11.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Find-Rule/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 19 May 2003 15:46:13 -0000 1.1 +++ Makefile 6 Aug 2003 12:31:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-Find-Rule -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -24,4 +24,11 @@ MAN1= findrule.1 MAN3= File::Find::Extending.3 File::Find::Rule.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500600 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Find-Rule/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 19 May 2003 15:46:13 -0000 1.1 +++ distinfo 6 Aug 2003 12:31:22 -0000 @@ -1 +1 @@ -MD5 (File-Find-Rule-0.10.tar.gz) = 1409fb97fac9f1b71ccaf3784fee2b96 +MD5 (File-Find-Rule-0.11.tar.gz) = 2fdbc409724f12560b89c40c00fb0668 --- p5-File-Find-Rule-0.11.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806123421.6165F7E07>