ports/121773: [PATCH] www/p5-LWP-UserAgent-WithCache: fix plist
Yen-Ming Lee
leeym at FreeBSD.org
Mon Mar 17 03:10:02 UTC 2008
>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 at 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 at 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
- at dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent/WithCache
- at dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent
- at dirrmtry lib/perl5/site_perl/5.8.8/LWP/UserAgent
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent
+ at dirrmtry %%SITE_PERL%%/LWP/UserAgent
--- p5-LWP-UserAgent-WithCache-0.06_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list