Date: Mon, 6 Apr 2015 16:58:37 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383449 - in head/lang: python27 python32 python33 python34 Message-ID: <201504061658.t36GwbOm040613@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061658.t36GwbOm040613>