Index: head/devel/py-whichcraft/Makefile =================================================================== --- head/devel/py-whichcraft/Makefile (revision 481786) +++ head/devel/py-whichcraft/Makefile (revision 481787) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= whichcraft -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Cross-platform cross-python shutil.which functionality LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.1.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.23.0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: cd ${WRKSRC} && ${PYTHON_CMD} test_whichcraft.py .include Index: head/devel/py-whichcraft/distinfo =================================================================== --- head/devel/py-whichcraft/distinfo (revision 481786) +++ head/devel/py-whichcraft/distinfo (revision 481787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537441903 -SHA256 (whichcraft-0.4.1.tar.gz) = 9e0d51c9387cb7e9f28b7edb549e6a03da758f7784f991eb4397d7f7808c57fd -SIZE (whichcraft-0.4.1.tar.gz) = 6222 +TIMESTAMP = 1539236571 +SHA256 (whichcraft-0.5.2.tar.gz) = fecddd531f237ffc5db8b215409afb18fa30300699064cca4817521b4fc81815 +SIZE (whichcraft-0.5.2.tar.gz) = 6480 Property changes on: head/devel/py-whichcraft/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-whichcraft/files/patch-README.rst =================================================================== --- head/devel/py-whichcraft/files/patch-README.rst (nonexistent) +++ head/devel/py-whichcraft/files/patch-README.rst (revision 481787) @@ -0,0 +1,13 @@ +--- README.rst.orig 2018-10-11 06:16:52 UTC ++++ README.rst +@@ -34,8 +34,8 @@ On Linux, Mac, Windows for Python 2.7 or + + .. code-block:: python + +-   >>> from whichcraft import which +-   >>> which('date') ++ >>> from whichcraft import which ++ >>> which('date') + '/bin/date' + >>> which('calendar') + '/bin/calendar' Property changes on: head/devel/py-whichcraft/files/patch-README.rst ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property