diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-08 17:03:01 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-08 17:03:01 +0800 |
commit | a3f276b9aef40373b8128b597d0837da3687b8d6 (patch) | |
tree | fca55932dee8e40db70b4cb1b5ea5763fe6ba125 /lang/python32 | |
parent | 6e2ad78804b23057a143a6d6eb8d63ecb95161e3 (diff) | |
download | freebsd-ports-graphics-a3f276b9aef40373b8128b597d0837da3687b8d6.tar.gz freebsd-ports-graphics-a3f276b9aef40373b8128b597d0837da3687b8d6.tar.zst freebsd-ports-graphics-a3f276b9aef40373b8128b597d0837da3687b8d6.zip |
Bump PORTREVISION for all Python ports to pickup the recent ARM patch
PR: ports/149167
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 1f7e9e84c1a..6ef9cd9818b 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -2,7 +2,7 @@ PORTNAME= python32 PORTVERSION= 3.2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} |