ports/120922: [PATCH] irc/p5-POE-Component-IRC: update to 5.68, reset maintainership
Jin-Shan Tseng
tjs at cdpa.nsysu.edu.tw
Thu Feb 21 03:10:02 UTC 2008
>Number: 120922
>Category: ports
>Synopsis: [PATCH] irc/p5-POE-Component-IRC: update to 5.68, reset maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 21 03:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Jin-Shan Tseng
>Release: FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Feb 8 15:45:25 CST
>Description:
- Update to 5.68
- Reset maintainership to ports at FreeBSD.org
Port maintainer (tjs at cdpa.nsysu.edu.tw) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-POE-Component-IRC-5.68.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC/Makefile /hd1/p5-POE-Component-IRC/Makefile
--- /usr/ports/irc/p5-POE-Component-IRC/Makefile 2008-01-09 09:07:06.000000000 +0800
+++ /hd1/p5-POE-Component-IRC/Makefile 2008-02-21 09:35:35.000000000 +0800
@@ -7,13 +7,12 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 5.46
+PORTVERSION= 5.68
CATEGORIES= irc devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tjs at cdpa.nsysu.edu.tw
+MAINTAINER= ports at FreeBSD.org
COMMENT= A fully event-driven IRC client module
RUN_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \
@@ -30,13 +29,18 @@
POE::Component::IRC::Constants.3 \
POE::Component::IRC::Pipeline.3 \
POE::Component::IRC::Plugin.3 \
+ POE::Component::IRC::Plugin::AutoJoin.3 \
POE::Component::IRC::Plugin::BotAddressed.3 \
POE::Component::IRC::Plugin::BotTraffic.3 \
POE::Component::IRC::Plugin::CTCP.3 \
POE::Component::IRC::Plugin::Connector.3 \
POE::Component::IRC::Plugin::Console.3 \
+ POE::Component::IRC::Plugin::CycleEmpty.3 \
+ POE::Component::IRC::Plugin::FollowTail.3 \
POE::Component::IRC::Plugin::ISupport.3 \
+ POE::Component::IRC::Plugin::Logger.3 \
POE::Component::IRC::Plugin::NickReclaim.3 \
+ POE::Component::IRC::Plugin::NickServID.3 \
POE::Component::IRC::Plugin::PlugMan.3 \
POE::Component::IRC::Plugin::Proxy.3 \
POE::Component::IRC::Plugin::Whois.3 \
diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC/distinfo /hd1/p5-POE-Component-IRC/distinfo
--- /usr/ports/irc/p5-POE-Component-IRC/distinfo 2008-01-09 09:07:06.000000000 +0800
+++ /hd1/p5-POE-Component-IRC/distinfo 2008-02-21 08:54:58.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (POE-Component-IRC-5.46.tar.gz) = 5d3231bab0942cec4589a55335a33321
-SHA256 (POE-Component-IRC-5.46.tar.gz) = 2f5443854fa8c128d62cf3883229f6644227eee2d06fe7b6645c3b709880d0ef
-SIZE (POE-Component-IRC-5.46.tar.gz) = 270491
+MD5 (POE-Component-IRC-5.68.tar.gz) = b1e6e0c17d62de88e07b83c287939145
+SHA256 (POE-Component-IRC-5.68.tar.gz) = ddeb7e14437a757dd6551d9c26a53d0ce113ded8c8a0311720a63ee910eaa466
+SIZE (POE-Component-IRC-5.68.tar.gz) = 282578
diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC/pkg-plist /hd1/p5-POE-Component-IRC/pkg-plist
--- /usr/ports/irc/p5-POE-Component-IRC/pkg-plist 2006-08-30 08:19:56.000000000 +0800
+++ /hd1/p5-POE-Component-IRC/pkg-plist 2008-02-21 10:25:59.000000000 +0800
@@ -1,16 +1,22 @@
@comment $FreeBSD: ports/irc/p5-POE-Component-IRC/pkg-plist,v 1.13 2006/08/30 00:19:56 clsung Exp $
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
%%SITE_PERL%%/POE/Component/IRC.pm
%%SITE_PERL%%/POE/Component/IRC/Common.pm
%%SITE_PERL%%/POE/Component/IRC/Constants.pm
%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/AutoJoin.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/BotTraffic.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/CTCP.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Console.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/CycleEmpty.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/FollowTail.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/ISupport.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/Logger.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/NickReclaim.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/NickServID.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/PlugMan.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Proxy.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm
@@ -23,24 +29,25 @@
%%SITE_PERL%%/POE/Filter/CTCP.pm
%%SITE_PERL%%/POE/Filter/IRC.pm
%%SITE_PERL%%/POE/Filter/IRC/Compat.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
-%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/ircproxy.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
+%%EXAMPLESDIR%%/aimproxy.pl
+%%EXAMPLESDIR%%/dcctest.pl
+%%EXAMPLESDIR%%/dicebot.pl
+%%EXAMPLESDIR%%/eliza.pl
+%%EXAMPLESDIR%%/ircproxy.pl
+%%EXAMPLESDIR%%/logger.pl
+%%EXAMPLESDIR%%/moo.pl
+%%EXAMPLESDIR%%/rot13_multi.pl
+%%EXAMPLESDIR%%/simpleclient.pl
+%%EXAMPLESDIR%%/tinyurl.pl
+ at dirrmtry %%EXAMPLESDIR%%
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
- at dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
- at dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
- at dirrm %%SITE_PERL%%/POE/Component/IRC/Test
- at dirrm %%SITE_PERL%%/POE/Component/IRC
- at dirrm %%SITE_PERL%%/POE/Filter/IRC
- at dirrmtry %%SITE_PERL%%/POE/Component
+ at dirrmtry %%SITE_PERL%%/POE/Filter/IRC
@dirrmtry %%SITE_PERL%%/POE/Filter
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC/Test
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC/Qnet
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin
+ at dirrmtry %%SITE_PERL%%/POE/Component/IRC
+ at dirrmtry %%SITE_PERL%%/POE/Component
@dirrmtry %%SITE_PERL%%/POE
--- p5-POE-Component-IRC-5.68.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list