From owner-svn-ports-all@freebsd.org Fri Aug 3 16:08:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D26F9106DC9B; Fri, 3 Aug 2018 16:08:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 876CB8A2B3; Fri, 3 Aug 2018 16:08:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6823E229F7; Fri, 3 Aug 2018 16:08:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w73G8K52028948; Fri, 3 Aug 2018 16:08:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w73G8JKC028945; Fri, 3 Aug 2018 16:08:19 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201808031608.w73G8JKC028945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 3 Aug 2018 16:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476301 - in head/lang: python34 python35 X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/lang: python34 python35 X-SVN-Commit-Revision: 476301 X-SVN-Commit-Repository: ports 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.27 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: Fri, 03 Aug 2018 16:08:21 -0000 Author: miwi Date: Fri Aug 3 16:08:19 2018 New Revision: 476301 URL: https://svnweb.freebsd.org/changeset/ports/476301 Log: - Update python34 -> 3.4.9 python35 -> 3.5.6 Sponsored by: iXsystems Inc. Modified: head/lang/python34/Makefile.version head/lang/python34/distinfo head/lang/python35/Makefile.version head/lang/python35/distinfo Modified: head/lang/python34/Makefile.version ============================================================================== --- head/lang/python34/Makefile.version Fri Aug 3 15:55:57 2018 (r476300) +++ head/lang/python34/Makefile.version Fri Aug 3 16:08:19 2018 (r476301) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.4.8 +PYTHON_PORTVERSION= 3.4.9 Modified: head/lang/python34/distinfo ============================================================================== --- head/lang/python34/distinfo Fri Aug 3 15:55:57 2018 (r476300) +++ head/lang/python34/distinfo Fri Aug 3 16:08:19 2018 (r476301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518277532 -SHA256 (python/Python-3.4.8.tar.xz) = 29a472fa902c7b2add152f5e1e82e0885a8d360645689c1db5d1949a7e8ac3ea -SIZE (python/Python-3.4.8.tar.xz) = 14576444 +TIMESTAMP = 1533311444 +SHA256 (python/Python-3.4.9.tar.xz) = 59629676ba2b01a798f5211d8f63c26ee52f1d5133cf37583e0bf1bad50c2bd9 +SIZE (python/Python-3.4.9.tar.xz) = 14541804 Modified: head/lang/python35/Makefile.version ============================================================================== --- head/lang/python35/Makefile.version Fri Aug 3 15:55:57 2018 (r476300) +++ head/lang/python35/Makefile.version Fri Aug 3 16:08:19 2018 (r476301) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.5.5 +PYTHON_PORTVERSION= 3.5.6 Modified: head/lang/python35/distinfo ============================================================================== --- head/lang/python35/distinfo Fri Aug 3 15:55:57 2018 (r476300) +++ head/lang/python35/distinfo Fri Aug 3 16:08:19 2018 (r476301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518278398 -SHA256 (python/Python-3.5.5.tar.xz) = 063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009 -SIZE (python/Python-3.5.5.tar.xz) = 15351440 +TIMESTAMP = 1533311485 +SHA256 (python/Python-3.5.6.tar.xz) = f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f +SIZE (python/Python-3.5.6.tar.xz) = 15412832