Commit graph

2885 commits

Author SHA1 Message Date
Guangyuan Yang
1ab889d146 finance/R-cran-tseries: Update to 0.10-52 2022-10-13 04:29:25 -04:00
Yuri Victorovich
90c5006028 finance/qtbitcointrader: Update 1.41.00 -> 1.42.00
Reported by:	portscout
2022-10-13 00:52:44 -07:00
Po-Chuan Hsieh
50538e13c2
finance/py-yfinance: Update to 0.1.75
Changes:	https://github.com/ranaroussi/yfinance/releases
		https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst
2022-10-09 23:37:57 +08:00
Wen Heping
b4002954f6 finance/homebank: Update to 5.5.7 2022-10-09 03:27:09 +00:00
Jason E. Hale
501680a3ed finance/libofx: Update to 0.10.9
https://github.com/libofx/libofx/releases/tag/0.10.9
2022-10-07 01:50:47 -04:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Kai Knoblich
6ca593cd77 finance/py-python-bitcoinlib: Update to 0.11.2
Changelog since 0.11.0:

* Fixed one remaining use of OpenSSL for RIPEMD-160
* Pure-python RIPEMD-160, for newer versions of OpenSSL without
  RIPEMD-160 support.
* Signet support
2022-10-05 07:36:41 +02:00
Emanuel Haupt
d707d11030 finance/electrum: Update to 4.3.2 2022-10-01 08:30:13 +02:00
Jose Alonso Cardenas Marquez
946e50159f finance/py-ebaysdk: Fix install conflict
- py-ebaysdk was installed test and sample files to general directories
- Bump PORTREVISION
- Bump PORTREVISION of finance/odoo and finance/odoo14
- finance/odoo fix a problem with werkzeug dependency
PR:		262759
2022-09-28 23:36:48 -05:00
Jason E. Hale
9b2a01de47 finance/libofx: Update to 0.10.8
https://github.com/libofx/libofx/releases/tag/0.10.8
2022-09-28 13:02:13 -04:00
Guido Falsi
c237874cd8 finance/gnucash-docs: Update to 4.12 2022-09-26 08:56:43 +02:00
Guido Falsi
ec0af0cedb finance/gnucash: Update to 4.12 2022-09-26 08:56:31 +02:00
Piotr Kubaj
1d6f113006 finance/kmymoney: fix build on powerpc
ld: error: undefined symbol: __multi3
>>> referenced by mymoneyforecast.cpp
>>>               kmymoney/mymoney/CMakeFiles/kmm_mymoney.dir/mymoneyforecast.cpp.o:(MyMoneyForecastPrivate::calculateAccountTrendList())
>>> did you mean: __muldi3
>>> defined in: /usr/lib/libgcc_s.so
2022-09-22 10:14:00 +00:00
Dima Panov
e6475127d6 devel/grantlee5: bump library consumers after grantlee update 2022-09-18 18:27:57 +03:00
Jason E. Hale
bf214dcabe finance/kmymoney: Update to 5.1.3
https://kmymoney.org/2022/07/30/kmymoney-5-1-3-released.html
2022-09-15 23:56:44 -04:00
Nicola Vitale
227c6b9a85
finance/fava: update to 1.22.3 2022-09-13 16:41:58 +02:00
Jason E. Hale
be6208edbe finance/ktoblzcheck: Update bank data
Bank data is valid from 2022-09-05 to 2022-12-04.
2022-09-12 15:45:58 -04:00
Jason E. Hale
0ee523b2d9 finance/libofx: Update to 0.10.7 2022-09-12 15:45:56 -04:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Po-Chuan Hsieh
2bc6062e5d
finance/py-ta-lib: Update to 0.4.25
- Change MASTER_SITES to CHEESESHOP
- Update COMMENT
- Remove PYNUMPY
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/mrjbq7/ta-lib/blob/master/CHANGELOG
2022-09-10 21:02:46 +08:00
TAKATSU Tomonari
89d9246f18 finance/R-cran-urca: Update to 1.3-3 2022-09-10 03:11:12 +00:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
ade2a047e0 Remove WWW lines that have been moved into Makefiles
Approved by:	portmgr (implicit)
2022-09-08 17:46:38 +02:00
Stefan Eßer
986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
b86221feea cleanup: remove trailing whitepaces 2022-09-07 12:26:41 +02:00
Dima Panov
e6e0763369 finance/skrooge: pet stage-qa 2022-09-05 22:06:13 +03:00
Dima Panov
7f26808bf7 finance/kraft: pet stage-qa 2022-09-05 22:06:12 +03:00
Yuri Victorovich
493a507af0 finance/py-Nasdaq-Data-Link: Update 1.0.3 -> 1.0.4
Reported by:	portscout
2022-09-04 15:21:37 -07:00
Bernard Spil
38be9387ee finance/nextcloud-cospend: Update to 1.4.10 2022-09-04 18:43:31 +00:00
Lewis Cook
f1935f7007 finance/tickrs: Update to 0.14.6
Changes:	https://github.com/tarkah/tickrs/releases/tag/v0.14.6
2022-09-04 05:38:11 +01:00
TAKATSU Tomonari
debd1c762a finance/R-cran-plm: Update to 2.6-2 2022-09-02 00:48:18 +00:00
Po-Chuan Hsieh
767d52100a
finance/p5-Business-CreditCard: Update to 0.39
Changes:	https://metacpan.org/dist/Business-CreditCard/changes
2022-08-31 19:41:45 +08:00
Robert Clausecker
f1c2264c28 finance/ticker: update to 4.5.4
- force uppercase in currency conversion

Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.5.4

