mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 34 additions and 27 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= POE-Component-IRC
|
PORTNAME= POE-Component-IRC
|
||||||
PORTVERSION= 4.0
|
PORTVERSION= 4.63
|
||||||
CATEGORIES= irc devel perl5
|
CATEGORIES= irc devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= POE
|
MASTER_SITE_SUBDIR= POE
|
||||||
|
@ -21,15 +21,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= POE::Component::Filter-CTCP.3 \
|
MAN3= POE::Component::IRC.3 \
|
||||||
POE::Component::IRC.3 \
|
POE::Component::IRC::Constants.3 \
|
||||||
POE::Component::Filter-IRC.3 \
|
POE::Component::IRC::Plugin.3 \
|
||||||
POE::Component::Plugin.3 \
|
POE::Component::IRC::Plugin::BotAddressed.3 \
|
||||||
POE::Component::Plugin-State.3 \
|
POE::Component::IRC::Plugin::Connector.3 \
|
||||||
POE::Component::Plugin-Whois.3 \
|
POE::Component::IRC::Plugin::Whois.3 \
|
||||||
POE::Component::IRC-State.3 \
|
POE::Component::IRC::Qnet.3 \
|
||||||
POE::Component::IRC-Qnet.3 \
|
POE::Component::IRC::Qnet::State.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:
|
post-install:
|
||||||
.ifndef(NOPORTDOCS)
|
.ifndef(NOPORTDOCS)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f
|
MD5 (POE-Component-IRC-4.63.tar.gz) = 1c49b72361aaf0dc7336ce7d664025fe
|
||||||
SIZE (POE-Component-IRC-4.0.tar.gz) = 192892
|
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.pm
|
||||||
|
%%SITE_PERL%%/POE/Component/IRC/Constants.pm
|
||||||
%%SITE_PERL%%/POE/Component/IRC/Plugin.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/Plugin/Whois.pm
|
||||||
%%SITE_PERL%%/POE/Component/IRC/Qnet.pm
|
%%SITE_PERL%%/POE/Component/IRC/Qnet.pm
|
||||||
%%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm
|
%%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm
|
||||||
%%SITE_PERL%%/POE/Component/IRC/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/CTCP.pm
|
||||||
%%SITE_PERL%%/POE/Filter/IRC.pm
|
%%SITE_PERL%%/POE/Filter/IRC.pm
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl
|
%%EXAMPLESDIR%%/aimproxy.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl
|
%%EXAMPLESDIR%%/dcctest.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl
|
%%EXAMPLESDIR%%/dicebot.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl
|
%%EXAMPLESDIR%%/eliza.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl
|
%%EXAMPLESDIR%%/moo.pl
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
|
%%EXAMPLESDIR%%/simpleclient.pl
|
||||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
%%EXAMPLESDIR%%/tinyurl.pl
|
||||||
@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin
|
@dirrm %%EXAMPLESDIR%%
|
||||||
@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
|
||||||
@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/Component 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 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
|
@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/Component 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue