Commit Graph

2591 Commits

Author SHA1 Message Date
Wen Heping ea687f67c9 - Update to 5.5 2021-02-12 08:15:58 +00:00
Thierry Thomas f92036e78a Upfrade to 2.0.2. 2021-02-09 16:28:07 +00:00
Thierry Thomas 73ae662ad8 Update to 2.0.1. 2021-02-01 16:21:04 +00:00
Jason E. Hale b9a35ceafe finance/libofx: Update to 0.10.1
Add regression tests.
2021-01-31 21:06:52 +00:00
Antoine Brodin c3468396ec Mark BROKEN on FreeBSD 14
Reported by:	pkg-fallout
MFH:		2021Q1
2021-01-25 09:03:37 +00:00
TAKATSU Tomonari 7ad90a50de - Update to 2.4-0 2021-01-24 14:06:47 +00:00
Jason E. Hale 39bfb3739d www/py-weboob: Update to 2.0
The Qt applications have been split out into a separate project upstream, so
the QT5 option has been removed and a new port has been created:
www/py-weboob-qt.

The MMS option has been removed due to the dependency on the expired port
multimedia/mimms.
2021-01-18 20:56:47 +00:00
Wen Heping bbb45f487f - Update to 1.7.7.1 2021-01-17 07:52:45 +00:00
Thierry Thomas 4169fda6d2 Upgrade to the latest stable release, 2.0.0. 2021-01-13 22:02:23 +00:00
Rene Ladan 4884b76103 Simplify some ports using PYTHON_VER and Python 3.6+ 2021-01-12 22:03:51 +00:00
Rene Ladan 0fa85ea40c finance/quickfix: migrate to Python 3
PR:		251677 [1]
PR:		249685 [2]
Submitted by:	maintainer [1]
Submitted by:	swills [1]
2021-01-12 20:50:23 +00:00
Dmitry Marakasov 6b64f6f681 - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2021-01-09 09:41:13 +00:00
Dima Panov 2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00
Wen Heping 567a5a23dd - Fix build 2021-01-07 02:55:05 +00:00
Jason E. Hale 25e8be3fe0 finance/libofx: Update to 0.10.0
This version is not ABI compatible with the previous version, so PORTREVISION
has been bumped on consumers.
2021-01-06 20:06:26 +00:00
Dmitry Marakasov 74120e5578 - Add LICENSE
- Pet portlint
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
2021-01-05 09:40:58 +00:00
Piotr Kubaj 5122d473a7 finance/quickfix: fix build on non-x86
Code uses x86 assembly, but makes it possible to use Boost atomic.
2021-01-04 15:07:34 +00:00
Dmitry Marakasov a914acb5cd - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2021-01-04 09:41:05 +00:00
Dmitry Marakasov ba0ff8ca9d - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2021-01-03 09:40:59 +00:00
Jason E. Hale 488dedc86e finance/kmymoney: Update to 5.1.1
Changes:	https://kmymoney.org/2020/12/20/kmymoney-5-1-1-released.html
PR:		252200
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com>
2020-12-29 13:48:54 +00:00
Jason E. Hale 2639322e0f finance/ktoblzcheck: Update to 1.53
- The build system has been changed to CMake.
- Upstream has removed the bankdata updating tool. Bankdata will now be
  periodically updated by the port itself.
- The PYTHON option has been removed. The Python bindings are now compatible
  with Python 3.x, but would be better off in a slave port. For now, they
  are disabled since nothing in the ports tree uses them. [1]

PR:		249684 [1]
Reported by:	swills [1]
2020-12-29 13:19:16 +00:00
Guido Falsi 15bd2b70b6 Update gnucash and gnucash docs to 4.4. 2020-12-29 10:28:39 +00:00
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Guido Falsi 690bee9d3c Update gnucash and gnucash-docs to 4.3 2020-12-28 14:48:39 +00:00
Jason E. Hale 7a68f9e14d finance/kmymoney: Support Python 3.x for the Weboob plugin
PR:		249683
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com>
Reported by:	swills
2020-12-26 18:09:57 +00:00
Emanuel Haupt b0f57da3f0 Update to 0.90.20201031 2020-12-26 09:03:09 +00:00
Sunpoet Po-Chuan Hsieh 591948f14a Change RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoup
- Bump PORTREVISION for dependency change

