mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 0.2305
- Support STAGEDIR - While I'm here, fix *_DEPENDS Changes: http://search.cpan.org/dist/POE-Component-IKC/Changes PR: ports/183832 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
This commit is contained in:
parent
3dd0641706
commit
ea123ef608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333431
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= POE-Component-IKC
|
||||
PORTVERSION= 0.2304
|
||||
PORTVERSION= 0.2305
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -13,7 +13,8 @@ COMMENT= POE Inter-Kernel Communication
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
||||
BUILD_DEPENDS= p5-Devel-Size>=0.77:${PORTSDIR}/devel/p5-Devel-Size \
|
||||
p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-API-Peek>=0:${PORTSDIR}/devel/p5-POE-API-Peek \
|
||||
p5-POE-Component-Daemon>=0:${PORTSDIR}/devel/p5-POE-Component-Daemon \
|
||||
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable
|
||||
@ -22,11 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Component::IKC.3 POE::Component::IKC::Channel.3 \
|
||||
POE::Component::IKC::Client.3 POE::Component::IKC::ClientLite.3 \
|
||||
POE::Component::IKC::Freezer.3 POE::Component::IKC::Proxy.3 \
|
||||
POE::Component::IKC::Responder.3 POE::Component::IKC::Server.3 \
|
||||
POE::Component::IKC::Specifier.3 POE::Component::IKC::Timing.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (POE-Component-IKC-0.2304.tar.gz) = 705be37b1d6eca575bb349497dfa405745111287ccdcaa475cb98a84eaabfa2b
|
||||
SIZE (POE-Component-IKC-0.2304.tar.gz) = 69825
|
||||
SHA256 (POE-Component-IKC-0.2305.tar.gz) = 5410204034e05f6340558a13963d3853dd4ea61d972e423edaa5c5f9d921d4e5
|
||||
SIZE (POE-Component-IKC-0.2305.tar.gz) = 69875
|
||||
|
@ -12,6 +12,16 @@
|
||||
%%SITE_PERL%%/POE/Component/IKC/Specifier.pm
|
||||
%%SITE_PERL%%/POE/Component/IKC/Timing.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IKC/.packlist
|
||||
%%PERL5_MAN3%%/POE::Component::IKC.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Channel.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Client.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::ClientLite.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Freezer.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Proxy.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Responder.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Server.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Specifier.3.gz
|
||||
%%PERL5_MAN3%%/POE::Component::IKC::Timing.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IKC
|
||||
@dirrm %%SITE_PERL%%/POE/Component/IKC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||
|
Loading…
Reference in New Issue
Block a user