Date: Thu, 15 Jan 2026 11:57:35 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 858af3d70a0a - main - www/py-aiohttp-cors: Move www/py-aiohttp_cors to www/py-aiohttp-cors Message-ID: <6968d62f.3932a.7171ceb1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=858af3d70a0a2b63bde14c7e7f133250c4d1315a commit 858af3d70a0a2b63bde14c7e7f133250c4d1315a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:35:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:53:06 +0000 www/py-aiohttp-cors: Move www/py-aiohttp_cors to www/py-aiohttp-cors Rename to match upstream naming. --- MOVED | 1 + www/Makefile | 2 +- www/{py-aiohttp_cors => py-aiohttp-cors}/Makefile | 3 +-- www/{py-aiohttp_cors => py-aiohttp-cors}/distinfo | 0 www/{py-aiohttp_cors => py-aiohttp-cors}/pkg-descr | 0 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MOVED b/MOVED index b2035bf750a6..adf9673f322b 100644 --- a/MOVED +++ b/MOVED @@ -5077,3 +5077,4 @@ 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 devel/py-pyyaml_env_tag|devel/py-pyyaml-env-tag|2026-01-15|Rename to match upstream naming +www/py-aiohttp_cors|www/py-aiohttp-cors|2026-01-15|Rename to match upstream naming diff --git a/www/Makefile b/www/Makefile index f580b758fc15..64c3f9c8d71a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1481,12 +1481,12 @@ SUBDIR += py-aiobreaker SUBDIR += py-aioh2 SUBDIR += py-aiohttp + SUBDIR += py-aiohttp-cors SUBDIR += py-aiohttp-jinja2 SUBDIR += py-aiohttp-middlewares SUBDIR += py-aiohttp-oauthlib SUBDIR += py-aiohttp-session SUBDIR += py-aiohttp-wsgi - SUBDIR += py-aiohttp_cors SUBDIR += py-aiolimiter SUBDIR += py-aioquic SUBDIR += py-aioresponses diff --git a/www/py-aiohttp_cors/Makefile b/www/py-aiohttp-cors/Makefile similarity index 90% rename from www/py-aiohttp_cors/Makefile rename to www/py-aiohttp-cors/Makefile index bcad74f7335c..73b69cfe39a7 100644 --- a/www/py-aiohttp_cors/Makefile +++ b/www/py-aiohttp-cors/Makefile @@ -1,10 +1,9 @@ -PORTNAME= aiohttp_cors +PORTNAME= aiohttp-cors PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= aiohttp-cors-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CORS support for aiohttp diff --git a/www/py-aiohttp_cors/distinfo b/www/py-aiohttp-cors/distinfo similarity index 100% rename from www/py-aiohttp_cors/distinfo rename to www/py-aiohttp-cors/distinfo diff --git a/www/py-aiohttp_cors/pkg-descr b/www/py-aiohttp-cors/pkg-descr similarity index 100% rename from www/py-aiohttp_cors/pkg-descr rename to www/py-aiohttp-cors/pkg-descrhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d62f.3932a.7171ceb1>
