mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 4.70
PR: 86813 Submitted by: ehaupt Approved by: Christopher Nehren <apeiron@coitusmentis.info> (maintainer), novel (mentor)
This commit is contained in:
parent
d00a42c5af
commit
5932ce8249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145332
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-IRC
|
||||
PORTVERSION= 4.65
|
||||
PORTVERSION= 4.70
|
||||
CATEGORIES= irc devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
@ -33,7 +33,9 @@ MAN3= POE::Component::IRC.3 \
|
||||
POE::Component::IRC::State.3 \
|
||||
POE::Component::IRC::Test::Harness.3 \
|
||||
POE::Filter::CTCP.3 \
|
||||
POE::Filter::IRC.3
|
||||
POE::Filter::IRC.3 \
|
||||
POE::Component::IRC::Pipeline.3 \
|
||||
POE::Component::IRC::Projects.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (POE-Component-IRC-4.65.tar.gz) = 5365d19b88270399247bdd58163c30fe
|
||||
SIZE (POE-Component-IRC-4.65.tar.gz) = 209494
|
||||
MD5 (POE-Component-IRC-4.70.tar.gz) = 8def16438f5ece33b59c6a1bc886e82d
|
||||
SIZE (POE-Component-IRC-4.70.tar.gz) = 214061
|
||||
|
@ -10,6 +10,9 @@
|
||||
%%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/Component/IRC/Projects.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm
|
||||
%%SITE_PERL%%/POE/Component/IRC/State/Lite.pm
|
||||
%%SITE_PERL%%/POE/Filter/CTCP.pm
|
||||
%%SITE_PERL%%/POE/Filter/IRC.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
|
||||
@ -28,5 +31,6 @@
|
||||
@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/State
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IRC
|
||||
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user