Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2006 19:14:48 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, skv@FreeBSD.org
Subject:   ports/103749: [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.07
Message-ID:  <20060928111448.B068C61@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609281120.k8SBK8iq027192@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103749
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.07
>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:   Thu Sep 28 11:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.07

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

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

--- p5-POE-Component-SNMP-1.07.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/p5-POE-Component-SNMP/Makefile /home/staff/gslin/work/ports/p5-POE-Component-SNMP/Makefile
--- /usr/ports/net-mgmt/p5-POE-Component-SNMP/Makefile	Fri Sep 15 03:16:56 2006
+++ /home/staff/gslin/work/ports/p5-POE-Component-SNMP/Makefile	Thu Sep 28 19:14:35 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-SNMP
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -15,10 +15,9 @@
 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 \
+RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
 		${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
@@ -31,6 +30,10 @@
 
 .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
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/net-mgmt/p5-POE-Component-SNMP/distinfo /home/staff/gslin/work/ports/p5-POE-Component-SNMP/distinfo
--- /usr/ports/net-mgmt/p5-POE-Component-SNMP/distinfo	Fri Sep 15 03:16:56 2006
+++ /home/staff/gslin/work/ports/p5-POE-Component-SNMP/distinfo	Thu Sep 28 19:08:57 2006
@@ -1,3 +1,3 @@
-MD5 (POE-Component-SNMP-1.06.tar.gz) = e30e83ab6b3edd7db274832fe91d4ba2
-SHA256 (POE-Component-SNMP-1.06.tar.gz) = 3c23c1cdcb553b81f0dbe6cbe3e25b9923e1880e941a40e7d5816b29c5ccead4
-SIZE (POE-Component-SNMP-1.06.tar.gz) = 32858
+MD5 (POE-Component-SNMP-1.07.tar.gz) = 2c6743f492d58494a02fcbca5357e254
+SHA256 (POE-Component-SNMP-1.07.tar.gz) = c839d860fc29ca86a6451277aaa807ff5eb38f3f507fd2520485441a2234093b
+SIZE (POE-Component-SNMP-1.07.tar.gz) = 34052
--- p5-POE-Component-SNMP-1.07.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060928111448.B068C61>