diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 15:41:04 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 15:41:04 +0000 |
| commit | 395e956515eb811c39ed95a28f8d0ac9085b14b7 (patch) | |
| tree | d84ff1a910790a2839f3e3919a4980ba99929730 | |
| parent | 13336e8e083d12c94eb805de0a1597d73294c6eb (diff) | |
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | x11-toolkits/Makefile | 2 | ||||
| -rw-r--r-- | x11-toolkits/py-pyfltk/Makefile (renamed from x11-toolkits/py-fltk/Makefile) | 5 | ||||
| -rw-r--r-- | x11-toolkits/py-pyfltk/distinfo (renamed from x11-toolkits/py-fltk/distinfo) | 0 | ||||
| -rw-r--r-- | x11-toolkits/py-pyfltk/files/patch-setup.py (renamed from x11-toolkits/py-fltk/files/patch-setup.py) | 0 | ||||
| -rw-r--r-- | x11-toolkits/py-pyfltk/files/patch-swig420 (renamed from x11-toolkits/py-fltk/files/patch-swig420) | 0 | ||||
| -rw-r--r-- | x11-toolkits/py-pyfltk/pkg-descr (renamed from x11-toolkits/py-fltk/pkg-descr) | 0 |
7 files changed, 5 insertions, 3 deletions
@@ -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 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 index 4060e3f0e876..4060e3f0e876 100644 --- a/x11-toolkits/py-fltk/distinfo +++ b/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 index 158363d0d0e3..158363d0d0e3 100644 --- a/x11-toolkits/py-fltk/files/patch-setup.py +++ b/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 index e4d706006ad8..e4d706006ad8 100644 --- a/x11-toolkits/py-fltk/files/patch-swig420 +++ b/x11-toolkits/py-pyfltk/files/patch-swig420 diff --git a/x11-toolkits/py-fltk/pkg-descr b/x11-toolkits/py-pyfltk/pkg-descr index bad899549b65..bad899549b65 100644 --- a/x11-toolkits/py-fltk/pkg-descr +++ b/x11-toolkits/py-pyfltk/pkg-descr |
