aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency to py-dnspythonMuhammad Moinur Rahman2022-03-011-2/+2
| | | | | After adding py-dnspython1 and updating py-dnspython to 2.2.0 update some dependency of ports.
* dns/py-dnspython: Revert 7fc16daMuhammad Moinur Rahman2022-02-281-2/+2
| | | | | | | | | | | - Remove duplicate PORTVERSION based on PYTHON_MAJOR_VER - Add PORTEPOCH as version number going backwards 2.1.0=>1.16.0 - Restrict python upto 3.7 - Fix finance/electrum which was changed based on this. - Fix dns/py-dns-lexicon which was changed based on this. PR: 261325 Approved by: portmgr Fixes: 7fc16da dns/py-dnspython: Update to 2.1.0 for Python 3
* finance/py-yfinance: Update to 0.1.69Po-Chuan Hsieh2022-02-282-4/+4
| | | | | Changes: https://github.com/ranaroussi/yfinance/releases https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst
* finance/py-mplfinance: Update to 0.12.8b6Po-Chuan Hsieh2022-02-282-4/+4
| | | | Changes: https://github.com/matplotlib/mplfinance/releases
* finance/kmymoney: Update to 5.1.2Jason E. Hale2022-02-244-38/+88
| | | | Rename the WEBOOB option to WOOB to reflect project name change.
* finance/ktoblzcheck: Update bank code dataJason E. Hale2022-02-242-6/+6
| | | | Valid from 2021-12-06 to 2022-03-06.
* finance/aqbanking: Update to 6.4.1Jason E. Hale2022-02-243-7/+14
|
* finance/ticker: Update to 4.5.0Robert Clausecker2022-02-222-64/+61
| | | | | | Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.5.0 PR: 262112
* finance/libofx: Update to 0.10.3Jason E. Hale2022-02-202-5/+6
| | | | Changes: https://github.com/libofx/libofx/blob/0.10.3/NEWS
* finance/py-pycoin: Update to 0.92.20220213Emanuel Haupt2022-02-172-4/+4
|
* finance/py-pycoin: Update to 0.92.20220212Emanuel Haupt2022-02-132-6/+6
| | | | While here pacify portclippy/portfmt/portlint.
* finance/R-cran-plm: Update to 2.6-0TAKATSU Tomonari2022-02-122-4/+5
|
* lang/rust: Relink consumersTobias Kortkamp2022-02-031-1/+1
| | | | | PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.Loïc Bartoletti2022-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SIP: As mentioned in the update from sip to sip5, this is a transitional version to remove what is deprecated in sip4. Sip6 completely removes the deprecated parts. Unfortunately, some ports — mostly cura things — can not use sip6, so we reintroduce sip4. PyQt: At the same time, we took the opportunity to simplify PyQT and propose only one package as for devel/pyside2. */py-qt5-* have been merged — excepted chart, networkauth and webengine — into devel/py-qt5-pyqt. This allows us to be in adequacy with the packages that the author of these libraries proposes, namely: PyQt - devel/py-qt5-pyqt PyQt-Charts - x11-toolkits/py-qt5-chart PyQt-NetworkAuth – net/py-qt5-networkauth PyQt-WebEngine – www/py-qt5-webengine SIP – devel/py-sip py-sip - devel/py-qt5-sip PyQt-builder - devel/py-qtbuilder Qscintilla - devel/py-qt5-qscintilla2 Reviewed by: diizzy, kde Tested by: kai, rhurlin, arrowd, madpilot Approved by: makc, tcberner, kde Differential Revision: https://reviews.freebsd.org/D33237 Exp-run by: antoine
* cleanup: remove transitive py27 deprecation (www/qt5-webengine)Rene Ladan2022-01-231-7/+0
|
* finance/skrooge: update to 2.27.0Tobias C. Berner2022-01-233-5/+8
| | | | | | | | | | | | | | | | Changelog: * Correction bug 440271: 2.26.1 still installs skrooge_unit.knsrc to depreciated /etc/xdg/ location * Correction bug 446353: you can't tab to the number and duration fields in Operations "Show" table filter * Correction bug 446915: Import from Woob using Ofx * Correction: Weeks without operation are missing in reports * Correction: Crash when the dashboard is closed during animation * Feature: New release process for appimage * Feature: Unit values can be negative now (see https://forum.kde.org/viewtopic.php?f=210&t=173318) * Feature: Skrooge uses now the LC_MONETARY environement variable to use the specific locale for currency format
* finance/electrum: Fix version requirement, unbreak buildEmanuel Haupt2022-01-201-1/+2
| | | | | | | | | This has been prompted by by the recent update of dns/py-dnspython. After analyzing the version requirements of electrum it turns out this has been a typo. Notified by: pkg-fallout
* finance/fava: update to 1.20.1Xin LI2022-01-172-4/+4
| | | | | PR: ports/260834 Approved by: maintainer timeout
* finance/beancount: update to 2.3.4Xin LI2022-01-172-4/+4
| | | | | PR: ports/260832 Approved by: maintainer timeout
* lang/rust: Bump revisions after 1.58.0Tobias Kortkamp2022-01-171-1/+1
|
* finance/py-bitcoin: Remove LICENSE from plistYuri Victorovich2022-01-121-1/+10
| | | | | | PR: 261162 Reported by: se@
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* finance/homebank: Update to 5.5.3Wen Heping2022-01-073-7/+6
|
* finance/venice: Update to 0.752betaNeel Chauhan2022-01-042-5/+5
|
* finance/gnucash: add rintime dependencyGuido Falsi2022-01-011-1/+3
| | | | | Add runtime dependency on www/p5-LWP-Protocol-https, which is required for proper fetching of security prices via https protocol.
* finance/ticker: update to 4.4.3Robert Clausecker2021-12-212-40/+43
| | | | | | | | | | | Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.0 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.1 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.2 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.3 ChangeLog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.4 PR: 260568 Reported by: fuz@fuz.su (maintainer)
* finance/gnucash-docs: Update to 4.9Guido Falsi2021-12-203-5/+6
|
* finance/gnucash: Update to 4.9Guido Falsi2021-12-203-8/+6
|
* finance/weberp: Update to 4.15.2Wen Heping2021-12-152-8/+6
|
* finance/R-cran-TTR: Update to 0.24.3TAKATSU Tomonari2021-12-142-4/+4
|
* finance/prestashop: Update to 1.7.8.2Wen Heping2021-12-142-4/+4
|
* finance/R-cran-lmtest: Update to 0.9.39Wen Heping2021-12-142-4/+4
|
* finance/kraft: add upstreams akonadi-21.12 compability patchTobias C. Berner2021-12-102-1/+6
| | | | | | | - the update of KDE Gear to 21.12 shuffled header files around - upstream already fixed this in the added patch Reported by: fluffy, krop
* finance/kmymoney: add upstreams akonadi-21.12 compability patchTobias C. Berner2021-12-102-1/+4
| | | | | | | - the update of KDE Gear to 21.12 shuffled header files around - upstream already fixed this in the added patch Reported by: fluffy, krop
* lang/rust: Rebuild consumers for Rust 1.57.0Tobias Kortkamp2021-12-051-1/+1
|
* finance/nextcloud-cospend: unbreak the ports treeAntoine Brodin2021-11-271-1/+1
|
* finance/nextcloud-cospend: Add nextcloud app cospendMichael Reifenberger2021-11-264-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | Add Nextcloud Cospend 💰 Nextcloud Cospend is a group/shared budget manager. It was inspired by the great IHateMoney. You can use it when you share a house, when you go on vacation with friends, whenever you share money with others. It lets you create projects with members and bills. Each member has a balance computed from the project bills. This way you can see who owes the group and who the group owes. Ultimately you can ask for a settlement plan telling you which payments to make to reset members balances. Project members are independent from Nextcloud users. Projects can be accessed and modified by people without a Nextcloud account. Each project has an ID and a password for guest access. MoneyBuster Android client is available in F-Droid and on the Play store. PayForMe iOS client is currently being developped!
* finance/py-quantecon: Update to 0.5.2Po-Chuan Hsieh2021-11-212-4/+4
| | | | Changes: https://github.com/QuantEcon/QuantEcon.py/releases
* finance/py-yfinance: Update to 0.1.66Po-Chuan Hsieh2021-11-212-4/+4
| | | | Changes: https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst
* finance/alkimia: fix package with PLASMA=ONDima Panov2021-11-191-1/+0
| | | | | Approved by: portmgr blanket (trivial fix build) Sponsored by: Netzkommune GmbH
* finance/R-cran-tseries: Update to 0.10-49Guangyuan Yang2021-11-172-4/+4
|
* finance/chiapos: also not for powerpcPiotr Kubaj2021-11-161-1/+1
|
* finance/cointop: 1.6.10Lewis Cook2021-11-112-6/+6
| | | | Changes: https://github.com/cointop-sh/cointop/releases/tag/v1.6.10
* finance/py-yfinance: Update USES=pythonPo-Chuan Hsieh2021-11-051-1/+1
| | | | math/py-pandas requires Python 3.7+
* finance/py-quantecon: Update USES=pythonPo-Chuan Hsieh2021-11-051-1/+1
| | | | math/py-numpy requires Python 3.7+
* finance/cointop: Update to 1.6.9Lewis Cook2021-11-023-72/+15
| | | | | | While here take maintainership. Changes: https://github.com/cointop-sh/cointop/compare/v1.5.4...v1.6.9
* devel/icu: update to 70.1Jan Beich2021-10-281-0/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* finance/py-yfinance: Update to 0.1.64Po-Chuan Hsieh2021-10-252-4/+4
| | | | Changes: https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst
* *: Rebuild for Rust 1.56.0Tobias Kortkamp2021-10-251-1/+1
|
* finance/ledgersmb12: Add CPE informationStefan Eßer2021-10-181-1/+1
| | | | Approved by: portmgr (blanket)