FreeBSD Bugzilla – Attachment 43826 Details for
Bug 67964
[PATCH] devel/p5-POE: update to 0.29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-POE-0.29,1.patch
p5-POE-0.29,1.patch (text/plain), 4.64 KB, created by
Lars Thegler
on 2004-06-15 11:10:18 UTC
(
hide
)
Description:
p5-POE-0.29,1.patch
Filename:
MIME Type:
Creator:
Lars Thegler
Created:
2004-06-15 11:10:18 UTC
Size:
4.64 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-POE/Makefile,v >retrieving revision 1.19 >diff -u -u -r1.19 Makefile >--- Makefile 24 Feb 2004 11:42:47 -0000 1.19 >+++ Makefile 15 Jun 2004 07:39:52 -0000 >@@ -6,7 +6,8 @@ > # > > PORTNAME= POE >-PORTVERSION= 0.2802 >+PORTVERSION= 0.29 >+PORTEPOCH= 1 > CATEGORIES= devel perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= POE >@@ -26,7 +27,7 @@ > PERL_CONFIGURE= yes > CONFIGURE_ARGS= --default > >-MAN3= POE.3 POE::API::ResLoader.3 POE::Component.3 \ >+MAN3= POE.3 POE::API::Ctl.3 POE::API::ResLoader.3 POE::Component.3 \ > POE::Component::Client::TCP.3 POE::Component::Server::TCP.3 \ > POE::Driver.3 POE::Driver::SysRW.3 POE::Filter.3 \ > POE::Filter::Block.3 POE::Filter::Grep.3 POE::Filter::HTTPD.3 \ >@@ -39,14 +40,15 @@ > POE::Loop::TkCommon.3 POE::NFA.3 POE::Pipe.3 \ > POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \ > POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \ >- POE::Resource::Aliases.3 POE::Resource::Events.3 \ >- POE::Resource::Extrefs.3 POE::Resource::FileHandles.3 \ >- POE::Resource::SIDs.3 POE::Resource::Sessions.3 \ >- POE::Resource::Signals.3 POE::Resource::Statistics.3 \ >- POE::Session.3 POE::Wheel.3 POE::Wheel::Curses.3 \ >- POE::Wheel::FollowTail.3 POE::Wheel::ListenAccept.3 \ >- POE::Wheel::ReadLine.3 POE::Wheel::ReadWrite.3 \ >- POE::Wheel::Run.3 POE::Wheel::SocketFactory.3 >+ POE::Resource::Aliases.3 POE::Resource::Controls.3 \ >+ POE::Resource::Events.3 POE::Resource::Extrefs.3 \ >+ POE::Resource::FileHandles.3 POE::Resource::SIDs.3 \ >+ POE::Resource::Sessions.3 POE::Resource::Signals.3 \ >+ POE::Resource::Statistics.3 POE::Session.3 POE::Wheel.3 \ >+ POE::Wheel::Curses.3 POE::Wheel::FollowTail.3 \ >+ POE::Wheel::ListenAccept.3 POE::Wheel::ReadLine.3 \ >+ POE::Wheel::ReadWrite.3 POE::Wheel::Run.3 \ >+ POE::Wheel::SocketFactory.3 > > post-install: > .ifndef(NOPORTDOCS) >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-POE/distinfo,v >retrieving revision 1.15 >diff -u -u -r1.15 distinfo >--- distinfo 5 Feb 2004 12:24:33 -0000 1.15 >+++ distinfo 15 Jun 2004 07:39:52 -0000 >@@ -1,2 +1,2 @@ >-MD5 (POE-0.2802.tar.gz) = fd27e0e25dd77d6a19dff7cdce0160de >-SIZE (POE-0.2802.tar.gz) = 361132 >+MD5 (POE-0.29.tar.gz) = 1711e3cd92b388cbe89f6f801d5d0452 >+SIZE (POE-0.29.tar.gz) = 360228 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-POE/pkg-plist,v >retrieving revision 1.13 >diff -u -u -r1.13 pkg-plist >--- pkg-plist 29 Jan 2004 10:49:56 -0000 1.13 >+++ pkg-plist 15 Jun 2004 07:39:52 -0000 >@@ -1,5 +1,6 @@ > %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/.packlist > %%SITE_PERL%%/POE.pm >+%%SITE_PERL%%/POE/API/Ctl.pm > %%SITE_PERL%%/POE/API/ResLoader.pm > %%SITE_PERL%%/POE/Component.pm > %%SITE_PERL%%/POE/Component/Client/TCP.pm >@@ -36,6 +37,7 @@ > %%SITE_PERL%%/POE/Queue/Array.pm > %%SITE_PERL%%/POE/Resource.pm > %%SITE_PERL%%/POE/Resource/Aliases.pm >+%%SITE_PERL%%/POE/Resource/Controls.pm > %%SITE_PERL%%/POE/Resource/Events.pm > %%SITE_PERL%%/POE/Resource/Extrefs.pm > %%SITE_PERL%%/POE/Resource/FileHandles.pm >@@ -67,33 +69,21 @@ > @dirrm %%SITE_PERL%%/POE/Wheel > @unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true > @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true >+%%PORTDOCS%%%%EXAMPLESDIR%%/README.samples > %%PORTDOCS%%%%EXAMPLESDIR%%/create.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/fakelogin.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/filterchange.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/followtail.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/forkbomb.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/httpd.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/names.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/neural-net.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/objmaps.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/objsessions.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/packagesessions.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/preforkedserver.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/proxy.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/queue.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/readline.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/ref-type.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/refsender.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/refserver.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/selects.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/sessions.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/signals.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/socketfactory.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/tcp_watermarks.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/thrash.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/tk.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial-chat.perl >-%%PORTDOCS%%%%EXAMPLESDIR%%/udp.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/watermarks.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/wheels.perl > %%PORTDOCS%%%%EXAMPLESDIR%%/wheels2.perl
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 67964
: 43826