aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
...
* Change RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoupSunpoet Po-Chuan Hsieh2020-12-241-2/+2
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=559161
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=559094
* soupsieve 2.0.1 is only compatible with python 3.6+Antoine Brodin2020-12-241-1/+1
| | | | Notes: svn path=/head/; revision=559056
* - Update to 0.4.18TAKATSU Tomonari2020-12-232-5/+4
| | | | Notes: svn path=/head/; revision=558999
* Update to 4.0.9Emanuel Haupt2020-12-212-4/+4
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=558804
* Update RUN_DEPENDS for py-flask-babel PORTNAME changeSunpoet Po-Chuan Hsieh2020-12-191-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=558674
* Update to 4.0.8Emanuel Haupt2020-12-182-4/+4
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=558393
* finance/R-cran-fBasics: Update to 3042.89.1 and take maintainershipGuangyuan Yang2020-12-143-8/+7
| | | | | | | | PR: 251812 Approved by: lwhsu Notes: svn path=/head/; revision=558086
* finance/R-cran-fGarch: Update to 3042.83.2 and take maintainershipGuangyuan Yang2020-12-142-6/+5
| | | | | | | | PR: 251813 Approved by: lwhsu Notes: svn path=/head/; revision=558085
* finance/R-cran-timeSeries: Update to 3062.100 and take maintainershipGuangyuan Yang2020-12-143-9/+10
| | | | | | | | PR: 251814 Approved by: lwhsu Notes: svn path=/head/; revision=558084
* finance/R-cran-tseries: Update to 0.10-48 and take maintainershipGuangyuan Yang2020-12-142-5/+5
| | | | | | | | PR: 251815 Approved by: lwhsu Notes: svn path=/head/; revision=558083
* - Bump devel/utf8cpp consumers after r557813Dima Panov2020-12-131-1/+2
| | | | | | | | | | utf8cpp includes now officially placed under own subdir Reported by: jbeich Pointyhat to: fluffy Notes: svn path=/head/; revision=557889
* Update to 4.0.7Emanuel Haupt2020-12-112-6/+5
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=557747
* - Update to 5.4.3Wen Heping2020-12-103-5/+7
| | | | Notes: svn path=/head/; revision=557425
* finance/skrooge: update to 2.24.6Tobias C. Berner2020-12-082-4/+4
| | | | Notes: svn path=/head/; revision=557284
* finance/skrooge: update to 2.24.0Tobias C. Berner2020-12-072-4/+4
| | | | Notes: svn path=/head/; revision=557230
* Update to 4.0.6Emanuel Haupt2020-12-062-4/+4
| | | | Notes: svn path=/head/; revision=557145
* Move textproc/py-MarkupSafe to textproc/py-markupsafeSunpoet Po-Chuan Hsieh2020-12-051-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=557064
* - Update to 1.7.7.0Wen Heping2020-12-032-4/+4
| | | | Notes: svn path=/head/; revision=556879
* Update to 4.0.5Emanuel Haupt2020-11-192-5/+4
| | | | Notes: svn path=/head/; revision=555706
* Update to 0.4.8Sunpoet Po-Chuan Hsieh2020-11-152-4/+4
| | | | | | | | Changes: https://github.com/QuantEcon/QuantEcon.py/releases https://github.com/QuantEcon/QuantEcon.py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=555320
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* finance/aqbanking: Update to 6.2.5Jason E. Hale2020-10-304-9/+10
| | | | Notes: svn path=/head/; revision=553682
* Upgrade from 1.18 to 1.20.Mikhail Teterin2020-10-294-250/+262
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=553627
* Add missing dependency.Emanuel Haupt2020-10-261-1/+3
| | | | | | | | | PR: 250594 Submitted by: olevole@olevole.ru MFH: 2020Q4 (blanket) Notes: svn path=/head/; revision=553328
* - Update to 1.16Nicola Vitale2020-10-192-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=552726
* - Update to 2.2-5TAKATSU Tomonari2020-10-172-4/+4
| | | | Notes: svn path=/head/; revision=552575
* Update to 4.0.4Emanuel Haupt2020-10-162-5/+4
| | | | Notes: svn path=/head/; revision=552504
* - Update to 1.7.6.8Wen Heping2020-10-142-4/+4
| | | | Notes: svn path=/head/; revision=552329
* finance/beancount: fix build on GCC architecturesPiotr Kubaj2020-10-071-1/+1
| | | | | | | | | Use C11 compiler: beancount/parser/lexer.c:172: error: redefinition of typedef 'yyscan_t' beancount/parser/parser.h:11: error: previous declaration of 'yyscan_t' was here Notes: svn path=/head/; revision=551664
* Update to 0.90.20200809Emanuel Haupt2020-09-302-5/+4
| | | | Notes: svn path=/head/; revision=550717
* - Update gnucash to 4.2Guido Falsi2020-09-295-103/+13
| | | | | | | - Update gnucash-docs to 4.2 Notes: svn path=/head/; revision=550505
* Chase net/py-aiohttp-socks updateEmanuel Haupt2020-09-291-0/+1
| | | | Notes: svn path=/head/; revision=550498
* finance/kraft: update to 0.95Tobias C. Berner2020-09-275-30/+19
| | | | | | | | Announcement: https://volle-kraft-voraus.de/Main/Releases Notes: svn path=/head/; revision=550252
* - Update to 0.9.38Wen Heping2020-09-262-5/+4
| | | | Notes: svn path=/head/; revision=550101
* - Update to 2.3.2Nicola Vitale2020-09-223-15/+10
| | | | | | | | | - Add www/py-requests to dependencies - Use Github as master sit (the project is no longer hosted on Bitbucket) - Update WWW address in pkg-descr Notes: svn path=/head/; revision=549641
* - Update to 1.15Nicola Vitale2020-09-222-4/+4
| | | | Notes: svn path=/head/; revision=549627
* Update to 4.0.3Emanuel Haupt2020-09-122-5/+4
| | | | Notes: svn path=/head/; revision=548382
* finance/hs-hledger*: Change locale to en_US.UTF-8, allow on 11Yuri Victorovich2020-09-073-9/+3
| | | | | | | Suggested by: arrowd Notes: svn path=/head/; revision=547874
* finance/hs-hledger*: Broken on FreeBSD 11 because they need the the C.UTF-8 ↵Yuri Victorovich2020-09-073-0/+6
| | | | | | | | | | | locale Relevant links: * https://unix.stackexchange.com/questions/485073/how-to-backport-freebsd-13-current-c-utf-8-locale-to-11-2-release * https://github.com/simonmichael/hledger/issues/1346 Notes: svn path=/head/; revision=547871
* finance/hs-hledger-web: Update 1.18.1 -> 1.19Yuri Victorovich2020-09-062-20/+14
| | | | Notes: svn path=/head/; revision=547774
* finance/hs-hledger-ui: Update 1.18.1 -> 1.19Yuri Victorovich2020-09-062-21/+14
| | | | Notes: svn path=/head/; revision=547773
* finance/hs-hledger: Update 1.18.1 -> 1.19Yuri Victorovich2020-09-062-13/+10
| | | | Notes: svn path=/head/; revision=547772
* Fix plistAntoine Brodin2020-09-031-6333/+6328
| | | | Notes: svn path=/head/; revision=547421
* - Update to 0.24.2TAKATSU Tomonari2020-09-022-4/+4
| | | | Notes: svn path=/head/; revision=547355
* - Update to 2.2-4TAKATSU Tomonari2020-09-022-5/+4
| | | | Notes: svn path=/head/; revision=547347
* finance/hs-hledger-web: Fix buildYuri Victorovich2020-09-022-31/+28
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=547344
* finance/hs-hledger-ui: Fix buildYuri Victorovich2020-09-023-23/+21
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=547343
* finance/hs-hledger: Fix buildYuri Victorovich2020-09-022-22/+20
| | | | | | | | | New version of ghc for some reason requires the update of USE_CABAL. Reported by: fallout Notes: svn path=/head/; revision=547342
* Ensure that there is only one variable definition per each object, asAlexey Dokuchaev2020-09-021-0/+3
| | | | | | | | | | the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout Notes: svn path=/head/; revision=547315