diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:29:52 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-11 11:29:52 +0000 |
commit | f64dfaa0a83d61421ba3c43486b3ac20c38b114d (patch) | |
tree | 2261f18b7dde0273a7d9f912343580bc556d5f6b /lang/python21/Makefile | |
parent | update for acpica-unix-20020404. (diff) |
Upgrade to 2.1.3.
PR: 36977 36979
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Notes
Notes:
svn path=/head/; revision=57567
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index ebf541e15c4f..aa5388ad1202 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |