From gslin@netnews.NCTU.edu.tw  Thu Sep 28 11:14:53 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 044D316A415;
	Thu, 28 Sep 2006 11:14:53 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A549643D5C;
	Thu, 28 Sep 2006 11:14:52 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id B068C61; Thu, 28 Sep 2006 19:14:48 +0800 (CST)
Message-Id: <20060928111448.B068C61@netnews.NCTU.edu.tw>
Date: Thu, 28 Sep 2006 19:14:48 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.07
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103749
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-POE-Component-SNMP: update to 1.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 11:20:08 GMT 2006
>Closed-Date:    Wed Oct 04 13:45:59 GMT 2006
>Last-Modified:  Wed Oct  4 13:50:27 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 28 11:20:31 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103749 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed Oct 4 13:45:53 UTC 2006 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103749 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103749: commit references a PR
Date: Wed,  4 Oct 2006 13:46:17 +0000 (UTC)

 skv         2006-10-04 13:45:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/p5-POE-Component-SNMP Makefile distinfo 
   Log:
   Updated to 1.07
   
   PR:             ports/103749
   Submitted by:   Gea-Suan Lin <gslin xx gslin.org>
   
   Revision  Changes    Path
   1.7       +1 -1      ports/net-mgmt/p5-POE-Component-SNMP/Makefile
   1.8       +3 -3      ports/net-mgmt/p5-POE-Component-SNMP/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
