From owner-svn-ports-all@freebsd.org Mon Jan 22 15:47:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703BFEC74A8; Mon, 22 Jan 2018 15:47:04 +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.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 424F38139F; Mon, 22 Jan 2018 15:47:04 +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 7F4271C2E9; Mon, 22 Jan 2018 15:47:03 +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 w0MFl3Wa010501; Mon, 22 Jan 2018 15:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0MFl3io010498; Mon, 22 Jan 2018 15:47:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801221547.w0MFl3io010498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 22 Jan 2018 15:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459666 - head/archivers/py-lz4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/py-lz4 X-SVN-Commit-Revision: 459666 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.25 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, 22 Jan 2018 15:47:04 -0000 Author: sunpoet Date: Mon Jan 22 15:47:03 2018 New Revision: 459666 URL: https://svnweb.freebsd.org/changeset/ports/459666 Log: Update to 0.19.1 Changes: https://github.com/python-lz4/python-lz4/releases Modified: head/archivers/py-lz4/Makefile head/archivers/py-lz4/distinfo head/archivers/py-lz4/pkg-plist Modified: head/archivers/py-lz4/Makefile ============================================================================== --- head/archivers/py-lz4/Makefile Mon Jan 22 15:46:57 2018 (r459665) +++ head/archivers/py-lz4/Makefile Mon Jan 22 15:47:03 2018 (r459666) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.1 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,4 +28,10 @@ post-install: ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/block/_block.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/frame/_frame.so -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR} +.endif + +.include Modified: head/archivers/py-lz4/distinfo ============================================================================== --- head/archivers/py-lz4/distinfo Mon Jan 22 15:46:57 2018 (r459665) +++ head/archivers/py-lz4/distinfo Mon Jan 22 15:47:03 2018 (r459666) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516539815 -SHA256 (lz4-0.18.2.tar.gz) = 7f04109ca7104b952a284d397c16cc7dc4ad7b81a0ff13bd6240bd5e5ba633e7 -SIZE (lz4-0.18.2.tar.gz) = 100954 +TIMESTAMP = 1516630809 +SHA256 (lz4-0.19.1.tar.gz) = 48be1403a902fb6693aa9d5088c4b315f67ac21d507a238ecfeae4d22e8334be +SIZE (lz4-0.19.1.tar.gz) = 107434 Modified: head/archivers/py-lz4/pkg-plist ============================================================================== --- head/archivers/py-lz4/pkg-plist Mon Jan 22 15:46:57 2018 (r459665) +++ head/archivers/py-lz4/pkg-plist Mon Jan 22 15:47:03 2018 (r459666) @@ -9,6 +9,9 @@ %%PYTHON_SITELIBDIR%%/lz4/frame/__init__.py %%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyc %%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyo +%%PYTHON_SITELIBDIR%%/lz4/frame/_compression.py +%%PYTHON_SITELIBDIR%%/lz4/frame/_compression.pyc +%%PYTHON_SITELIBDIR%%/lz4/frame/_compression.pyo %%PYTHON_SITELIBDIR%%/lz4/frame/_frame.so %%PYTHON_SITELIBDIR%%/lz4/version.py %%PYTHON_SITELIBDIR%%/lz4/version.pyc