diff options
author | tg <tg@FreeBSD.org> | 2002-01-16 20:22:20 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-01-16 20:22:20 +0800 |
commit | 0a22f63713162d9eadd45d487155fa9b01df04a8 (patch) | |
tree | fc962a217476bdf9f563482d34d471157f7591cb /lang/python27/Makefile | |
parent | 8214b84f188854763ca73d614b2808b87dfa7c1c (diff) | |
download | freebsd-ports-graphics-0a22f63713162d9eadd45d487155fa9b01df04a8.tar.gz freebsd-ports-graphics-0a22f63713162d9eadd45d487155fa9b01df04a8.tar.zst freebsd-ports-graphics-0a22f63713162d9eadd45d487155fa9b01df04a8.zip |
Implement PyObject_DelItemString(), which was obviously forgotten for
Python-2.2. This will fix at least the metakit port.
Bump PORTREVISION.
Obtained from: Python CVS tree
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r-- | lang/python27/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 87763fb3aab..555e6a9f262 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ |