diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:16:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:16:47 +0000 |
commit | 3256b6c2e3a068a7fa2c6d3b2d13d5f37ce79109 (patch) | |
tree | c19d11e877bab69e73ae51b05c6367d69398500c /lang | |
parent | 0d90a4348e67be408583b5c3d09d949bcc79eaba (diff) | |
download | ports-3256b6c2e3a068a7fa2c6d3b2d13d5f37ce79109.tar.gz ports-3256b6c2e3a068a7fa2c6d3b2d13d5f37ce79109.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python22/Makefile | 5 | ||||
-rw-r--r-- | lang/python22/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 3eda730b8c0b..5a32c6d4803d 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 diff --git a/lang/python22/distinfo b/lang/python22/distinfo index 16837095c18d..cc3671b264fb 100644 --- a/lang/python22/distinfo +++ b/lang/python22/distinfo @@ -1,2 +1,4 @@ MD5 (python/Python-2.2.3.tgz) = 169f89f318e252dac0c54dd1b165d229 SIZE (python/Python-2.2.3.tgz) = 6709556 +MD5 (python/patch-2.2.txt) = 5dfebd35e669f59eaa07030d76b287e3 +SIZE (python/patch-2.2.txt) = 3854 |