aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 11:35:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 11:53:05 +0000
commitbafa2ae1dc5269b82b9a19b1cb20cf28eca181d4 (patch)
tree21075e6af42d3744d7d0c7f7ec9dfe07db3b79ee
parent80d2eac2b143d3efdc0d42a8429abf455a6ee119 (diff)
devel/py-confusable-homoglyphs: Move devel/py-confusable_homoglyphs to devel/py-confusable-homoglyphs
- Bump PORTREVISION of dependent ports for dependency change Rename to match upstream naming.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-confusable-homoglyphs/Makefile (renamed from devel/py-confusable_homoglyphs/Makefile)3
-rw-r--r--devel/py-confusable-homoglyphs/distinfo (renamed from devel/py-confusable_homoglyphs/distinfo)0
-rw-r--r--devel/py-confusable-homoglyphs/pkg-descr (renamed from devel/py-confusable_homoglyphs/pkg-descr)0
-rw-r--r--www/py-django-registration/Makefile3
6 files changed, 6 insertions, 3 deletions
diff --git a/MOVED b/MOVED
index e4a79e175650..ba0913b6d7d3 100644
--- a/MOVED
+++ b/MOVED
@@ -5075,3 +5075,4 @@ devel/pydbus-common|devel/py-dbus|2026-01-09|Merged into devel/py-dbus
devel/fam||2026-01-11|Remove obsolete and unmaintained port
lang/go122||2026-01-14|Has expired: Old version, unsupported upstream
lang/go123||2026-01-14|Has expired: Old version, unsupported upstream
+devel/py-confusable_homoglyphs|devel/py-confusable-homoglyphs|2026-01-15|Rename to match upstream naming
diff --git a/devel/Makefile b/devel/Makefile
index af36b612c4b8..b5306df6bccd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4723,7 +4723,7 @@
SUBDIR += py-configobj
SUBDIR += py-configparser
SUBDIR += py-configupdater
- SUBDIR += py-confusable_homoglyphs
+ SUBDIR += py-confusable-homoglyphs
SUBDIR += py-confuse
SUBDIR += py-connection_pool
SUBDIR += py-connexion
diff --git a/devel/py-confusable_homoglyphs/Makefile b/devel/py-confusable-homoglyphs/Makefile
index f115c07be62b..95afa5da3a84 100644
--- a/devel/py-confusable_homoglyphs/Makefile
+++ b/devel/py-confusable-homoglyphs/Makefile
@@ -1,9 +1,10 @@
-PORTNAME= confusable_homoglyphs
+PORTNAME= confusable-homoglyphs
PORTVERSION= 3.3.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= confusable_homoglyphs-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Detect confusable usage of unicode homoglyphs
diff --git a/devel/py-confusable_homoglyphs/distinfo b/devel/py-confusable-homoglyphs/distinfo
index fd9c8ad25e1b..fd9c8ad25e1b 100644
--- a/devel/py-confusable_homoglyphs/distinfo
+++ b/devel/py-confusable-homoglyphs/distinfo
diff --git a/devel/py-confusable_homoglyphs/pkg-descr b/devel/py-confusable-homoglyphs/pkg-descr
index 90ee7244198b..90ee7244198b 100644
--- a/devel/py-confusable_homoglyphs/pkg-descr
+++ b/devel/py-confusable-homoglyphs/pkg-descr
diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile
index d06172f1b6f2..0a9e28a081c7 100644
--- a/www/py-django-registration/Makefile
+++ b/www/py-django-registration/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django-registration
PORTVERSION= 5.2.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable-homoglyphs>=3.0:devel/py-confusable-homoglyphs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
USES= python