From owner-svn-ports-all@freebsd.org Fri Aug 14 05:48:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B1B23B4F73; Fri, 14 Aug 2020 05:48:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSXYk3Y1Tz4H8B; Fri, 14 Aug 2020 05:48:58 +0000 (UTC) (envelope-from yuri@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 5CF7D9B07; Fri, 14 Aug 2020 05:48:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07E5mwLY007748; Fri, 14 Aug 2020 05:48:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07E5mwO0007746; Fri, 14 Aug 2020 05:48:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008140548.07E5mwO0007746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 14 Aug 2020 05:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544869 - head/math/py-bitmath X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-bitmath X-SVN-Commit-Revision: 544869 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.33 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, 14 Aug 2020 05:48:58 -0000 Author: yuri Date: Fri Aug 14 05:48:57 2020 New Revision: 544869 URL: https://svnweb.freebsd.org/changeset/ports/544869 Log: math/py-bitmath: Unbreak with python-3 by upgrading to 1.3.3.1 1.2.3 was python-2 version Approved by: portmgr (blanket; unbreak) Modified: head/math/py-bitmath/Makefile head/math/py-bitmath/distinfo Modified: head/math/py-bitmath/Makefile ============================================================================== --- head/math/py-bitmath/Makefile Fri Aug 14 05:48:31 2020 (r544868) +++ head/math/py-bitmath/Makefile Fri Aug 14 05:48:57 2020 (r544869) @@ -1,27 +1,19 @@ # $FreeBSD$ PORTNAME= bitmath -PORTVERSION= 1.2.3 -PORTREVISION= 1 +DISTVERSION= 1.3.3.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION}-4.tar.gz MAINTAINER= wg@FreeBSD.org COMMENT= Represent and manipulate file sizes with different prefix notations LICENSE= MIT -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${PY_FLAVOR} -USES= python:2.7 +USES= python USE_PYTHON= autoplist distutils - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-4 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar231>0:misc/py-progressbar231@${PY_FLAVOR} .include Modified: head/math/py-bitmath/distinfo ============================================================================== --- head/math/py-bitmath/distinfo Fri Aug 14 05:48:31 2020 (r544868) +++ head/math/py-bitmath/distinfo Fri Aug 14 05:48:57 2020 (r544869) @@ -1,2 +1,3 @@ -SHA256 (bitmath-1.2.3-4.tar.gz) = 09fd3697dd0f0bbfd7de1c8821f739d6f4cf0cb854b3314779bcbd3ec9c90ed8 -SIZE (bitmath-1.2.3-4.tar.gz) = 50745 +TIMESTAMP = 1597383696 +SHA256 (bitmath-1.3.3.1.tar.gz) = 293325f01e65defe966853111df11d39215eb705a967cb115851da8c4cfa3eb8 +SIZE (bitmath-1.3.3.1.tar.gz) = 88519