Date: Sat, 9 Feb 2008 02:29:38 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120445: [UPDATE] ftp/p5-File-Fetch Message-ID: <200802090229.m192TcAc024983@www.freebsd.org> Resent-Message-ID: <200802090240.m192e2Nt047758@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120445 >Category: ports >Synopsis: [UPDATE] ftp/p5-File-Fetch >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: Sat Feb 09 02:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 0.14; - Added missing deps; - Fix pkg-plist. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/p5-File-Fetch/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 8 Sep 2007 01:00:04 -0000 1.4 +++ Makefile 9 Feb 2008 02:29:57 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-Fetch -PORTVERSION= 0.10 +PORTVERSION= 0.14 CATEGORIES= ftp www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -17,7 +17,9 @@ RUN_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional + ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check BUILD_DEPENDS= ${RUN_DEPENDS} MAN3= File::Fetch.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/p5-File-Fetch/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 11 Feb 2007 09:39:31 -0000 1.3 +++ distinfo 9 Feb 2008 02:29:57 -0000 @@ -1,3 +1,3 @@ -MD5 (File-Fetch-0.10.tar.gz) = 515746879e2ef1aa780e24c1e7b7f04f -SHA256 (File-Fetch-0.10.tar.gz) = 30b4ac3ff5cf7fa3d586eb629f8a10a012231d0ac30e859e0eafef194245ad15 -SIZE (File-Fetch-0.10.tar.gz) = 12113 +MD5 (File-Fetch-0.14.tar.gz) = 0c47389899c68e0198ce6c9a9f795ff4 +SHA256 (File-Fetch-0.14.tar.gz) = 7d4664ace266fa87bb8c21c4590330b455c5f0cf454f2dc62d3673fcea06ddbc +SIZE (File-Fetch-0.14.tar.gz) = 14937 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/p5-File-Fetch/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 11 Feb 2007 09:39:31 -0000 1.2 +++ pkg-plist 9 Feb 2008 02:29:57 -0000 @@ -1,6 +1,5 @@ %%SITE_PERL%%/File/Fetch.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File -@dirrm %%SITE_PERL%%/File/Fetch @dirrmtry %%SITE_PERL%%/File >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802090229.m192TcAc024983>