svn commit: r305908 - head/net-mgmt/py-snmp2

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Oct 15 09:31:46 UTC 2012


Author: rm
Date: Mon Oct 15 09:31:45 2012
New Revision: 305908
URL: http://svn.freebsd.org/changeset/ports/305908

Log:
  - Mark as deprecated. This port is dead upstream (no SF mirrors hold the
    distfile), and fully covered by py-snmp4 suite. No other ports depend on this
    one, there was no updates since 2006. Set expiration date to 2012-11-15.
  
  PR:		172194
  Submitted by:	rm (myself)
  Approved by:	maintainer timeout (2 weeks)
  Feature safe:	yes

Modified:
  head/net-mgmt/py-snmp2/Makefile

Modified: head/net-mgmt/py-snmp2/Makefile
==============================================================================
--- head/net-mgmt/py-snmp2/Makefile	Mon Oct 15 08:58:10 2012	(r305907)
+++ head/net-mgmt/py-snmp2/Makefile	Mon Oct 15 09:31:45 2012	(r305908)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-snmp2
-# Date created:		16 Aug 2006
-# Whom:			Dmitriy Kirhlarov
-#
+# Created by: Dmitriy Kirhlarov
 # $FreeBSD$
-#
 
 PORTNAME=	snmp2
 PORTVERSION=	2.0.9
@@ -15,6 +11,9 @@ DISTNAME=	pysnmp-${PORTVERSION}
 MAINTAINER=	dimma at higis.ru
 COMMENT=	SNMP framework for Python
 
+DEPRECATED=	Dead upstream, use net-mgmt/py-snmp4 instead
+EXPIRATION_DATE=2012-11-15
+
 CONFLICTS=	py??-snmp4-[0-9]* py??-snmp-3.*
 
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list