git: 537cf310af09 - main - textproc/py-en-core-web-sm: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Mar 2026 18:05:16 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=537cf310af09bda49dbc715a4e71e25df86163d3
commit 537cf310af09bda49dbc715a4e71e25df86163d3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-20 18:04:53 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-20 18:05:13 +0000
textproc/py-en-core-web-sm: Fix fetch
---
textproc/py-en-core-web-sm/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/py-en-core-web-sm/Makefile b/textproc/py-en-core-web-sm/Makefile
index 61d2ab344504..6ebf96a15bcc 100644
--- a/textproc/py-en-core-web-sm/Makefile
+++ b/textproc/py-en-core-web-sm/Makefile
@@ -1,7 +1,8 @@
PORTNAME= en-core-web-sm
DISTVERSION= 3.8.0
CATEGORIES= textproc python
-MASTER_SITES= https://github.com/explosion/spacy-models/releases/download/${PORTNAME}-${DISTVERSION}/
+#MASTER_SITES= https://github.com/explosion/spacy-models/releases/download/${PORTNAME}-${DISTVERSION}/ # the required wheel file has disappeared here
+MASTER_SITES= LOCAL/yuri/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= en_core_web_sm-${DISTVERSION}-py3-none-any
EXTRACT_SUFX= .whl