Date: Sat, 24 Dec 2016 13:03:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429341 - in head/archivers/py-lz4: . files Message-ID: <201612241303.uBOD3Luo028927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 24 13:03:21 2016 New Revision: 429341 URL: https://svnweb.freebsd.org/changeset/ports/429341 Log: - Update to 0.8.2 - Use archivers/liblz4 instead of bundle one - Update WWW Changes: https://github.com/python-lz4/python-lz4/releases Deleted: head/archivers/py-lz4/files/ Modified: head/archivers/py-lz4/Makefile head/archivers/py-lz4/distinfo head/archivers/py-lz4/pkg-descr Modified: head/archivers/py-lz4/Makefile ============================================================================== --- head/archivers/py-lz4/Makefile Sat Dec 24 13:03:16 2016 (r429340) +++ head/archivers/py-lz4/Makefile Sat Dec 24 13:03:21 2016 (r429341) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,8 @@ COMMENT= Python binding for the LZ4 comp LICENSE= BSD3CLAUSE +LIB_DEPENDS= liblz4.so:archivers/liblz4 + USE_PYTHON= autoplist distutils USES= python Modified: head/archivers/py-lz4/distinfo ============================================================================== --- head/archivers/py-lz4/distinfo Sat Dec 24 13:03:16 2016 (r429340) +++ head/archivers/py-lz4/distinfo Sat Dec 24 13:03:21 2016 (r429341) @@ -1,2 +1,3 @@ -SHA256 (lz4-0.7.0.tar.gz) = cd225744298568fd217577fc14a326a24835412374dadb5060db48f1af43eb48 -SIZE (lz4-0.7.0.tar.gz) = 26786 +TIMESTAMP = 1482515421 +SHA256 (lz4-0.8.2.tar.gz) = 6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7 +SIZE (lz4-0.8.2.tar.gz) = 30818 Modified: head/archivers/py-lz4/pkg-descr ============================================================================== --- head/archivers/py-lz4/pkg-descr Sat Dec 24 13:03:16 2016 (r429340) +++ head/archivers/py-lz4/pkg-descr Sat Dec 24 13:03:21 2016 (r429341) @@ -1,3 +1,3 @@ Python binding for the lz4 compression library by Yann Collet. -WWW: https://github.com/steeve/python-lz4 +WWW: https://github.com/python-lz4/python-lz4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241303.uBOD3Luo028927>