Update to 0.01_00
Changes: http://search.cpan.org/src/RCAPUTO/POE-Stage-0.01_00/CHANGES
This commit is contained in:
parent
2ffa2f5a53
commit
ea8af06e06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186409
3 changed files with 8 additions and 15 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-Stage
|
||||
PORTVERSION= 0.0082
|
||||
PORTVERSION= 0.0100
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCAPUTO
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
||||
DISTNAME= ${PORTNAME}-0.01_00
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Base class for formalized POE components
|
||||
|
@ -20,15 +20,13 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \
|
||||
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \
|
||||
${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= POE::Attribute::Request::Array.3 \
|
||||
POE::Attribute::Request::Hash.3 \
|
||||
POE::Attribute::Request::Scalar.3 POE::Request.3 \
|
||||
POE::Request::Emit.3 POE::Request::Recall.3 \
|
||||
MAN3= POE::Request.3 POE::Request::Emit.3 POE::Request::Recall.3 \
|
||||
POE::Request::Return.3 POE::Request::Upward.3 POE::Stage.3 \
|
||||
POE::Stage::Echoer.3 POE::Stage::Receiver.3 \
|
||||
POE::Stage::Resolver.3 POE::Stage::Ticker.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (POE-Stage-0.0082.tar.gz) = 639a1f3d5a2dfee00bc579c27f867680
|
||||
SHA256 (POE-Stage-0.0082.tar.gz) = e0c30e61549ccf0d1f3276a4b3637b7146abfb2d70b2903e2a915a2a36b1e4dd
|
||||
SIZE (POE-Stage-0.0082.tar.gz) = 38255
|
||||
MD5 (POE-Stage-0.01_00.tar.gz) = 0553ba04b93d5c60ab67be984ae1ea49
|
||||
SHA256 (POE-Stage-0.01_00.tar.gz) = 30404c17687313bc2633d9834b260b9d9357eb2b1c5a1b11ea2a5e2314ef8420
|
||||
SIZE (POE-Stage-0.01_00.tar.gz) = 39801
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Stage/.packlist
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Array.pm
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Hash.pm
|
||||
%%SITE_PERL%%/POE/Attribute/Request/Scalar.pm
|
||||
%%SITE_PERL%%/POE/Request.pm
|
||||
%%SITE_PERL%%/POE/Request/Emit.pm
|
||||
%%SITE_PERL%%/POE/Request/Recall.pm
|
||||
|
@ -19,8 +16,6 @@
|
|||
@dirrm %%SITE_PERL%%/POE/Watcher
|
||||
@dirrm %%SITE_PERL%%/POE/Stage
|
||||
@dirrm %%SITE_PERL%%/POE/Request
|
||||
@dirrm %%SITE_PERL%%/POE/Attribute/Request
|
||||
@dirrm %%SITE_PERL%%/POE/Attribute
|
||||
@dirrmtry %%SITE_PERL%%/POE
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Stage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
|
||||
|
|
Loading…
Reference in a new issue