Index: head/archivers/py-lzma/Makefile =================================================================== --- head/archivers/py-lzma/Makefile (revision 556161) +++ head/archivers/py-lzma/Makefile (revision 556162) @@ -1,36 +1,36 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= lzma -PORTVERSION= 0.4.9 +PORTVERSION= 0.5.0 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Python binding for the LZMA compression library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le USES= dos2unix python USE_PYTHON= concurrent distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PORTDOCS= USAGE.md INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} post-install: @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/pylzma.so .include Index: head/archivers/py-lzma/distinfo =================================================================== --- head/archivers/py-lzma/distinfo (revision 556161) +++ head/archivers/py-lzma/distinfo (revision 556162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505998419 -SHA256 (pylzma-0.4.9.tar.gz) = e974bc3a01260715145083c49dc28d365bb43f961ee7f6a2850c10562dbe6c5d -SIZE (pylzma-0.4.9.tar.gz) = 115699 +TIMESTAMP = 1606229440 +SHA256 (pylzma-0.5.0.tar.gz) = b874172afbf37770e643bf2dc9d9b6b03eb95d8f8162e157145b3fe9e1b68a1c +SIZE (pylzma-0.5.0.tar.gz) = 4215481 Index: head/archivers/py-lzma/files/patch-setup.py =================================================================== --- head/archivers/py-lzma/files/patch-setup.py (revision 556161) +++ head/archivers/py-lzma/files/patch-setup.py (nonexistent) @@ -1,19 +0,0 @@ ---- setup.py.orig 2016-07-26 12:20:39 UTC -+++ setup.py -@@ -28,13 +28,10 @@ from distutils import log - from distutils.command.build_ext import build_ext as _build_ext - from version import get_git_version - --try: -- from setuptools import setup, Extension --except ImportError: -- from ez_setup import use_setuptools -- use_setuptools() -+from ez_setup import use_setuptools -+use_setuptools() - -- from setuptools import setup, Extension -+from setuptools import setup, Extension - - class UnsupportedPlatformWarning(Warning): - pass Property changes on: head/archivers/py-lzma/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property