ports/99158: [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.05

Aaron Dalton aaron at FreeBSD.org
Mon Jun 19 04:30:20 UTC 2006


>Number:         99158
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 04:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.05
- Restrict to Perl 5.6+ due to dependency upon p5-Net-SNMP

Port maintainer (skv at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-POE-Component-SNMP-1.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-POE-Component-SNMP/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	8 Jun 2006 11:36:47 -0000	1.4
+++ Makefile	19 Jun 2006 04:24:37 -0000
@@ -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 @@
 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 @@
 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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-POE-Component-SNMP/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	8 Jun 2006 11:36:47 -0000	1.5
+++ distinfo	19 Jun 2006 04:24:37 -0000
@@ -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
--- p5-POE-Component-SNMP-1.05.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list