aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Bump revisions after 1.92.0Mikael Urankar3 days4-4/+4
| | | | PR: 291582
* many: Unpin Go portsDag-Erling Smørgrav4 days2-5/+2
| | | | | | | | | | | | * 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.
* many: Unsupported Go dep; deprecate and schedule for removalAdam Weinberger2025-12-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* finance/hs-hledger: update 1.50.2 → 1.50.4Yuri Victorovich2025-12-052-22/+24
| | | | Reported by: portscout
* finance/kmymoney: Prepare for Qt 6.10Jason E. Hale2025-12-052-1/+15
| | | | Add upstream patches to fix build with Qt 6.10
* various: Bump Go ports for 1.24.11Adam Weinberger2025-12-034-3/+4
|
* finance/odoo17: Remove outdated PYTHON_REL check after lang/python39 removal ↵Po-Chuan Hsieh2025-12-031-7/+1
| | | | | | | (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) Approved by: portmgr (blanket) With hat: python
* finance/odoo: Remove outdated PYTHON_REL check after lang/python39 removal ↵Po-Chuan Hsieh2025-12-031-7/+1
| | | | | | | (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) Approved by: portmgr (blanket) With hat: python
* finance/grisbi: upgrade to 3.90.0Thierry Thomas2025-11-263-7/+6
| | | | | | | | | | 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
* finance/ticker: update to 5.1.0Robert Clausecker2025-11-222-7/+6
| | | | Changelog: https://github.com/achannarasappa/ticker/releases/tag/v5.1.0
* finance/py-vatnumber: Add NO_ARCHPo-Chuan Hsieh2025-11-171-0/+2
| | | | Approved by: portmgr (blanket)
* finance/odoo17: Add NO_ARCHPo-Chuan Hsieh2025-11-171-0/+2
| | | | Approved by: portmgr (blanket)
* finance/odoo16: Add NO_ARCHPo-Chuan Hsieh2025-11-171-0/+2
| | | | Approved by: portmgr (blanket)
* finance/odoo: Add NO_ARCHPo-Chuan Hsieh2025-11-171-0/+2
| | | | Approved by: portmgr (blanket)
* finance/R-cran-plm: Update to 2.6-7TAKATSU Tomonari2025-11-172-4/+4
| | | | Reported by: portscout
* security/py-pyopenssl: Move security/py-openssl to security/py-pyopensslPo-Chuan Hsieh2025-11-113-6/+6
| | | | | | | | - Update WWW - Convert to USE_PYTHON=pep517 - Clean up Makefile - Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for dependency change
* lang/rust: Bump revisions after 1.91.1Mikael Urankar2025-11-114-3/+4
| | | | PR: 290816
* finance/beanquery: Exclude docs directory from packageXin LI2025-11-112-0/+14
| | | | | | | 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).
* various: Bump Go ports for 1.24.10Adam Weinberger2025-11-064-4/+4
|
* finance/quantlib: upgrade from 1.38 to 1.40Mikhail Teterin2025-10-313-6/+20
| | | | | | | Changelog: https://github.com/lballabio/QuantLib/releases/tag/v1.39 Changelog: https://github.com/lballabio/QuantLib/releases/tag/v1.40 PR: 290332
* finance/fava: upgrade to 1.30.7.Xin LI2025-10-313-4/+15
|
* finance/beancount: upgrade to 3.2.0.Xin LI2025-10-312-5/+4
|
* finance/p5-Finance-Quote: Update to 1.67Po-Chuan Hsieh2025-10-273-6/+11
| | | | Changes: https://metacpan.org/dist/Finance-Quote/changes
* finance/electrum: Drop maintainershipEmanuel Haupt2025-10-241-1/+1
|
* finance/tickrs: Update to 0.14.11Hiroki Tagato2025-10-233-12/+47
| | | | | | | Changelog: https://github.com/tarkah/tickrs/blob/v0.14.11/CHANGELOG.md PR: 290060 Approved by: lcook (maintainer, timeout 2 weeks)
* devel/boost: bump consumers after boost upgrade (+)Dima Panov2025-10-203-4/+5
| | | | Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
* finance/hs-hledger: Update 1.42.1 => 1.50.2Älven2025-10-162-104/+282
|
* finance/aqbanking: Update to 6.6.4Jason E. Hale2025-10-162-5/+5
|
* various: Bump go ports for go-1.24.9Adam Weinberger2025-10-144-3/+4
|
* finance/ticker: update to 5.0.7Robert Clausecker2025-10-142-8/+6
| | | | | | | | - remove now useless GH_ACCOUNT Changelog: https://github.com/achannarasappa/ticker MFH: 2025Q4
* finance/nextcloud-cospend: Update to 3.1.6Bernard Spil2025-10-142-4/+4
|
* finance/nextcloud-cospend: Update to 3.1.5Bernard Spil2025-10-122-4/+4
|
* many: Bump dependent ports after go124 updateAdam Weinberger2025-10-084-3/+4
|
* lang/rust: Bump revisions after 1.90.0Mikael Urankar2025-10-034-4/+4
| | | | PR: 289709
* finance/gnucash-docs: Update to 5.13Guido Falsi2025-09-283-5/+5
|
* finance/gnucash: Update to 5.13Guido Falsi2025-09-283-7/+9
|
* finance/alkimia: fix packaging after KDE Frameworks update (+)Dima Panov2025-09-232-1/+1
| | | | Reported by: bulk -t
* finance/gnucash: Fix build with gdk-pixbuf 2.44Guido Falsi2025-09-221-0/+3
| | | | | Temporarily diasbling "-Werror" so the build can complete despite using deprecated functions.
* finance/nextcloud-cospend: Update to 3.1.3Bernard Spil2025-09-172-4/+4
|
* finance/odoo*: Fix typo 'defualt' -> 'default'Jesús Daniel Colmenares Oviedo2025-09-163-3/+3
| | | | Approved by: acm@
* finance/odoo*: Fix ModuleNotFoundError: No module named 'pkg_resources'Jesús Daniel Colmenares Oviedo2025-09-163-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@
* */*: switch dependency from devel/py-lxml5 to devel/py-lxmlHiroki Tagato2025-09-1511-22/+23
| | | | | | | | | | | | | | | | | | | | | 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>
* finance/ticker: update to 5.0.6Robert Clausecker2025-09-112-7/+6
| | | | Changelog: https://github.com/achannarasappa/ticker/releases/tag/v5.0.6
* finance/electrum: Update to 4.6.2Emanuel Haupt2025-09-102-5/+4
|
* finance/myphpmoney: Remove expired portRene Ladan2025-09-085-494/+0
| | | | 2025-09-07 finance/myphpmoney: Unmaintained upstream and most probably does not work with modern PHP versions
* finance/py-quantecon: Update to 0.10.1Po-Chuan Hsieh2025-09-072-4/+4
| | | | Changes: https://github.com/QuantEcon/QuantEcon.py/releases
* finance/py-finvizfinance: update 1.1.0 → 1.2.0Yuri Victorovich2025-09-072-10/+11
| | | | Reported by: portscout
* finance/prestashop: Update to 8.2.3Wen Heping2025-09-052-4/+4
|
* many: Bump go ports for go-1.24.7Adam Weinberger2025-09-044-3/+4
|
* finance/quba-viewer: Remove expired portRene Ladan2025-09-027-369/+0
| | | | 2025-09-01 finance/quba-viewer: Depends on expired devel/electron32