From owner-svn-ports-head@FreeBSD.ORG Sat Aug 23 05:19:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1488329E; Sat, 23 Aug 2014 05:19:51 +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 F362E3F6A; Sat, 23 Aug 2014 05:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7N5Jo6n088713; Sat, 23 Aug 2014 05:19:50 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7N5Jodq088710; Sat, 23 Aug 2014 05:19:50 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201408230519.s7N5Jodq088710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 23 Aug 2014 05:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365709 - in head/lang: python27 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 05:19:51 -0000 Author: koobs Date: Sat Aug 23 05:19:50 2014 New Revision: 365709 URL: http://svnweb.freebsd.org/changeset/ports/365709 QAT: https://qat.redports.org/buildarchive/r365709/ Log: lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds. Bump PORTREVISION, as prior to the previous change that fixed upstream Issue #21166, Python builds could be potentially polluted by the host environment which could caused runtime issues because of ABI differences. Modified: head/lang/python27/Makefile head/lang/python33/Makefile head/lang/python34/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python27/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -2,7 +2,7 @@ PORTNAME= python27 PORTVERSION= 2.7.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python33/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python34/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -3,7 +3,7 @@ PORTNAME= python34 PORTVERSION= 3.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}