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 | |
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/python27/Makefile | 1 | ||||
-rw-r--r-- | lang/python32/Makefile | 2 | ||||
-rw-r--r-- | lang/python33/Makefile | 2 | ||||
-rw-r--r-- | lang/python34/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 9c29d2ee3f59..f9972e70d9e7 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -2,6 +2,7 @@ PORTNAME= python27 PORTVERSION= 2.7.9 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} 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} diff --git a/lang/python33/Makefile b/lang/python33/Makefile index a31b3ceafde1..45c54ed5fb59 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} diff --git a/lang/python34/Makefile b/lang/python34/Makefile index 4244a87f4925..c7db4d43039a 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -3,6 +3,7 @@ PORTNAME= python34 PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |