diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-16 12:22:20 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-16 12:22:20 +0000 |
commit | 7d4762e8bb84698e8e04f9ee26904d79ab09f783 (patch) | |
tree | 222de11876b4a0d32163fadcc236dbb98f40759b /lang/python32/Makefile | |
parent | * Do not clobber plaintext manual if WITH_MUTT_HTML is undefined. (diff) |
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 '')
-rw-r--r-- | lang/python32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 87763fb3aabb..555e6a9f2625 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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}/ |