PR:	266075
MFH:	2022Q3 (bugfix blanket)
2022-08-27 15:02:47 -07:00
Jose Alonso Cardenas Marquez
17037c7822 finance/odoo14: New port: Suite of web based open source business apps
Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce,
Warehouse Management, Project Management, Billing & Accounting, Point of Sale,
Human Resources, Marketing, Manufacturing, etc

Odoo Apps can be used as stand-alone applications, but they also integrate
seamlessly so you get a full-featured Open Source ERP when you install several
Apps.

WWW: https://www.odoo.com
2022-08-27 14:32:10 -05:00
Jose Alonso Cardenas Marquez
ef361ef823 finance/odoo: update to 15.0
ChangeLog at:	https://github.com/odoo/odoo/commits/15.0
2022-08-27 14:26:25 -05:00
Po-Chuan Hsieh
33bd2df897
print/py-pypdf2: Move print/py-pdf2 to print/py-pypdf2
- Bump PORTREVISION of dependent ports for dependency change
2022-08-27 18:12:20 +08:00
Tobias C. Berner
630a8a1ea5 devel/qca: add flavors for Qt 5 and Qt 6 2022-08-26 08:30:22 +02:00
Baptiste Daroussin
b9b250f912 rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00
Piotr Kubaj
783c056d7d Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d9775.

PR:	265915
2022-08-25 12:49:39 +02:00
Mikael Urankar
c7912d9775 lang/rust: Bump revisions after 1.63.0 2022-08-25 10:51:32 +02:00
Emanuel Haupt
37f88d7c3a finance/electrum: Update to 4.3.1 2022-08-24 07:27:28 +02:00
Guangyuan Yang
7b195d513d finance/R-cran-fBasics: Update to 4021.92 2022-08-19 04:47:14 +00:00
Yuri Victorovich
20b2d77e64 finance/py-Nasdaq-Data-Link: Update 1.0.2 -> 1.0.3
Reported by:	portscout
2022-08-18 00:44:54 -07:00
Yuri Victorovich
05014c95ec finance/py-Nasdaq-Data-Link: New port: Package for Nasdaq Data Link API access 2022-08-16 13:00:16 -07:00
Robert Clausecker
5362a5572e finance/ticker: Update to 4.5.3
- fix: Prev. Close price and Open price for crypto assets
 - fix: incorrect currency conversion on day change summary
   with currency-summary-only option set

Changelog:	https://github.com/achannarasappa/ticker/releases/tag/v4.5.3
PR:		265840
MFH:		2022Q3
2022-08-15 12:56:55 +01:00
TAKATSU Tomonari
a25a2c12e4 finance/R-cran-gmm: Update to 1.7 2022-08-14 08:34:03 +00:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Wen Heping
6d81dbdd15 finance/homebank: Update to 5.5.6 2022-08-11 10:26:21 +08:00