.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d945dd5bd704abf77985d0e17302faae9f0cd001 Auto-Submitted: auto-generated The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d945dd5bd704abf77985d0e17302faae9f0cd001 commit d945dd5bd704abf77985d0e17302faae9f0cd001 Author: Dave Cottlehuber AuthorDate: 2024-05-22 13:57:16 +0000 Commit: Dave Cottlehuber CommitDate: 2024-05-22 13:57:16 +0000 devel/py-diskcache: avoid reliance on DQS extension - https://github.com/grantjenks/python-diskcache/pull/311 Differential Revision: https://reviews.freebsd.org/D45295 Approved by: yuri Sponsored by: SkunkWerks, GmbH --- devel/py-diskcache/Makefile | 4 ++++ devel/py-diskcache/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/py-diskcache/Makefile b/devel/py-diskcache/Makefile index e0f9e64df222..878a9c65e552 100644 --- a/devel/py-diskcache/Makefile +++ b/devel/py-diskcache/Makefile @@ -1,9 +1,13 @@ PORTNAME= diskcache DISTVERSIONPREFIX= v DISTVERSION= 5.6.3 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b89111d.patch:-p1 # https://github.com/grantjenks/python-diskcache/pull/311 + MAINTAINER= yuri@FreeBSD.org COMMENT= Disk and file backed persistent cache WWW= https://grantjenks.com/docs/diskcache/ diff --git a/devel/py-diskcache/distinfo b/devel/py-diskcache/distinfo index 5cb26d8b471b..be1986788230 100644 --- a/devel/py-diskcache/distinfo +++ b/devel/py-diskcache/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1703309501 +TIMESTAMP = 1716359609 SHA256 (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = ecd01a006c60c68171571da77d905878bacc2103a8e0ade55dcda26271ea2bb3 SIZE (grantjenks-python-diskcache-v5.6.3_GH0.tar.gz) = 655441 +SHA256 (b89111d.patch) = 0d3451f01e8331d0d3db654566b08eac552f8b71f0f090f5a381c45f5d6ac4ae +SIZE (b89111d.patch) = 4077