diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-02-04 04:14:40 +0000 |
commit | e3292516312a7f4f266e52c4459680871ff78d6f (patch) | |
tree | eb00b5a29bee6a522a96f621281713ae2d291367 /lang/python27 | |
parent | d19bc113cfd16071370c9f044233b211190d5924 (diff) | |
download | ports-e3292516312a7f4f266e52c4459680871ff78d6f.tar.gz ports-e3292516312a7f4f266e52c4459680871ff78d6f.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 4 | ||||
-rw-r--r-- | lang/python27/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index ec0f468b3ab4..e97fbac0eb7d 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -6,11 +6,15 @@ PORTNAME= python PORTVERSION= 2.5.a0.20050129 +PORTREVISION= 1 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/python27/distinfo b/lang/python27/distinfo index 0072eec35a72..03e493904480 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1,2 +1,4 @@ MD5 (python/Python-2.5.a0.20050129.tgz) = bdf571f3e28c4793bedbd180611c28e6 SIZE (python/Python-2.5.a0.20050129.tgz) = 9227299 +MD5 (python/patch.txt) = bdebb9c747dea1eada73ee7dbb6ac838 +SIZE (python/patch.txt) = 4427 |