FreeBSD Bugzilla – Attachment 31258 Details for
Bug 52170
(update) devel/p5-POE-Component-Client-HTTP to 0.53
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-POE-Component-Client-HTTP-0.53.diff
p5-POE-Component-Client-HTTP-0.53.diff (text/plain), 3.75 KB, created by
Mathieu Arnold
on 2003-05-13 15:00:25 UTC
(
hide
)
Description:
p5-POE-Component-Client-HTTP-0.53.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-13 15:00:25 UTC
Size:
3.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/Makefile,v >retrieving revision 1.4 >diff -u -b -w -r1.4 Makefile >--- Makefile 2003/03/07 06:00:58 1.4 >+++ Makefile 2003/05/13 13:52:30 >@@ -6,7 +6,7 @@ > # > > PORTNAME= POE-Component-Client-HTTP >-PORTVERSION= 0.43 >+PORTVERSION= 0.53 > CATEGORIES= devel perl5 www > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ > http://poe.perl.org/poedown/ >@@ -16,15 +16,14 @@ > MAINTAINER= skv@FreeBSD.org > COMMENT= POE component for non-blocking/concurrent HTTP queries > >-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI >+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ >+ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ >+ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay/Handle.pm:${PORTSDIR}/security/p5-Net-SSLeay \ >+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI > RUN_DEPENDS= ${BUILD_DEPENDS} > > PERL_CONFIGURE= yes > >-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > MAN3= POE::Component::Client::HTTP.3 POE::Component::Client::SSL.3 > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/distinfo,v >retrieving revision 1.3 >diff -u -b -w -r1.3 distinfo >--- distinfo 2002/07/05 13:33:56 1.3 >+++ distinfo 2003/05/13 13:52:30 >@@ -1 +1 @@ >-MD5 (POE-Component-Client-HTTP-0.43.tar.gz) = 0d9b9f7dc6d26eab333daf04f0c4434a >+MD5 (POE-Component-Client-HTTP-0.53.tar.gz) = f6417b749036bfc026361f7760770665 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-POE-Component-Client-HTTP/pkg-plist,v >retrieving revision 1.2 >diff -u -b -w -r1.2 pkg-plist >--- pkg-plist 2002/07/05 13:33:56 1.2 >+++ pkg-plist 2003/05/13 13:52:30 >@@ -1,11 +1,11 @@ >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist >-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP.pm >-lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP/SSL.pm >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/HTTP >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true >+%%SITE_PERL%%/POE/Component/Client/HTTP.pm >+%%SITE_PERL%%/POE/Component/Client/HTTP/SSL.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP/.packlist >+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/HTTP >+@dirrm %%SITE_PERL%%/POE/Component/Client/HTTP >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52170
: 31258