Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 11:02:11 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tjs@cdpa.nsysu.edu.tw
Subject:   ports/120922: [PATCH] irc/p5-POE-Component-IRC: update to 5.68, reset maintainership
Message-ID:  <200802210302.m1L32Bl4083222@pluto.cdpa.nsysu.edu.tw>
Resent-Message-ID: <200802210310.m1L3A25r093165@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@FreeBSD.org

Port maintainer (tjs@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@cdpa.nsysu.edu.tw
+MAINTAINER=	ports@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%%
-@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
+@dirrmtry %%EXAMPLESDIR%%
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
-@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
-@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
-@dirrm %%SITE_PERL%%/POE/Component/IRC/Test
-@dirrm %%SITE_PERL%%/POE/Component/IRC
-@dirrm %%SITE_PERL%%/POE/Filter/IRC
-@dirrmtry %%SITE_PERL%%/POE/Component
+@dirrmtry %%SITE_PERL%%/POE/Filter/IRC
 @dirrmtry %%SITE_PERL%%/POE/Filter
+@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Test
+@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Qnet
+@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin
+@dirrmtry %%SITE_PERL%%/POE/Component/IRC
+@dirrmtry %%SITE_PERL%%/POE/Component
 @dirrmtry %%SITE_PERL%%/POE
--- p5-POE-Component-IRC-5.68.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802210302.m1L32Bl4083222>