Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.5_10 21 Apr 2025 15:57:56
    |
Rene Ladan (rene)  |
textproc/py-textract: expire MSG option on 2025-06-01 for
textproc/py-extract-msg |
1.6.5_10 18 Apr 2025 16:22:27
    |
Loïc Bartoletti (lbartoletti)  |
graphics/poppler: bump dependent ports |
1.6.5_9 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.6.5_8 01 Mar 2024 23:56:15
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers of graphics/poppler
Bump after rupdate in 478df79a3071b399f648107456cf371587e84a3f |
1.6.5_7 03 Jan 2024 07:18:40
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump revision of consumers |
1.6.5_6 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.6.5_6 14 May 2023 05:58:14
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump dependencies |
1.6.5_5 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
1.6.5_4 20 Apr 2023 04:07:00
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers after update to 23.04
graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1 |
1.6.5_3 30 Jan 2023 13:02:41
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-textract: Add NO_ARCH
- While I'm here, fix indent
Approved by: portmgr (blanket) |
1.6.5_3 30 Jan 2023 12:59:34
    |
Po-Chuan Hsieh (sunpoet)  |
audio/py-speechrecognition: Update to 3.9.0
- Update PORTNAME: use lowercase
- Change MASTER_SITES from GitHub to PYPI
- Update version requirement of RUN_DEPENDS
- Take maintainership
Changes: https://github.com/Uberi/speech_recognition/releases |
1.6.5_3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.6.5_3 09 Jan 2023 12:37:17
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump dependencies
Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c |
1.6.5_2 08 Dec 2022 05:45:34
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump dependencies |
1.6.5_1 08 Nov 2022 05:07:17
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump PORTREVISION of dependencies
- after update to 22.11 in d01d0d73b169 |
1.6.5 25 Oct 2022 20:49:12
    |
Li-Wen Hsu (lwhsu)  Author: Jesús Daniel Colmenares Oviedo |
Add textproc/py-textract: Extract text from any document
textract provides a single interface for extracting content embedded
from Word documents, PowerPoint presentations, PDFs and much more,
which can be used for further textual analysis and visualization.
WWW: https://github.com/deanmalmgren/textract
PR: 265768 |