| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 291582
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Ports that were pinned to a deprecated version of Go (1.23 or older)
have been unpinned.
* Ports that were pinned to a still-supported version of Go (1.24 or
newer) have been converted to requesting that as their minimum Go
version.
* Ports that had been forcibly deprecated for pinning an expired Go
version have been undeprecated.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are about 75 ports that depend on old, unsupported Go
versions. I've scheduled those Go versions for deletions on
2025/01/01, and so these ports are scheduled for removal on
that same day.
HOWEVER....
Likely NONE or VERY VERY FEW of these ports will actually need
to be deleted! This stems from a misunderstanding:
When go.mod says "go 1.23", it means that it requires AT LEAST
go-1.23. Locking a port to a specific go version should almost
never happen; it is reserved for when a package absolutely
cannot build with any newer version, and it almost means that
the port will only last 1 year (Go releases new minors twice a
year).
Where a port has
USES=go:1.23
maintainers should attempt build with just
USES=go
If that works, please either commit it or submit it in a PR.
Same goes go
USES=go:1.23,modules
to attempt
USES=go,modules
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Add upstream patches to fix build with Qt 6.10
|
| | |
|
| |
|
|
|
|
|
| |
(05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
|
| |
|
|
|
|
|
| |
(05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
|
| |
|
|
|
|
|
|
|
|
| |
New in version 3.90.0
- Redesign of search functions
- Improved response times
- Added a progress slider in case of long loading times
- Various feature improvements
- Added Meson build system
- Bug fixes
|
| |
|
|
| |
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v5.1.0
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
| |
- Update WWW
- Convert to USE_PYTHON=pep517
- Clean up Makefile
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
|
| |
|
|
| |
PR: 290816
|
| |
|
|
|
|
|
| |
The docs/ directory contains Sphinx documentation configuration that
should not be installed into site-packages. This was causing a file
conflict with py311-cheroot (both were installing
lib/python3.11/site-packages/docs/__pycache__/conf.cpython-311.opt-1.pyc).
|
| | |
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/lballabio/QuantLib/releases/tag/v1.39
Changelog: https://github.com/lballabio/QuantLib/releases/tag/v1.40
PR: 290332
|
| | |
|
| | |
|
| |
|
|
| |
Changes: https://metacpan.org/dist/Finance-Quote/changes
|
| | |
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/tarkah/tickrs/blob/v0.14.11/CHANGELOG.md
PR: 290060
Approved by: lcook (maintainer, timeout 2 weeks)
|
| |
|
|
| |
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
- remove now useless GH_ACCOUNT
Changelog: https://github.com/achannarasappa/ticker
MFH: 2025Q4
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
PR: 289709
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: bulk -t
|
| |
|
|
|
| |
Temporarily diasbling "-Werror" so the build can complete despite
using deprecated functions.
|
| | |
|
| |
|
|
| |
Approved by: acm@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add PY_SETUPTOOLS as dependency to fix:
Traceback (most recent call last):
File "/usr/local/bin/odoo", line 5, in <module>
import odoo
File "/usr/local/lib/python3.11/site-packages/odoo/__init__.py", line 115, in <module>
from . import modules
File "/usr/local/lib/python3.11/site-packages/odoo/modules/__init__.py", line 8, in <module>
from . import db, graph, loading, migration, module, registry, neutralize
File "/usr/local/lib/python3.11/site-packages/odoo/modules/graph.py", line 11, in <module>
import odoo.tools as tools
File "/usr/local/lib/python3.11/site-packages/odoo/tools/__init__.py", line 31, in <module>
from .convert import *
File "/usr/local/lib/python3.11/site-packages/odoo/tools/convert.py", line 33, in <module>
from odoo import SUPERUSER_ID, api
File "/usr/local/lib/python3.11/site-packages/odoo/api.py", line 1386, in <module>
from odoo.modules.registry import Registry
File "/usr/local/lib/python3.11/site-packages/odoo/modules/registry.py", line 24, in <module>
from odoo.osv.expression import get_unaccent_wrapper
File "/usr/local/lib/python3.11/site-packages/odoo/osv/expression.py", line 127, in <module>
from odoo.models import BaseModel, check_property_field_value_name
File "/usr/local/lib/python3.11/site-packages/odoo/models.py", line 7315, in <module>
from . import fields
File "/usr/local/lib/python3.11/site-packages/odoo/fields.py", line 31, in <module>
from .netsvc import ColoredFormatter, GREEN, RED, DEFAULT, COLOR_PATTERN
File "/usr/local/lib/python3.11/site-packages/odoo/netsvc.py", line 21, in <module>
from .modules import module
File "/usr/local/lib/python3.11/site-packages/odoo/modules/module.py", line 11, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Approved by: acm@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org>
|
| |
|
|
| |
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v5.0.6
|
| | |
|
| |
|
|
| |
2025-09-07 finance/myphpmoney: Unmaintained upstream and most probably does not work with modern PHP versions
|
| |
|
|
| |
Changes: https://github.com/QuantEcon/QuantEcon.py/releases
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
| |
2025-09-01 finance/quba-viewer: Depends on expired devel/electron32
|