Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Apr 2005 17:27:00 -0400 (EDT)
From:      Christopher Nehren <apeiron+ports@coitusmentis.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79573: [PORT UPDATE] p5-POE-Component-IRC to 4.0, take maintainership
Message-ID:  <20050405212700.99B6D1CC2E@prophecy.velum>
Resent-Message-ID: <200504052130.j35LU2nY063942@freefall.freebsd.org>

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

>Number:         79573
>Category:       ports
>Synopsis:       [PORT UPDATE] p5-POE-Component-IRC to 4.0, take 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:   Tue Apr 05 21:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.4-RC1 i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.4-RC1 FreeBSD 5.4-RC1 #0: Sun Apr 3 17:04:59 EDT 2005 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386


	
>Description:
irc/p5-POE-Component-IRC was last updated on 8/2003, and the last three updates
were performed by people other than the maintainer. This patch updates the port
to 4.0, and indicates that I've volunteered to maintain it in the future.
>How-To-Repeat:
>Fix:

diff -bur old.p5-POE-Component-IRC/Makefile p5-POE-Component-IRC/Makefile
--- old.p5-POE-Component-IRC/Makefile	Tue Apr  5 17:09:13 2005
+++ p5-POE-Component-IRC/Makefile	Tue Apr  5 17:14:41 2005
@@ -3,17 +3,17 @@
 # Date created:		Aug 19, 2001
 # Whom:			ijliao
 #
-# $FreeBSD: ports/irc/p5-POE-Component-IRC/Makefile,v 1.11 2003/08/09 11:53:47 skv Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	POE-Component-IRC
-PORTVERSION=	2.9
+PORTVERSION=	4.0
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	dan-freebsd@spot.org
+MAINTAINER=	apeiron+ports@coitusmentis.info
 COMMENT=	A fully event-driven IRC client module
 
 BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
@@ -23,7 +23,13 @@
 
 MAN3=		POE::Component::Filter-CTCP.3 \
 		POE::Component::IRC.3 \
-		POE::Component::Filter-IRC.3
+		POE::Component::Filter-IRC.3 \
+		POE::Component::Plugin.3 \
+		POE::Component::Plugin-State.3 \
+		POE::Component::Plugin-Whois.3 \
+		POE::Component::IRC-State.3 \
+		POE::Component::IRC-Qnet.3 \
+		POE::Component::IRC-Qnet-State.3
 
 post-install:
 .ifndef(NOPORTDOCS)
diff -bur old.p5-POE-Component-IRC/distinfo p5-POE-Component-IRC/distinfo
--- old.p5-POE-Component-IRC/distinfo	Tue Apr  5 17:09:13 2005
+++ p5-POE-Component-IRC/distinfo	Tue Apr  5 17:14:14 2005
@@ -1,2 +1,2 @@
-MD5 (POE-Component-IRC-2.9.tar.gz) = f35b9b619991ac3eae7dacda06455d31
-SIZE (POE-Component-IRC-2.9.tar.gz) = 34797
+MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f
+SIZE (POE-Component-IRC-4.0.tar.gz) = 192892
diff -bur old.p5-POE-Component-IRC/pkg-plist p5-POE-Component-IRC/pkg-plist
--- old.p5-POE-Component-IRC/pkg-plist	Tue Apr  5 17:09:13 2005
+++ p5-POE-Component-IRC/pkg-plist	Tue Apr  5 17:14:14 2005
@@ -1,15 +1,25 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
 %%SITE_PERL%%/POE/Component/IRC.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/State.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm
+%%SITE_PERL%%/POE/Component/IRC/Qnet.pm
+%%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm
+%%SITE_PERL%%/POE/Component/IRC/State.pm
 %%SITE_PERL%%/POE/Filter/CTCP.pm
 %%SITE_PERL%%/POE/Filter/IRC.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%%/moo.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
+@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
+@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
+@dirrm %%SITE_PERL%%/POE/Component/IRC
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC 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/Filter 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



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