Date: Thu, 12 Jan 2006 08:55:28 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jus@security.za.net Subject: ports/91693: [PATCH] devel/p5-File-Remove: update to 0.31 Message-ID: <20060112005528.94E84B29CBA@utopia.leeym.com> Resent-Message-ID: <200601120100.k0C10GhJ054297@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91693 >Category: ports >Synopsis: [PATCH] devel/p5-File-Remove: update to 0.31 >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: Thu Jan 12 01:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005 >Description: - Update to 0.31 Port maintainer (jus@security.za.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-File-Remove-0.31.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Remove/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 26 Jul 2005 07:59:18 -0000 1.5 +++ Makefile 12 Jan 2006 00:55:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-Remove -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -16,8 +16,16 @@ MAINTAINER= jus@security.za.net COMMENT= Perl5 module to easily removes files and directories +BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= YES MAN3= File::Remove.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires File::Glob, which is only available in perl 5.6.0 or above +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Remove/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 26 Jul 2005 07:59:18 -0000 1.3 +++ distinfo 12 Jan 2006 00:55:21 -0000 @@ -1,2 +1,3 @@ -MD5 (File-Remove-0.30.tar.gz) = 3973fd86f5d82a52255bde3c1fd63486 -SIZE (File-Remove-0.30.tar.gz) = 5128 +MD5 (File-Remove-0.31.tar.gz) = 8dbe965298ffe80415c3460635bb923f +SHA256 (File-Remove-0.31.tar.gz) = d71b603cbbfad9331164d8f0fb1f3688bacfc4398f01e3610683698c85643c13 +SIZE (File-Remove-0.31.tar.gz) = 5873 --- p5-File-Remove-0.31.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?20060112005528.94E84B29CBA>