diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-07-22 15:12:07 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-07-22 15:12:07 +0000 |
commit | 1aeea51c581dc74b298d8941057af4a5ae24fc40 (patch) | |
tree | 3554f47d07b3145d57e0394b1196263fb9ee9352 /lang/python32/Makefile | |
parent | - Install jsonlint utility (diff) |
- Update to 3.2.1
PR: ports/158850
Submitted by: wen
Diffstat (limited to '')
-rw-r--r-- | lang/python32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 0bfb7f3acae9..108aa4653666 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= python32 -PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTVERSION= 3.2.1 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} |