Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2009 20:16:42 GMT
From:      Cezary Morga <cm@therek.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136802: [PATCH] mark net-mgmt/p5-SNMP as DEPRECATED
Message-ID:  <200907152016.n6FKGgWf052931@www.freebsd.org>
Resent-Message-ID: <200907152020.n6FKK3U6082898@freefall.freebsd.org>

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

>Number:         136802
>Category:       ports
>Synopsis:       [PATCH] mark net-mgmt/p5-SNMP as DEPRECATED
>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:   Wed Jul 15 20:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cezary Morga
>Release:        
>Organization:
>Environment:
>Description:
The version of p5-SNMP available in Ports (4.2.7.1) depends on net-snmp4 which is marked as deprecated. Current upstream version (5.4.2.1) is built as a part of net-mgmt/net-snmp port by default. Therefore I think net-mgmt/p5-SNMP should be marked as DEPRECATED and eventually removed from the Ports Tree.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN net-mgmt/p5-SNMP.orig/Makefile net-mgmt/p5-SNMP/Makefile
--- net-mgmt/p5-SNMP.orig/Makefile	2009-02-18 12:36:02.000000000 +0100
+++ net-mgmt/p5-SNMP/Makefile	2009-07-15 22:10:33.000000000 +0200
@@ -16,6 +16,9 @@
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	A perl5 module for interfacing with the CMU SNMP library
 
+DEPRECATED=	Perl SNMP module is now a part of net-mgmt/net-snmp
+EXPIRATION_DATE=2009-08-15
+
 LIB_DEPENDS=	snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/perl/SNMP


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



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