diff options
author | perky <perky@FreeBSD.org> | 2005-03-21 00:18:42 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-03-21 00:18:42 +0800 |
commit | 3ef327c74d5088744348c8867cf98a49b80b4c9c (patch) | |
tree | e998198c9db424f5c0d0f1d4e25f34e38827d968 | |
parent | 757375a35b95232960e1a2849a2d52b7a42b4a98 (diff) | |
download | freebsd-ports-gnome-3ef327c74d5088744348c8867cf98a49b80b4c9c.tar.gz freebsd-ports-gnome-3ef327c74d5088744348c8867cf98a49b80b4c9c.tar.zst freebsd-ports-gnome-3ef327c74d5088744348c8867cf98a49b80b4c9c.zip |
Update lang/python23 to Python 2.3.5.
-rw-r--r-- | Mk/bsd.python.mk | 4 | ||||
-rw-r--r-- | lang/python23/Makefile | 6 | ||||
-rw-r--r-- | lang/python23/distinfo | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index a535cd25c89a..5521a8f1caf9 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -223,9 +223,9 @@ PYTHON_SUFFIX= 24 # Python-2.3 .elif ${PYTHON_VERSION} == "python2.3" -PYTHON_PORTVERSION?=2.3.4 +PYTHON_PORTVERSION?=2.3.5 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python23 -PYTHON_REL= 234 +PYTHON_REL= 235 PYTHON_SUFFIX= 23 # Python-2.2 diff --git a/lang/python23/Makefile b/lang/python23/Makefile index ff067314a8f3..ebcd80d5b431 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -6,16 +6,12 @@ # PORTNAME= python -PORTVERSION= 2.3.4 -PORTREVISION?= 4 +PORTVERSION= 2.3.5 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 569a99446762..ddc4ef9163ed 100644 --- a/lang/python23/distinfo +++ b/lang/python23/distinfo @@ -1,4 +1,2 @@ -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 +MD5 (python/Python-2.3.5.tgz) = 7a1ecc1196c5c0e9d4eef90ba684c4e9 +SIZE (python/Python-2.3.5.tgz) = 8535749 |