- Update to 4.0
- Pass maintainership to submitter PR: ports/79573 Submitted by: Christopher Nehren <apeiron+ports@coitusmentis.info>
This commit is contained in:
parent
ee1a79838d
commit
97085e1ca6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133491
3 changed files with 23 additions and 7 deletions
|
@ -7,13 +7,13 @@
|
|||
#
|
||||
|
||||
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= ports@FreeBSD.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 @@ PERL_CONFIGURE= yes
|
|||
|
||||
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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue