diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-16 17:04:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-16 17:04:29 +0000 |
commit | 473f7fc2dc1cba782abaf6af536acb7a7799336e (patch) | |
tree | 7b159a58f19888eb0484be875996578820a05261 /www/zope/files/patch-lib-python-restrictedpython-tests-verify.py | |
parent | - Update to 0.24 (diff) |
- remove expired ports
* lang/python24 and lang/python25: unmaintained upstream
* www/zope and www/zope211: unmaintained upstream (the only
consumers of python24)
- clean-up python versions < 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk
Submitted by: miwi (based on)
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=300956
Diffstat (limited to 'www/zope/files/patch-lib-python-restrictedpython-tests-verify.py')
-rw-r--r-- | www/zope/files/patch-lib-python-restrictedpython-tests-verify.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/zope/files/patch-lib-python-restrictedpython-tests-verify.py b/www/zope/files/patch-lib-python-restrictedpython-tests-verify.py deleted file mode 100644 index 125b4307cd91..000000000000 --- a/www/zope/files/patch-lib-python-restrictedpython-tests-verify.py +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/python/RestrictedPython/tests/verify.py.orig Thu Jun 17 13:39:24 2004 -+++ lib/python/RestrictedPython/tests/verify.py Thu Jun 17 13:39:41 2004 -@@ -21,6 +21,7 @@ - function. - """ - -+from __future__ import generators - import dis - import types - |