diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-03 09:43:57 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-03 09:43:57 +0000 |
commit | 0035fb0fa976ed47f02176413846930794983d83 (patch) | |
tree | 7df18cd0267144d908b5ca40e402b373a3fb69cd /net-mgmt | |
parent | 819bddc284261d6c8258c752da2754e31f60f503 (diff) | |
download | ports-0035fb0fa976ed47f02176413846930794983d83.tar.gz ports-0035fb0fa976ed47f02176413846930794983d83.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-snmp/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-twistedSNMP/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile index 6c4e09ec6199..4f986c2388d6 100644 --- a/net-mgmt/py-snmp/Makefile +++ b/net-mgmt/py-snmp/Makefile @@ -18,7 +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 +EXPIRATION_DATE= 2011-09-30 USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/net-mgmt/py-twistedSNMP/Makefile b/net-mgmt/py-twistedSNMP/Makefile index 89f36cf17989..bf191cb1c698 100644 --- a/net-mgmt/py-twistedSNMP/Makefile +++ b/net-mgmt/py-twistedSNMP/Makefile @@ -17,7 +17,7 @@ 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 +EXPIRATION_DATE= 2011-09-30 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_SITELIBDIR}/pysnmp/__init__.py:${PORTSDIR}/net-mgmt/py-snmp |