Commit Graph

3248 Commits

Author SHA1 Message Date
Antoine Brodin 521c975c7a finance/odoo: unbreak the ports tree 2024-03-26 11:12:14 +00:00
Jose Alonso Cardenas Marquez 6ba25ee11b
finance/odoo: Update to 17.0.20240325 2024-03-26 00:16:42 -05:00
Jose Alonso Cardenas Marquez 3e7bab233d
finance/odoo16: Repocopy from finance/odoo 2024-03-26 00:15:16 -05:00
TAKATSU Tomonari 52284c4c81 finance/R-cran-vars: Update to 1.6-1
Reported by:	portscout
2024-03-26 04:14:08 +00:00
Muhammad Moinur Rahman a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00
Po-Chuan Hsieh 6c3581122d
finance/py-quantecon: Update to 0.7.2
Changes:	https://github.com/QuantEcon/QuantEcon.py/releases
2024-03-23 22:49:27 +08:00
Tijl Coosemans d7511b9d00 Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports.  Use WRK_ENV in custom build
commands where necessary.

FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists.  This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.

If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the
ports tree through some mechanism, e.g. an option in a port.

Some ports were picking up variables from Poudriere make.conf and
required fixes:

- astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV.
- games/zhlt: Add ARCH to MAKE_ENV.
- graphics/tachyon: Upstream ARCH is not ports tree ARCH.
  Set ALL_TARGET=bsd so upstream ARCH is defined correctly.
  Enable multi-threading support while here.

PR:		277455
Exp-run by:	antoine
2024-03-23 12:19:32 +01:00
Mikael Urankar d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Mikael Urankar 54ef48424c finance/hyperswitch: Fix build with rust 1.77.0
Import upstream commit [1] to fix the recent change in cargo metadata

[1] 8f7d9fbc3a

PR:		277811 277786
Approved by:	portmgr (build fix blanket)
2024-03-23 10:41:46 +01:00
Wen Heping 0da6dc1e22 finance/prestashop: Update to 8.1.5 2024-03-20 02:54:52 +00:00
Emanuel Haupt ea59a16873 finance/electrum: Update to 4.5.4 2024-03-19 07:20:36 +01:00
Xin LI 34ab484c17 finance/fava: upgrade to 1.27.3. 2024-03-17 20:08:15 -07:00
Christian Weisgerber 8e9f12ecf9 finance/moneymanagerex: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-15 19:51:50 +01:00
Bernard Spil c49e0ba63a finance/nextcloud-cospend: Update to 1.6.1 2024-03-12 14:46:31 +01:00
Yuri Victorovich f54b05c2f9 finance/py-pythclient: update 0.1.20 → 0.1.24
Reported by:	portscout
2024-03-09 23:35:54 -08:00
Yuri Victorovich fcebff5092 finance/py-financedatabase: update 2.1.1 → 2.2.2
Reported by:	portscout
2024-03-09 09:51:01 -08:00
Yuri Victorovich 598a4b0eac finance/py-ccxt: update 4.2.13 → 4.2.31
Reported by:	portscout
2024-03-09 09:51:00 -08:00
Po-Chuan Hsieh 21a1df71b2
finance/py-yfinance: Update to 0.2.37
Changes:	https://github.com/ranaroussi/yfinance/releases
2024-03-09 22:06:09 +08:00
Nuno Teixeira 3dfd92b722 finance/quantlib: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-07 13:30:32 +00:00
Nuno Teixeira 5ff0132f9e finance/libofx: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-07 13:30:32 +00:00
Gleb Popov c251734488 finance/hs-hledger-web: Update to 1.32.3 2024-03-02 12:20:57 +03:00
Gleb Popov 1f10999621 finance/hs-hledger-ui: Update to 1.32.3 2024-03-02 12:20:57 +03:00
Gleb Popov 2a83087813 finance/hs-hledger: Update to 1.32.3 2024-03-02 12:20:56 +03:00
Tobias C. Berner 1c5c9b1ac9 Uses/kde.mk: rename attica5 component to attica 2024-03-02 00:54:12 +01:00
Muhammad Moinur Rahman b9730c529d
finance/xtrader: Remove expired port
finance/xtrader
2024-02-29 12:51:54 +01:00
Muhammad Moinur Rahman 8063b7792a
finance/cointop: Remove expired port
finance/cointop
2024-02-29 12:51:15 +01:00
Charlie Li 5d4139f8bd
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
2024-02-29 02:18:32 -05:00
Nuno Teixeira 7571387155 finance/R-cran-quantmod: Update to 0.4.26
- Take maintainership

