diff options
author | nectar <nectar@FreeBSD.org> | 2002-11-14 16:52:24 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-11-14 16:52:24 +0000 |
commit | e038a5ec129d0eb73210dad2909a25f0b939d7d8 (patch) | |
tree | 5b0e2d017f5631bee03597b83e569b0df75b2064 /lang/python21/Makefile | |
parent | 19cbc2c4e91bd2df1505122de5019b4402ae24eb (diff) | |
download | FreeBSD-ports-e038a5ec129d0eb73210dad2909a25f0b939d7d8.zip FreeBSD-ports-e038a5ec129d0eb73210dad2909a25f0b939d7d8.tar.gz |
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/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 65a9181..abdb69d 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |