Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2025 06:53:19 +0000
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af1c4623f4e7 - main - www/py-lia-web: Rename to www/py-cross-web
Message-ID:  <6952255f.39457.380dbd55@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit af1c4623f4e7a176e94d1201d9e7fb80a86807c6
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-12-28 20:31:54 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-12-29 06:49:56 +0000

    www/py-lia-web: Rename to www/py-cross-web
    
    * Upstream renamed the project with the 0.4.0 release, change this
      accordingly for this port.
    
    * The necessary adjustments for the current consumers will follow in
      separate commits.
---
 MOVED                                      | 1 +
 www/Makefile                               | 2 +-
 www/{py-lia-web => py-cross-web}/Makefile  | 8 ++++----
 www/py-cross-web/distinfo                  | 3 +++
 www/{py-lia-web => py-cross-web}/pkg-descr | 0
 www/py-lia-web/distinfo                    | 3 ---
 6 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/MOVED b/MOVED
index 1d16e0cd0ee6..caa8e447c448 100644
--- a/MOVED
+++ b/MOVED
@@ -4909,3 +4909,4 @@ audio/logitechmediaserver-trackstat||2025-12-28|unmaintained, unsure if working
 deskutils/showdown||2025-12-28|Broken and unmaintained upstream since 2022
 games/rlvm||2025-12-28|Broken for more than a year
 www/castor||2025-12-28|Abandoned upstream and fails to build with OpenSSL 3
+www/py-lia-web|www/py-cross-web|2025-12-29|Renamed to match upstream name
diff --git a/www/Makefile b/www/Makefile
index 66d06765dd1f..e7d25cd79b86 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1531,6 +1531,7 @@
     SUBDIR += py-cheroot
     SUBDIR += py-cherrypy
     SUBDIR += py-cinemagoer
+    SUBDIR += py-cross-web
     SUBDIR += py-crossplane
     SUBDIR += py-css-html-js-minify
     SUBDIR += py-css-parser
@@ -1880,7 +1881,6 @@
     SUBDIR += py-legacy-cgi
     SUBDIR += py-lektor
     SUBDIR += py-lesscpy
-    SUBDIR += py-lia-web
     SUBDIR += py-libsass
     SUBDIR += py-limits
     SUBDIR += py-litestar
diff --git a/www/py-lia-web/Makefile b/www/py-cross-web/Makefile
similarity index 80%
rename from www/py-lia-web/Makefile
rename to www/py-cross-web/Makefile
index 8745961f7679..ed7c970b3094 100644
--- a/www/py-lia-web/Makefile
+++ b/www/py-cross-web/Makefile
@@ -1,13 +1,13 @@
-PORTNAME=	lia-web
-DISTVERSION=	0.2.3
+PORTNAME=	cross-web
+DISTVERSION=	0.4.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	lia_web-${DISTVERSION}
+DISTNAME=	cross_web-${DISTVERSION}
 
 MAINTAINER=	kai@FreeBSD.org
 COMMENT=	Library for working with web frameworks
-WWW=		https://github.com/patrick91/lia
+WWW=		https://github.com/usecross/cross-web
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/www/py-cross-web/distinfo b/www/py-cross-web/distinfo
new file mode 100644
index 000000000000..b841068a2dca
--- /dev/null
+++ b/www/py-cross-web/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1766953575
+SHA256 (cross_web-0.4.0.tar.gz) = 4ae65619ddfcd06d6803432c0366342d7e8aeba10194b4e144d73a662e75370c
+SIZE (cross_web-0.4.0.tar.gz) = 157111
diff --git a/www/py-lia-web/pkg-descr b/www/py-cross-web/pkg-descr
similarity index 100%
rename from www/py-lia-web/pkg-descr
rename to www/py-cross-web/pkg-descr
diff --git a/www/py-lia-web/distinfo b/www/py-lia-web/distinfo
deleted file mode 100644
index ce930078b119..000000000000
--- a/www/py-lia-web/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1755334977
-SHA256 (lia_web-0.2.3.tar.gz) = ccc9d24cdc200806ea96a20b22fb68f4759e6becdb901bd36024df7921e848d7
-SIZE (lia_web-0.2.3.tar.gz) = 156761


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6952255f.39457.380dbd55>