diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-06 16:58:36 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-06 16:58:36 +0000 |
commit | 412afd34bacdd90fa92943b9057201a691f46ae8 (patch) | |
tree | 07ac17c710a1f96d1cc67e84b9ab25e25b2ffde1 /lang/python32/Makefile | |
parent | - Reset maintainership (diff) |
Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.
This fixes head package users so they have working SSL support. There was
already a built-time fix for this.
Diffstat (limited to '')
-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 43f09d72c87e..ef3ceb3e244f 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -2,7 +2,7 @@ PORTNAME= python32 PORTVERSION= 3.2.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |