Date: Sun, 16 Mar 2008 20:07:59 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kaoru@kaisei.org Subject: ports/121773: [PATCH] www/p5-LWP-UserAgent-WithCache: fix plist Message-ID: <200803170307.m2H37xxZ076627@db1.leeym.com> Resent-Message-ID: <200803170310.m2H3A1UX016775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121773 >Category: ports >Synopsis: [PATCH] www/p5-LWP-UserAgent-WithCache: fix plist >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: Mon Mar 17 03:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - use CPAN macro - unify dependency - fix pkg-plist - bump PORTREVISION Port maintainer (kaoru@kaisei.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-LWP-UserAgent-WithCache-0.06_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-LWP-UserAgent-WithCache/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 12 Oct 2007 23:39:01 -0000 1.1 +++ Makefile 17 Mar 2008 03:04:20 -0000 @@ -7,18 +7,17 @@ PORTNAME= LWP-UserAgent-WithCache PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= LWP +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= LWP::UserAgent extension with local cache -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= LWP::UserAgent::WithCache.3 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/p5-LWP-UserAgent-WithCache/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 12 Oct 2007 23:39:01 -0000 1.1 +++ pkg-plist 17 Mar 2008 03:04:20 -0000 @@ -1,5 +1,5 @@ %%SITE_PERL%%/LWP/UserAgent/WithCache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist -@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent/WithCache -@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent -@dirrmtry lib/perl5/site_perl/5.8.8/LWP/UserAgent +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent +@dirrmtry %%SITE_PERL%%/LWP/UserAgent --- p5-LWP-UserAgent-WithCache-0.06_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?200803170307.m2H37xxZ076627>