Date: Thu, 18 Apr 2019 18:00:47 +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: r499297 - head/net/py-smart_open Message-ID: <201904181800.x3II0l1g083227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 18 18:00:47 2019 New Revision: 499297 URL: https://svnweb.freebsd.org/changeset/ports/499297 Log: Update to 1.8.2 Changes: https://github.com/RaRe-Technologies/smart_open/releases Modified: head/net/py-smart_open/Makefile head/net/py-smart_open/distinfo Modified: head/net/py-smart_open/Makefile ============================================================================== --- head/net/py-smart_open/Makefile Thu Apr 18 18:00:42 2019 (r499296) +++ head/net/py-smart_open/Makefile Thu Apr 18 18:00:47 2019 (r499297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smart_open -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,10 +26,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0:archivers/py-backports.lzma@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/py-smart_open/distinfo ============================================================================== --- head/net/py-smart_open/distinfo Thu Apr 18 18:00:42 2019 (r499296) +++ head/net/py-smart_open/distinfo Thu Apr 18 18:00:47 2019 (r499297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554924550 -SHA256 (smart_open-1.8.1.tar.gz) = b154d2118b7493935f9ede71b6b48fd3bfcb94f7e423877e57b48af429af6828 -SIZE (smart_open-1.8.1.tar.gz) = 48083 +TIMESTAMP = 1555592237 +SHA256 (smart_open-1.8.2.tar.gz) = d3c16477ad7e8f94ab033630ea31993670ad21153172367db1acb143077d501c +SIZE (smart_open-1.8.2.tar.gz) = 57091
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181800.x3II0l1g083227>