Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 03:56:41 +0000
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Christopher Hall <bsd.hsw@gmail.com>
Subject:   git: f9f3f16dca58 - main - devel/py-pyinstaller: Update to 6.19.0
Message-ID:  <69d874f9.19c49.4ff8ace4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by lwhsu:

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

commit f9f3f16dca58e30f0f287dcd5a71ad6c2f940628
Author:     Christopher Hall <bsd.hsw@gmail.com>
AuthorDate: 2026-04-10 03:32:05 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2026-04-10 03:56:02 +0000

    devel/py-pyinstaller: Update to 6.19.0
    
    Signed-off-by: Christopher Hall <bsd.hsw@gmail.com>
    
    Differential Revision:  https://reviews.freebsd.org/D55690
---
 devel/py-pyinstaller/Makefile                      |  6 ++--
 devel/py-pyinstaller/distinfo                      |  6 ++--
 .../files/patch-bootloader_src_main.c              | 36 ----------------------
 3 files changed, 7 insertions(+), 41 deletions(-)

diff --git a/devel/py-pyinstaller/Makefile b/devel/py-pyinstaller/Makefile
index aab542275435..7dea94b712c0 100644
--- a/devel/py-pyinstaller/Makefile
+++ b/devel/py-pyinstaller/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	pyinstaller
-DISTVERSION=	6.5.0
+DISTVERSION=	6.19.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	hsw@bitmark.com
+MAINTAINER=	bsd.hsw@gmail.com
 COMMENT=	Program to create standalone executables from Python scripts
 WWW=		https://www.pyinstaller.org/
 
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-autodoc-typehints>0:textproc/py-sphinx-autodoc-typehints@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-issues>0:textproc/py-sphinx-issues@${PY_FLAVOR} \
diff --git a/devel/py-pyinstaller/distinfo b/devel/py-pyinstaller/distinfo
index c2f7ab8dd29c..db30b611f3ad 100644
--- a/devel/py-pyinstaller/distinfo
+++ b/devel/py-pyinstaller/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711089472
-SHA256 (pyinstaller-6.5.0.tar.gz) = b1e55113c5a40cb7041c908a57f212f3ebd3e444dbb245ca2f91d86a76dabec5
-SIZE (pyinstaller-6.5.0.tar.gz) = 4166662
+TIMESTAMP = 1772594576
+SHA256 (pyinstaller-6.19.0.tar.gz) = ec73aeb8bd9b7f2f1240d328a4542e90b3c6e6fbc106014778431c616592a865
+SIZE (pyinstaller-6.19.0.tar.gz) = 4036072
diff --git a/devel/py-pyinstaller/files/patch-bootloader_src_main.c b/devel/py-pyinstaller/files/patch-bootloader_src_main.c
deleted file mode 100644
index 22c1b90b34ef..000000000000
--- a/devel/py-pyinstaller/files/patch-bootloader_src_main.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- bootloader/src/main.c.orig	2024-01-16 22:55:44 UTC
-+++ bootloader/src/main.c
-@@ -36,7 +36,9 @@
- #include "pyi_win32_utils.h"
- 
- #ifdef __FreeBSD__
-+    #include <sys/cdefs.h>
-     #include <floatingpoint.h>
-+    #include <ieeefp.h>
- #endif
- 
- #if defined(_WIN32)
-@@ -88,21 +90,9 @@ main(int argc, char **argv)
- main(int argc, char **argv)
- {
-     int res;
--
--    #ifdef __FreeBSD__
--    fp_except_t m;
--
--    /* 754 requires that FP exceptions run in "no stop" mode by default,
--     * and until C vendors implement C99's ways to control FP exceptions,
--     * Python requires non-stop mode.  Alas, some platforms enable FP
--     * exceptions by default.  Here we disable them.
--     */
--    m = fpgetmask();
--    fpsetmask(m & ~FP_X_OFL);
--    #endif
- 
-     res = pyi_main(argc, argv);
-     return res;
- }
- 
--#endif  /* defined(WIN32) */
-+#endif  /* defined(WIN32) */
-\ No newline at end of file


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d874f9.19c49.4ff8ace4>