ChangeLog: https://github.com/joshuaulrich/quantmod/releases/tag/v0.4.26
2024-02-27 12:27:04 +00:00
Jose Alonso Cardenas Marquez a6574f02c6
finance/odoo: Remove obsolete dependency
- Fix run_depends issues
- Bump PORTREVISISON
2024-02-26 10:26:45 -05:00
Yuri Victorovich d042849502 finance/hyperswitch: New port: Payments switch that makes payments fast, reliable and affordable 2024-02-24 14:35:33 -08:00
Emanuel Haupt a6f66aa48d finance/electrum: Update to 4.5.3 2024-02-23 14:07:16 +01:00
Jose Alonso Cardenas Marquez 41be9e34e7
finance/odoo: Fix typo
Reported by:	dvl
2024-02-22 18:30:23 -05:00
Jose Alonso Cardenas Marquez ec00176239
finance/odoo: Update to 16.0.20240222 2024-02-22 18:07:53 -05:00
Wen Heping c046242afb finance/odoo: Fix build with python-3.11
PR:		275494
Approved by:	portmgr(blanket, fix build)
2024-02-22 07:43:03 +00:00
Po-Chuan Hsieh a4295671c8
finance/py-yfinance: Update to 0.2.36
Changes:	https://github.com/ranaroussi/yfinance/releases
2024-02-21 23:07:50 +08:00
Po-Chuan Hsieh b8868495e5
finance/p5-Finance-Quote: Update to 1.59
Changes:	https://metacpan.org/dist/Finance-Quote/changes
2024-02-21 23:07:00 +08:00
Mikael Urankar 7f5a7b0e52 lang/rust: Bump revisions after 1.76.0
PR:		276920
2024-02-19 12:59:23 +01:00
Yuri Victorovich 4836109163 finance/py-thepassiveinvestor: update 1.2.1 → 1.2.2
Reported by:	portscout
2024-02-15 21:22:40 -08:00
Dima Panov db616534ff
devel/boost: bump consumers after library update 2024-02-13 17:44:22 +03:00
Yuri Victorovich 7ca338f4e8 finance/py-pandas-market-calendars: update 4.3.3 → 4.4.0
Reported by:	portscout
2024-02-13 01:11:09 -08:00
Ashish SHUKLA 7e5aa2085f
all: Bump PORTREVISION after lang/go* update
PR:		276530
2024-02-11 10:39:17 +00:00
Wen Heping c25a68e1e6 finance/homebank: Update to 5.7.4 2024-02-08 03:02:58 +00:00
Xin LI d945c50e49 finance/fava: upgrade to 1.27.2. 2024-02-06 00:20:28 -08:00
Yuri Victorovich c6b03da503 finance/py-technical: update 1.4.2 → 1.4.3
Reported by:	portscout
2024-02-06 00:06:35 -08:00
Wen Heping 7937d2da70 finance/R-cran-AER: Update to 1.2.12 2024-02-04 09:56:55 +00:00
Bernard Spil 0ae1632a28 finance/nextcloud-cospend: Update to 1.6.0 2024-02-01 09:20:16 +01:00
Wen Heping d58937484b finance/prestashop: Update to 8.1.3
Update pkg-message
2024-02-01 05:01:27 +00:00
Muhammad Moinur Rahman 39c1f7c5dd
Mk/Uses: Move man to share/man for kde framework
All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.

Approved by:	portmgr (blanket)
2024-01-30 21:25:13 +01:00
Daniel Engberg 38f6ba5faa finance/cointop: Deprecate and set expiration date to 2024-02-29
Repo archived upstream Nov 18, 2023

PR:		274928
Approved by:	portmgr (maintainter timeout, 2+ months)
2024-01-27 10:24:56 +01:00
Thierry Thomas 90c1f37d5b finance/grisbi: upgrade to 3.0.3
Also move the manpage to the new order.
2024-01-24 17:32:53 +01:00