From owner-svn-ports-all@freebsd.org Sun Oct 18 15:35:21 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 CFDA4434368; Sun, 18 Oct 2020 15:35:21 +0000 (UTC) (envelope-from sunpoet@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 4CDkVK18pRz4Z7S; Sun, 18 Oct 2020 15:35:20 +0000 (UTC) (envelope-from sunpoet@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 962E91487B; Sun, 18 Oct 2020 15:35:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09IFZIY8002790; Sun, 18 Oct 2020 15:35:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09IFZIT8002789; Sun, 18 Oct 2020 15:35:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010181535.09IFZIT8002789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Oct 2020 15:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552643 - in head/converters/py-zfec: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/converters/py-zfec: . files X-SVN-Commit-Revision: 552643 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: Sun, 18 Oct 2020 15:35:23 -0000 Author: sunpoet Date: Sun Oct 18 15:35:17 2020 New Revision: 552643 URL: https://svnweb.freebsd.org/changeset/ports/552643 Log: Update to 1.5.4 Changes: https://github.com/tahoe-lafs/zfec/blob/master/NEWS.txt Deleted: head/converters/py-zfec/files/ Modified: head/converters/py-zfec/Makefile head/converters/py-zfec/distinfo Modified: head/converters/py-zfec/Makefile ============================================================================== --- head/converters/py-zfec/Makefile Sun Oct 18 15:35:13 2020 (r552642) +++ head/converters/py-zfec/Makefile Sun Oct 18 15:35:17 2020 (r552643) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zfec -DISTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.5.4 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,16 +17,12 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL LICENSE_FILE_TGGPL= ${WRKSRC}/COPYING.TGPPL.rst LICENSE_PERMS_TGGPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8:devel/py-argparse@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/zfec/_fec.so -.include - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>=0.8:devel/py-argparse@${PY_FLAVOR} -.endif - -.include +.include Modified: head/converters/py-zfec/distinfo ============================================================================== --- head/converters/py-zfec/distinfo Sun Oct 18 15:35:13 2020 (r552642) +++ head/converters/py-zfec/distinfo Sun Oct 18 15:35:17 2020 (r552643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534918559 -SHA256 (zfec-1.5.3.tar.gz) = b41bd4b0af9c6b3a78bd6734e1e4511475944164375e6241b53df518a366922b -SIZE (zfec-1.5.3.tar.gz) = 79402 +TIMESTAMP = 1602877811 +SHA256 (zfec-1.5.4.tar.gz) = 222a2d84898db792b28f993cb663e940668bfbd844992a82351fd40dc1680883 +SIZE (zfec-1.5.4.tar.gz) = 80283