Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2012 10:26:12 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports@bluepex.com
Subject:   ports/165777: [PATCH] net-mgmt/p5-SNMP-Simple: add missing RUN_DEPENDS
Message-ID:  <201203061526.q26FQCmp054253@meatwad.mouf.net>
Resent-Message-ID: <201203061530.q26FUCqf022798@freefall.freebsd.org>

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

>Number:         165777
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-SNMP-Simple: add missing RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 15:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing RUN_DEPENDS
- Bump PORTREVISION

Module passes tests now.

Port maintainer (freebsd-ports@bluepex.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-SNMP-Simple-0.02_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-SNMP-Simple/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	14 Dec 2007 12:03:19 -0000	1.2
+++ Makefile	6 Mar 2012 15:24:56 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	SNMP-Simple
 PORTVERSION=	0.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +15,8 @@
 MAINTAINER=	freebsd-ports@bluepex.com
 COMMENT=	Shortcuts for when using p5-SNMP
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/net-snmp
+
 PERL_CONFIGURE=	yes
 
 MAN3=		SNMP::Simple.3
--- p5-SNMP-Simple-0.02_2.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?201203061526.q26FQCmp054253>