diff options
author | nectar <nectar@FreeBSD.org> | 2002-11-15 00:52:24 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-11-15 00:52:24 +0800 |
commit | e038a5ec129d0eb73210dad2909a25f0b939d7d8 (patch) | |
tree | 5b0e2d017f5631bee03597b83e569b0df75b2064 /lang/python20/Makefile | |
parent | 19cbc2c4e91bd2df1505122de5019b4402ae24eb (diff) | |
download | freebsd-ports-gnome-e038a5ec129d0eb73210dad2909a25f0b939d7d8.tar.gz freebsd-ports-gnome-e038a5ec129d0eb73210dad2909a25f0b939d7d8.tar.zst freebsd-ports-gnome-e038a5ec129d0eb73210dad2909a25f0b939d7d8.zip |
Backport fix for temporary file handling bug in os._execvpe() from
Python 2.2.2.
Not approved by: tg (short timeout)
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index badff2a277e2..e3fbaa3df64d 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |