mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update to 4.63
PR: ports/82517 Submitted by: maintainer
This commit is contained in:
parent
4e657878ec
commit
264b712a52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137912
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-IRC
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.63
|
||||
CATEGORIES= irc devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
@ -21,15 +21,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Component::Filter-CTCP.3 \
|
||||
POE::Component::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
|
||||
MAN3= POE::Component::IRC.3 \
|
||||
POE::Component::IRC::Constants.3 \
|
||||
POE::Component::IRC::Plugin.3 \
|
||||
POE::Component::IRC::Plugin::BotAddressed.3 \
|
||||
POE::Component::IRC::Plugin::Connector.3 \
|
||||
POE::Component::IRC::Plugin::Whois.3 \
|
||||
POE::Component::IRC::Qnet.3 \
|
||||
POE::Component::IRC::Qnet::State.3 \
|
||||
POE::Component::IRC::State.3 \
|
||||
POE::Component::IRC::Test::Harness.3 \
|
||||
POE::Filter::CTCP.3 \
|
||||
POE::Filter::IRC.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f
|
||||
SIZE (POE-Component-IRC-4.0.tar.gz) = 192892
|
||||
MD5 (POE-Component-IRC-4.63.tar.gz) = 1c49b72361aaf0dc7336ce7d664025fe
|
||||
SIZE (POE-Component-IRC-4.63.tar.gz) = 208606
|
||||
|
@ -1,27 +1,31 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
|
||||
%%SITE_PERL%%/POE/Component/IRC.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Constants.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin/State.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.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/Component/IRC/Test/Harness.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Test/Plugin.pm
|
||||
%%SITE_PERL%%/POE/Filter/CTCP.pm
|
||||
%%SITE_PERL%%/POE/Filter/IRC.pm
|
||||
%%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%%/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
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
|
||||
%%EXAMPLESDIR%%/aimproxy.pl
|
||||
%%EXAMPLESDIR%%/dcctest.pl
|
||||
%%EXAMPLESDIR%%/dicebot.pl
|
||||
%%EXAMPLESDIR%%/eliza.pl
|
||||
%%EXAMPLESDIR%%/moo.pl
|
||||
%%EXAMPLESDIR%%/simpleclient.pl
|
||||
%%EXAMPLESDIR%%/tinyurl.pl
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
|
||||
@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
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IRC/Test
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IRC
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user