Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2026 07:58:13 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 281c08e10d31 - main - textproc/en-core-web-sm: Move to textproc/py-en-core-web-sm
Message-ID:  <69b90995.3d965.5b272bdd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=281c08e10d310c3e05ddffd5f70e58ecd0af4ccf

commit 281c08e10d310c3e05ddffd5f70e58ecd0af4ccf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-17 07:57:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-17 07:57:40 +0000

    textproc/en-core-web-sm: Move to textproc/py-en-core-web-sm
---
 MOVED                                                    | 1 +
 misc/py-misaki/Makefile                                  | 3 ++-
 textproc/Makefile                                        | 2 +-
 textproc/{en-core-web-sm => py-en-core-web-sm}/Makefile  | 0
 textproc/{en-core-web-sm => py-en-core-web-sm}/distinfo  | 0
 textproc/{en-core-web-sm => py-en-core-web-sm}/pkg-descr | 0
 textproc/{en-core-web-sm => py-en-core-web-sm}/pkg-plist | 0
 7 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/MOVED b/MOVED
index 047162a828f0..03d710b20e1f 100644
--- a/MOVED
+++ b/MOVED
@@ -5168,3 +5168,4 @@ misc/unicode-cldr|textproc/CLDR|2026-03-14|Remove duplicate port. Use textproc/C
 emulators/ppsspp-qt5|emulators/ppsspp|2026-03-15|Qt5 is end of life, please use emulators/ppsspp
 devel/py-marshmallow-enum||2026-03-15|Has expired: Upstream repository has been archived on Oct 19, 2022
 java/openjdk20||2026-03-15|Has expired: No longer supported by upstream
+textproc/py-en-core-web-sm|textproc/py-en-core-web-sm|2026-03-17|Add py- prefix to match Python package name
diff --git a/misc/py-misaki/Makefile b/misc/py-misaki/Makefile
index a3035475951b..48f5701be521 100644
--- a/misc/py-misaki/Makefile
+++ b/misc/py-misaki/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	misaki
 DISTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	misc python # machine learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,7 +31,7 @@ KO_DESC=		Korean language support
 
 EN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}num2words>0:devel/py-num2words@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}spacy>0:textproc/py-spacy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}en-core-web-sm>0:textproc/en-core-web-sm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}en-core-web-sm>0:textproc/py-en-core-web-sm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}phonemizer-fork>0:textproc/py-phonemizer-fork@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}espeakng_loader>0:audio/py-espeakng-loader@${PY_FLAVOR}
 JA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fugashi>0:japanese/py-fugashi@${PY_FLAVOR} \
diff --git a/textproc/Makefile b/textproc/Makefile
index 3b7bdd066da0..1d99ccfb2ab2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -183,7 +183,6 @@
     SUBDIR += elasticsearch7
     SUBDIR += elasticsearch8
     SUBDIR += en-aspell
-    SUBDIR += en-core-web-sm
     SUBDIR += en-hunspell
     SUBDIR += en-mythes
     SUBDIR += enchant
@@ -1390,6 +1389,7 @@
     SUBDIR += py-elementpath
     SUBDIR += py-emeraldtree
     SUBDIR += py-empy
+    SUBDIR += py-en-core-web-sm
     SUBDIR += py-enchant
     SUBDIR += py-enrich
     SUBDIR += py-epy-reader
diff --git a/textproc/en-core-web-sm/Makefile b/textproc/py-en-core-web-sm/Makefile
similarity index 100%
rename from textproc/en-core-web-sm/Makefile
rename to textproc/py-en-core-web-sm/Makefile
diff --git a/textproc/en-core-web-sm/distinfo b/textproc/py-en-core-web-sm/distinfo
similarity index 100%
rename from textproc/en-core-web-sm/distinfo
rename to textproc/py-en-core-web-sm/distinfo
diff --git a/textproc/en-core-web-sm/pkg-descr b/textproc/py-en-core-web-sm/pkg-descr
similarity index 100%
rename from textproc/en-core-web-sm/pkg-descr
rename to textproc/py-en-core-web-sm/pkg-descr
diff --git a/textproc/en-core-web-sm/pkg-plist b/textproc/py-en-core-web-sm/pkg-plist
similarity index 100%
rename from textproc/en-core-web-sm/pkg-plist
rename to textproc/py-en-core-web-sm/pkg-plist


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b90995.3d965.5b272bdd>