Date: Thu, 11 Oct 2018 06:56:57 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481787 - in head/devel/py-whichcraft: . files Message-ID: <201810110656.w9B6uvga083381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Thu Oct 11 06:56:56 2018 New Revision: 481787 URL: https://svnweb.freebsd.org/changeset/ports/481787 Log: Update to 0.5.2 Add a patch to delete two unicode characters added to README.rst, which causes an exception when compiling for python-3.6. This will be reported upstream. Added: head/devel/py-whichcraft/files/ head/devel/py-whichcraft/files/patch-README.rst (contents, props changed) Modified: head/devel/py-whichcraft/Makefile head/devel/py-whichcraft/distinfo (contents, props changed) Modified: head/devel/py-whichcraft/Makefile ============================================================================== --- head/devel/py-whichcraft/Makefile Thu Oct 11 06:02:38 2018 (r481786) +++ head/devel/py-whichcraft/Makefile Thu Oct 11 06:56:56 2018 (r481787) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= whichcraft -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-whichcraft/distinfo ============================================================================== --- head/devel/py-whichcraft/distinfo Thu Oct 11 06:02:38 2018 (r481786) +++ head/devel/py-whichcraft/distinfo Thu Oct 11 06:56:56 2018 (r481787) @@ -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 Added: head/devel/py-whichcraft/files/patch-README.rst ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-whichcraft/files/patch-README.rst Thu Oct 11 06:56:56 2018 (r481787) @@ -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'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110656.w9B6uvga083381>