From cf674b5f84f875d34783ca8d5d20e539216b860f Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 17 Jul 2009 03:59:07 +0000 Subject: - deprecate and expire - perl@->ports@ 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. PR: ports/136802 Submitted by: Cezary Morga Disccused on: perl@ --- net-mgmt/p5-SNMP/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index e0a3b49627e4..d8b0bbeb36f8 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -13,9 +13,12 @@ MASTER_SITE_SUBDIR= net-snmp PKGNAMEPREFIX= p5- DISTNAME= ucd-snmp-${PORTVERSION} -MAINTAINER= perl@FreeBSD.org +MAINTAINER= ports@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 -- cgit