aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-03 08:57:05 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-03 08:57:05 +0000
commitc71bfa4a392993d67ed6c0e1abcacba504bfc3e3 (patch)
treed11ba8a1e0ed56ba0cfcbe7db760343e5a614026 /net-mgmt
parent1949601cfd94b2f558d1846af203daacca1417ba (diff)
downloadports-c71bfa4a392993d67ed6c0e1abcacba504bfc3e3.tar.gz
ports-c71bfa4a392993d67ed6c0e1abcacba504bfc3e3.zip
Notes
Diffstat (limited to 'net-mgmt')
-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}