svn commit: r383449 - in head/lang: python27 python32 python33 python34
Bryan Drewery
bdrewery at FreeBSD.org
Mon Apr 6 16:58:39 UTC 2015
Author: bdrewery
Date: Mon Apr 6 16:58:36 2015
New Revision: 383449
URL: https://svnweb.freebsd.org/changeset/ports/383449
Log:
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.
Modified:
head/lang/python27/Makefile
head/lang/python32/Makefile
head/lang/python33/Makefile
head/lang/python34/Makefile
Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile Mon Apr 6 16:41:47 2015 (r383448)
+++ head/lang/python27/Makefile Mon Apr 6 16:58:36 2015 (r383449)
@@ -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}
Modified: head/lang/python32/Makefile
==============================================================================
--- head/lang/python32/Makefile Mon Apr 6 16:41:47 2015 (r383448)
+++ head/lang/python32/Makefile Mon Apr 6 16:58:36 2015 (r383449)
@@ -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}
Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile Mon Apr 6 16:41:47 2015 (r383448)
+++ head/lang/python33/Makefile Mon Apr 6 16:58:36 2015 (r383449)
@@ -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}
Modified: head/lang/python34/Makefile
==============================================================================
--- head/lang/python34/Makefile Mon Apr 6 16:41:47 2015 (r383448)
+++ head/lang/python34/Makefile Mon Apr 6 16:58:36 2015 (r383449)
@@ -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}
More information about the svn-ports-all
mailing list