From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 16:58:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 365119FD; Mon, 6 Apr 2015 16:58:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0773E24D; Mon, 6 Apr 2015 16:58:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36Gwc1m040620; Mon, 6 Apr 2015 16:58:38 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36GwbOm040613; Mon, 6 Apr 2015 16:58:37 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504061658.t36GwbOm040613@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 6 Apr 2015 16:58:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 16:58:39 -0000 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}