Bug 143625 - [Update] ports/devel/p5-POE
Summary: [Update] ports/devel/p5-POE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 05:00 UTC by Masafumi Max NAKANE
Modified: 2010-06-11 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (3.60 KB, patch)
2010-02-07 05:00 UTC, Masafumi Max NAKANE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masafumi Max NAKANE freebsd_committer freebsd_triage 2010-02-07 05:00:08 UTC
Update p5-POE port from 1.007 to 1.284

Fix: Patch below:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-07 05:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 wenheping 2010-06-10 03:48:13 UTC
Here is a patch update p5-POE to 1.289:

wen






--- Makefile.orig       2010-06-09 09:16:07.000000000 +0800
+++ Makefile    2010-06-09 09:40:39.000000000 +0800
@@ -6,8 +6,7 @@
 #

 PORTNAME=      POE
-PORTVERSION=   1.0070
-PORTREVISION=  1
+PORTVERSION=   1.289
 CATEGORIES=    devel perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
@@ -16,11 +15,9 @@
 MAINTAINER=    skv@FreeBSD.org
 COMMENT=       Multitasking and networking framework for perl

-BUILD_DEPENDS=
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
-               ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
-
${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
\
+BUILD_DEPENDS= \
                p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
-               p5-POE-Test-Loops>=1.021:${PORTSDIR}/devel/p5-POE-Test-Loops
+               p5-POE-Test-Loops>=1.035:${PORTSDIR}/devel/p5-POE-Test-Loops
 RUN_DEPENDS=   ${BUILD_DEPENDS}

 PERL_CONFIGURE=        yes
@@ -28,16 +25,16 @@

 MAN3=          POE.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 POE::Filter::Line.3 \
+               POE::Driver::SysRW.3 POE::Filter.3 \
+               POE::Filter::Block.3 POE::Filter::Grep.3 \
+               POE::Filter::HTTPD.3 POE::Filter::Line.3 \
                POE::Filter::Map.3 POE::Filter::RecordBlock.3 \
                POE::Filter::Reference.3 POE::Filter::Stackable.3 \
                POE::Filter::Stream.3 POE::Kernel.3 POE::Loop.3 \
-               POE::Loop::Event.3 POE::Loop::Gtk.3 POE::Loop::IO_Poll.3 \
-               POE::Loop::PerlSignals.3 POE::Loop::Select.3 POE::Loop::Tk.3 \
-               POE::Loop::TkActiveState.3 POE::Loop::TkCommon.3 POE::NFA.3 \
-               POE::Pipe.3 POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 \
-               POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \
+               POE::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \
+               POE::Loop::Select.3 POE::NFA.3 POE::Pipe.3 \
+               POE::Pipe::OneWay.3 POE::Pipe::TwoWay.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 \
--- distinfo.orig       2010-06-09 09:16:15.000000000 +0800
+++ distinfo    2010-06-09 09:23:37.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (POE-1.007.tar.gz) = c7e8822bd11ed36a2f716f60e58da2e6
-SHA256 (POE-1.007.tar.gz) =
5506b4e59aa455b026c4d92db083e7d6d36021b21a13be43d177276ab7d56a84
-SIZE (POE-1.007.tar.gz) = 356697
+MD5 (POE-1.289.tar.gz) = 2172566f98313658d5f6cce231476f07
+SHA256 (POE-1.289.tar.gz) =
1e16d214d14d2727df812de0073fbffee52fb25e50d654613e2d0302d2c194f8
+SIZE (POE-1.289.tar.gz) = 366482
--- pkg-plist.orig      2010-06-09 09:16:27.000000000 +0800
+++ pkg-plist   2010-06-09 09:19:49.000000000 +0800
@@ -17,14 +17,9 @@
 %%SITE_PERL%%/POE/Filter/Stream.pm
 %%SITE_PERL%%/POE/Kernel.pm
 %%SITE_PERL%%/POE/Loop.pm
-%%SITE_PERL%%/POE/Loop/Event.pm
-%%SITE_PERL%%/POE/Loop/Gtk.pm
 %%SITE_PERL%%/POE/Loop/IO_Poll.pm
 %%SITE_PERL%%/POE/Loop/PerlSignals.pm
 %%SITE_PERL%%/POE/Loop/Select.pm
-%%SITE_PERL%%/POE/Loop/Tk.pm
-%%SITE_PERL%%/POE/Loop/TkActiveState.pm
-%%SITE_PERL%%/POE/Loop/TkCommon.pm
 %%SITE_PERL%%/POE/NFA.pm
 %%SITE_PERL%%/POE/Pipe.pm
 %%SITE_PERL%%/POE/Pipe/OneWay.pm
Comment 3 skv freebsd_committer freebsd_triage 2010-06-11 15:27:58 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-06-11 15:27:59 UTC
skv         2010-06-11 14:27:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-POE         Makefile distinfo pkg-plist 
  Log:
  - Update to 1.289
  - Change maintainer to perl@
  
  Changes:        http://cpansearch.perl.org/src/RCAPUTO/POE-1.289/CHANGES
  PR:             ports/143625
  Submitted by:   max
  
  Revision  Changes    Path
  1.54      +11 -14    ports/devel/p5-POE/Makefile
  1.43      +3 -3      ports/devel/p5-POE/distinfo
  1.20      +0 -5      ports/devel/p5-POE/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"