aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-09-03 16:57:05 +0800
committerdougb <dougb@FreeBSD.org>2011-09-03 16:57:05 +0800
commitc17b6968cee7c468372eb392514bcea3c00d3c52 (patch)
tree538edf74473f3c1a4594fb4af25362736902ff15
parente95eb6ba2a13de53a65162e5cdcfc7954f9bce8e (diff)
downloadfreebsd-ports-gnome-c17b6968cee7c468372eb392514bcea3c00d3c52.tar.gz
freebsd-ports-gnome-c17b6968cee7c468372eb392514bcea3c00d3c52.tar.zst
freebsd-ports-gnome-c17b6968cee7c468372eb392514bcea3c00d3c52.zip
Add EXPIRATION to py-snmp, and DEPRECATED and EXPIRATION to
py-twistedSNMP, which depends on it.
-rw-r--r--net-mgmt/py-snmp/Makefile1
-rw-r--r--net-mgmt/py-twistedSNMP/Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile
index adfa5bf9c959..6c4e09ec6199 100644
--- a/net-mgmt/py-snmp/Makefile
+++ b/net-mgmt/py-snmp/Makefile
@@ -18,6 +18,7 @@ COMMENT= SNMP framework for Python
CONFLICTS= py??-snmp2-[0-9]* py??-snmp4-[0-9]*
DEPRECATED= use net-mgmt/py-snmp4 instead
+EXPIRATION= 2011-09-30
USE_PYTHON= yes
USE_PYDISTUTILS=yes
diff --git a/net-mgmt/py-twistedSNMP/Makefile b/net-mgmt/py-twistedSNMP/Makefile
index ec69fa4a9370..89f36cf17989 100644
--- a/net-mgmt/py-twistedSNMP/Makefile
+++ b/net-mgmt/py-twistedSNMP/Makefile
@@ -16,6 +16,9 @@ DISTNAME= TwistedSNMP-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twisted Python framework for doing SNMP stuff
+DEPRECATED= Relies on net-mgmt/py-snmp, which is deprecated
+EXPIRATION= 2011-09-30
+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \
${PYTHON_SITELIBDIR}/pysnmp/__init__.py:${PORTSDIR}/net-mgmt/py-snmp
RUN_DEPENDS= ${BUILD_DEPENDS}