diff options
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 3eda730..5a32c6d 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -7,12 +7,15 @@ PORTNAME= python PORTVERSION= 2.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} +PATCH_SITES= http://www.python.org/security/PSF-2005-001/ +PATCHFILES= patch-2.2.txt + MAINTAINER= perky@FreeBSD.org COMMENT= An interpreted object-oriented programming language |