- Update to 2.18
- Pass to perl@ With Hat: perl@ Changes: http:/search.cpan.org/dist/POE-Component-Client-NNTP/Changes
This commit is contained in:
parent
9096877015
commit
f6b8b40eec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256291
2 changed files with 11 additions and 6 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= POE-Component-Client-NNTP
|
||||
PORTVERSION= 2.14
|
||||
PORTVERSION= 2.18
|
||||
CATEGORIES= news perl5 devel
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= POE component for non-blocking NNTP access
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
|
@ -20,7 +20,12 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (POE-Component-Client-NNTP-2.14.tar.gz) = eec544665fa3bb52a890ffab0577305a
|
||||
SHA256 (POE-Component-Client-NNTP-2.14.tar.gz) = a702be88f4b321f4ea4afdda9dc1e2271647e9236924b83e11e9b5616e9a5280
|
||||
SIZE (POE-Component-Client-NNTP-2.14.tar.gz) = 32759
|
||||
MD5 (POE-Component-Client-NNTP-2.18.tar.gz) = 97c9c4eb67cc33732bb18a6c08745712
|
||||
SHA256 (POE-Component-Client-NNTP-2.18.tar.gz) = dce5b2864d5cf21816f807959756c44840521c456c0faf3d188034d96a35883e
|
||||
SIZE (POE-Component-Client-NNTP-2.18.tar.gz) = 36445
|
||||
|
|
Loading…
Reference in a new issue