Date: Tue, 31 Dec 2024 16:00:29 GMT 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: 395e956515eb - main - x11-toolkits/py-pyfltk: Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk Message-ID: <202412311600.4BVG0TZ9081636@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=395e956515eb811c39ed95a28f8d0ac9085b14b7 commit 395e956515eb811c39ed95a28f8d0ac9085b14b7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:41:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:41:04 +0000 x11-toolkits/py-pyfltk: Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk - Add PYPI to MASTER_SITES --- MOVED | 1 + x11-toolkits/Makefile | 2 +- x11-toolkits/{py-fltk => py-pyfltk}/Makefile | 5 +++-- x11-toolkits/{py-fltk => py-pyfltk}/distinfo | 0 x11-toolkits/{py-fltk => py-pyfltk}/files/patch-setup.py | 0 x11-toolkits/{py-fltk => py-pyfltk}/files/patch-swig420 | 0 x11-toolkits/{py-fltk => py-pyfltk}/pkg-descr | 0 7 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MOVED b/MOVED index 7b9ea147fa9e..72d693fe05bc 100644 --- a/MOVED +++ b/MOVED @@ -3761,3 +3761,4 @@ textproc/apache-solr8|textproc/apache-solr|2024-12-24|Has expired: Deprecated up editors/ghostwriter@qt5|editors/ghostwriter|2024-12-29|Flavors removed, now supports only qt6 editors/ghostwriter@qt6|editors/ghostwriter|2024-12-29|Flavors removed, now supports only qt6 java/bouncycastle15|java/bouncycastle|2024-12-31|Instead of removing bouncycastle replace it with java/bouncycastle15 +x11-toolkits/py-fltk|x11-toolkits/py-pyfltk|2024-12-31|Rename to match upstream naming. Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index b7d4c54a0633..e78077e4cebc 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -175,12 +175,12 @@ SUBDIR += py-awesometkinter SUBDIR += py-customtkinter SUBDIR += py-easygui - SUBDIR += py-fltk SUBDIR += py-fonticon-fontawesome6 SUBDIR += py-guietta SUBDIR += py-kivy SUBDIR += py-magicgui SUBDIR += py-pangocffi + SUBDIR += py-pyfltk SUBDIR += py-python-xlib SUBDIR += py-qt5-charts SUBDIR += py-qt5-datavis3d diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-pyfltk/Makefile similarity index 94% rename from x11-toolkits/py-fltk/Makefile rename to x11-toolkits/py-pyfltk/Makefile index 0c5b51e0c4be..8493ce10e4e2 100644 --- a/x11-toolkits/py-fltk/Makefile +++ b/x11-toolkits/py-pyfltk/Makefile @@ -1,7 +1,8 @@ -PORTNAME= fltk +PORTNAME= pyfltk PORTVERSION= 1.3.9 CATEGORIES= x11-toolkits python -MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/pyFltk-${PORTVERSION} +MASTER_SITES= PYPI \ + SF/pyfltk/pyfltk/pyFltk-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyFltk-${PORTVERSION} diff --git a/x11-toolkits/py-fltk/distinfo b/x11-toolkits/py-pyfltk/distinfo similarity index 100% rename from x11-toolkits/py-fltk/distinfo rename to x11-toolkits/py-pyfltk/distinfo diff --git a/x11-toolkits/py-fltk/files/patch-setup.py b/x11-toolkits/py-pyfltk/files/patch-setup.py similarity index 100% rename from x11-toolkits/py-fltk/files/patch-setup.py rename to x11-toolkits/py-pyfltk/files/patch-setup.py diff --git a/x11-toolkits/py-fltk/files/patch-swig420 b/x11-toolkits/py-pyfltk/files/patch-swig420 similarity index 100% rename from x11-toolkits/py-fltk/files/patch-swig420 rename to x11-toolkits/py-pyfltk/files/patch-swig420 diff --git a/x11-toolkits/py-fltk/pkg-descr b/x11-toolkits/py-pyfltk/pkg-descr similarity index 100% rename from x11-toolkits/py-fltk/pkg-descr rename to x11-toolkits/py-pyfltk/pkg-descr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311600.4BVG0TZ9081636>