mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 1.05
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.05/Changes PR: ports/99158 Submitted by: aaron
This commit is contained in:
parent
b928113953
commit
e925e582e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165767
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-SNMP
|
||||
PORTVERSION= 1.04
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
@ -16,6 +16,7 @@ MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Event-driven SNMP interface
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
@ -26,4 +27,10 @@ MAN3= POE::Component::SNMP.3
|
||||
post-patch:
|
||||
@${TOUCH} ${WRKSRC}/config.cache
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inherited from p5-Net-SNMP
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (POE-Component-SNMP-1.04.tar.gz) = 90a37923b44900de11c1b952227f51a9
|
||||
SHA256 (POE-Component-SNMP-1.04.tar.gz) = 09c5b83b7fdc916dda2e581c3979f70f9a909fa386962ce78dc9ca73bebe8194
|
||||
SIZE (POE-Component-SNMP-1.04.tar.gz) = 31783
|
||||
MD5 (POE-Component-SNMP-1.05.tar.gz) = d13446b20b21e24c15fd6be406006bec
|
||||
SHA256 (POE-Component-SNMP-1.05.tar.gz) = 479939793c15da73e7ab0ceb3976eb92215df53dbbbbae93e4670fb16fe35b2d
|
||||
SIZE (POE-Component-SNMP-1.05.tar.gz) = 32102
|
||||
|
Loading…
Reference in New Issue
Block a user