aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2024-05-22 13:57:16 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2024-05-22 13:57:16 +0000
commitd945dd5bd704abf77985d0e17302faae9f0cd001 (patch)
treec33e00966e4bcd2860d79dded7a9f6fadb8d0159
parent6acad34cb2bc3b858f64724620fd3c11b2a602f3 (diff)
downloadports-d945dd5bd704abf77985d0e17302faae9f0cd001.tar.gz
ports-d945dd5bd704abf77985d0e17302faae9f0cd001.zip
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
-rw-r--r--devel/py-diskcache/Makefile4
-rw-r--r--devel/py-diskcache/distinfo4
2 files changed, 7 insertions, 1 deletions
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