diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:15:53 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:15:53 +0000 |
commit | 0d90a4348e67be408583b5c3d09d949bcc79eaba (patch) | |
tree | 4d5f9b2c403827b933457d32a9b91bc4a15c92f3 /lang/python23 | |
parent | e3292516312a7f4f266e52c4459680871ff78d6f (diff) | |
download | ports-0d90a4348e67be408583b5c3d09d949bcc79eaba.tar.gz ports-0d90a4348e67be408583b5c3d09d949bcc79eaba.zip |
Notes
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/Makefile | 5 | ||||
-rw-r--r-- | lang/python23/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 637ec1a55137..ff067314a8f3 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -7,12 +7,15 @@ PORTNAME= python PORTVERSION= 2.3.4 -PORTREVISION?= 3 +PORTREVISION?= 4 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.txt + MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language diff --git a/lang/python23/distinfo b/lang/python23/distinfo index bff74d31dc32..569a99446762 100644 --- a/lang/python23/distinfo +++ b/lang/python23/distinfo @@ -1,2 +1,4 @@ MD5 (python/Python-2.3.4.tgz) = b6cf0b19226861a38689d2fabd0931b3 SIZE (python/Python-2.3.4.tgz) = 8502738 +MD5 (python/patch.txt) = bdebb9c747dea1eada73ee7dbb6ac838 +SIZE (python/patch.txt) = 4427 |