diff options
-rw-r--r-- | archivers/py-tarfile/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ctypes/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/py-snmp/Makefile | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/archivers/py-tarfile/Makefile b/archivers/py-tarfile/Makefile index 4fbe90dc9f15..9cb92d6aa21b 100644 --- a/archivers/py-tarfile/Makefile +++ b/archivers/py-tarfile/Makefile @@ -18,6 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes DEPRECATED= all development activity in this port has been merged into mainline python after 2.4 +EXPIRATION_DATE= 2010-08-07 .include <bsd.port.pre.mk> diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index 2da0c03b442b..4d2b9ed8623c 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -18,6 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes ONLY_FOR_ARCHS= i386 amd64 alpha powerpc sparc64 +DEPRECATED= only applies to Python2.4; you should upgrade to a newer Python .include <bsd.port.pre.mk> diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile index ea909465fb6e..adfa5bf9c959 100644 --- a/net-mgmt/py-snmp/Makefile +++ b/net-mgmt/py-snmp/Makefile @@ -17,6 +17,8 @@ COMMENT= SNMP framework for Python CONFLICTS= py??-snmp2-[0-9]* py??-snmp4-[0-9]* +DEPRECATED= use net-mgmt/py-snmp4 instead + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pysnmp |