py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which
requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup
(beautifulsoup4 4.9.3) instead.
2020-12-24 13:57:20 +00:00
Kai Knoblich 9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
2020-12-24 13:46:01 +00:00
Antoine Brodin 901ac2d79c soupsieve 2.0.1 is only compatible with python 3.6+ 2020-12-24 09:21:28 +00:00
TAKATSU Tomonari bdd5c2b6db - Update to 0.4.18 2020-12-23 15:48:51 +00:00
Emanuel Haupt 2542242eb8 Update to 4.0.9
Release notes:	https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
2020-12-21 08:37:03 +00:00
Sunpoet Po-Chuan Hsieh 781ac30933 Update RUN_DEPENDS for py-flask-babel PORTNAME change
- Bump PORTREVISION for dependency change
2020-12-19 20:25:35 +00:00
Emanuel Haupt 6f17f22b1a Update to 4.0.8
Release notes:	https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
2020-12-18 17:32:56 +00:00
Guangyuan Yang 4d13b9a65e finance/R-cran-fBasics: Update to 3042.89.1 and take maintainership
PR:		251812
Approved by:	lwhsu
2020-12-14 09:59:38 +00:00
Guangyuan Yang 77e477432c finance/R-cran-fGarch: Update to 3042.83.2 and take maintainership
PR:		251813
Approved by:	lwhsu
2020-12-14 09:58:47 +00:00
Guangyuan Yang 37de4a9f38 finance/R-cran-timeSeries: Update to 3062.100 and take maintainership
PR:		251814
Approved by:	lwhsu
2020-12-14 09:55:44 +00:00
Guangyuan Yang 965ba45c90 finance/R-cran-tseries: Update to 0.10-48 and take maintainership
PR:		251815
Approved by:	lwhsu
2020-12-14 09:53:53 +00:00
Dima Panov 294927268d - Bump devel/utf8cpp consumers after r557813
utf8cpp includes now officially placed under own subdir

Reported by:	jbeich
Pointyhat to:	fluffy
2020-12-13 08:54:58 +00:00
Emanuel Haupt 85d97128ce Update to 4.0.7
Release notes:	https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
2020-12-11 16:02:34 +00:00
Wen Heping b27fb28f77 - Update to 5.4.3 2020-12-10 10:37:22 +00:00
Tobias C. Berner 474c582259 finance/skrooge: update to 2.24.6 2020-12-08 14:07:07 +00:00
Tobias C. Berner a7d30c2186 finance/skrooge: update to 2.24.0 2020-12-07 14:19:57 +00:00
Emanuel Haupt 95e909753e Update to 4.0.6 2020-12-06 16:14:25 +00:00
Sunpoet Po-Chuan Hsieh d7fb6489e8 Move textproc/py-MarkupSafe to textproc/py-markupsafe
- Bump PORTREVISION for dependency change
2020-12-05 14:22:47 +00:00
Wen Heping f501cccbe4 - Update to 1.7.7.0 2020-12-03 01:26:00 +00:00
Emanuel Haupt b43738bb22 Update to 4.0.5 2020-11-19 15:54:50 +00:00
Sunpoet Po-Chuan Hsieh 08ba04c4ff Update to 0.4.8
Changes:	https://github.com/QuantEcon/QuantEcon.py/releases
		https://github.com/QuantEcon/QuantEcon.py/blob/master/CHANGELOG.md
2020-11-15 18:03:36 +00:00
Jan Beich 6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Jason E. Hale d3063e31b8 finance/aqbanking: Update to 6.2.5 2020-10-30 11:30:11 +00:00
Mikhail Teterin b3bde2f887 Upgrade from 1.18 to 1.20.
Change to prefer C++11 classes over those in Boost.

Change to run tests sequentially -- they use OpenMP internally,
which lead to severe load-spikes at test-time -- well beyond the
number of available processing cores.

Sort the numerous header-files in pkg-plist.

Sponsored by:	Association for Advancement of Marsupial Species
2020-10-29 16:51:31 +00:00