svn commit: r466495 - head/archivers/py-lz4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 4 18:54:24 UTC 2018


Author: sunpoet
Date: Wed Apr  4 18:54:09 2018
New Revision: 466495
URL: https://svnweb.freebsd.org/changeset/ports/466495

Log:
  Update to 1.1.0
  
  Changes:	https://github.com/python-lz4/python-lz4/releases

Modified:
  head/archivers/py-lz4/Makefile
  head/archivers/py-lz4/distinfo

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Wed Apr  4 18:54:04 2018	(r466494)
+++ head/archivers/py-lz4/Makefile	Wed Apr  4 18:54:09 2018	(r466495)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lz4
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.0
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,6 @@ BUILD_DEPENDS=	liblz4>=1.7.5:archivers/liblz4 \
 		${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR}
 LIB_DEPENDS=	liblz4.so:archivers/liblz4
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR}
 
 USE_PYTHON=	distutils py3kplist

Modified: head/archivers/py-lz4/distinfo
==============================================================================
--- head/archivers/py-lz4/distinfo	Wed Apr  4 18:54:04 2018	(r466494)
+++ head/archivers/py-lz4/distinfo	Wed Apr  4 18:54:09 2018	(r466495)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518941641
-SHA256 (lz4-1.0.0.tar.gz) = 60d0e0b59f4cb1a465738b0ed54f7451f0263b6f5a4b83ef0b5710d57c408f94
-SIZE (lz4-1.0.0.tar.gz) = 114684
+TIMESTAMP = 1522845606
+SHA256 (lz4-1.1.0.tar.gz) = 9ede632d668995d6148942022c025c0f7ea0d97c275c099f9ad156e02cc1711e
+SIZE (lz4-1.1.0.tar.gz) = 114404


More information about the svn-ports-head mailing list