notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: finance/fava/Makefile
SVNWeb

Number of commits found: 28

Thu, 7 Sep 2023
[ 06:56 Xin LI (delphij) search for other commits by this committer ]    commit hash:0f3b4a564807a6726988e1ce28fdcc2edc31e0d8  commit hash:0f3b4a564807a6726988e1ce28fdcc2edc31e0d8  commit hash:0f3b4a564807a6726988e1ce28fdcc2edc31e0d8  0f3b4a5 
finance/fava: upgrade to 1.26.
Fri, 11 Aug 2023
[ 06:05 Xin LI (delphij) search for other commits by this committer ]    commit hash:9dda290dfa222cc7a850d1baa000d0216ef5478d  commit hash:9dda290dfa222cc7a850d1baa000d0216ef5478d  commit hash:9dda290dfa222cc7a850d1baa000d0216ef5478d  9dda290 
finance/{beancount,fava}: Take maintainership.

PR:		ports/273034
Approved by:	maintainer
[ 06:03 Xin LI (delphij) search for other commits by this committer ]    commit hash:eebd0b44b61c6199c814259774d199bf6cef291e  commit hash:eebd0b44b61c6199c814259774d199bf6cef291e  commit hash:eebd0b44b61c6199c814259774d199bf6cef291e  eebd0b4 
finance/fava: Update to 1.25.1

PR:		ports/273034
Approved by:	maintainer
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Mon, 22 May 2023
[ 08:53 Nicola Vitale (nivit) search for other commits by this committer Author: Xin Li ]    commit hash:31f0267692bbeab21899090228ea4dc0023c0947  commit hash:31f0267692bbeab21899090228ea4dc0023c0947  commit hash:31f0267692bbeab21899090228ea4dc0023c0947  31f0267 
finance/fava: Update to 1.24.4

Remove files/patch-setup.cfg.

PR:		271556
Reported by:	delphij
Tue, 2 May 2023
[ 16:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:ce7a3b14d70269c89e7ba99aa9a2c00c3688e4a3  commit hash:ce7a3b14d70269c89e7ba99aa9a2c00c3688e4a3  commit hash:ce7a3b14d70269c89e7ba99aa9a2c00c3688e4a3  ce7a3b1 
finance/fava: Add NO_ARCH

Approved by:	portmgr (blanket)
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Thu, 5 Jan 2023
[ 14:58 Nicola Vitale (nivit) search for other commits by this committer ]    commit hash:2acdf70283a871f73bfb5f215226110ac4cd56ed  commit hash:2acdf70283a871f73bfb5f215226110ac4cd56ed  commit hash:2acdf70283a871f73bfb5f215226110ac4cd56ed  2acdf70 
finance/fava: Remove strict requirement on www/py-cheroot < 9

Fava requires cheroot>=8,<9, but the www/py-cheroot is now at the 9 version.
The program fails with the error:

Traceback (most recent call last):
  File "/usr/local/bin/fava", line 33, in <module>
    sys.exit(load_entry_point('fava==1.23.1', 'console_scripts', 'fava')())
  File "/usr/local/bin/fava", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/local/lib/python3.9/importlib/metadata.py", line 86, in load
    module = import_module(match.group('module'))
  File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in
import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 Nov 2022
[ 14:54 Nicola Vitale (nivit) search for other commits by this committer ]    commit hash:800049262a52c297adfef2326c97244951e61223  commit hash:800049262a52c297adfef2326c97244951e61223  commit hash:800049262a52c297adfef2326c97244951e61223  8000492 
finance/fava: update to 1.23.1

Changelog:	https://beancount.github.io/fava/changelog.html#v1-23-2022-10-15
Tue, 13 Sep 2022
[ 14:41 Nicola Vitale (nivit) search for other commits by this committer ]    commit hash:227c6b9a85da832027a4650cc10c5e70dd7cd87d  commit hash:227c6b9a85da832027a4650cc10c5e70dd7cd87d  commit hash:227c6b9a85da832027a4650cc10c5e70dd7cd87d  227c6b9 
finance/fava: update to 1.22.3
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 31 Jul 2022
[ 07:48 Xin LI (delphij) search for other commits by this committer ]    commit hash:8c38508effed18a42889a85a5f2efe39890655ae  commit hash:8c38508effed18a42889a85a5f2efe39890655ae  commit hash:8c38508effed18a42889a85a5f2efe39890655ae  8c38508 
finance/fava: update to 1.22

PR:		ports/265143
Approved by:	maintainer timeout
Mon, 17 Jan 2022
[ 19:47 Xin LI (delphij) search for other commits by this committer ]    commit hash:140e32685cb64aa362fd0e9b7474d6b4a9b903c4  commit hash:140e32685cb64aa362fd0e9b7474d6b4a9b903c4  commit hash:140e32685cb64aa362fd0e9b7474d6b4a9b903c4  140e326 
finance/fava: update to 1.20.1

PR:		ports/260834
Approved by:	maintainer timeout
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 12 Mar 2021
[ 08:43 nivit search for other commits by this committer ] Original commit   Revision:568151
finance/fava: update to 1.18
Sat, 19 Dec 2020
[ 20:25 sunpoet search for other commits by this committer ] Original commit   Revision:558674
Update RUN_DEPENDS for py-flask-babel PORTNAME change

- Bump PORTREVISION for dependency change
Mon, 19 Oct 2020
[ 09:36 nivit search for other commits by this committer ] Original commit   Revision:552726
- Update to 1.16

Reported by:	portscout
Tue, 22 Sep 2020
[ 19:43 nivit search for other commits by this committer ] Original commit   Revision:549627
- Update to 1.15
Sat, 1 Aug 2020
[ 18:17 dbaio search for other commits by this committer ] Original commit   Revision:543918
Fix build (extract) with static bsdtar(1)

tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1

See more details for the same issue in bug 246618.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Fri, 20 Mar 2020
[ 05:58 delphij search for other commits by this committer ] Original commit   Revision:528762
finance/fava: update to 1.14

PR:		244588
Approved by:	maintainer timeout
Wed, 4 Mar 2020
[ 06:33 delphij search for other commits by this committer ] Original commit   Revision:527740
finance/fava: update to 1.13

PR:		244155
Approved by:	maintainer timeout
Fri, 3 Jan 2020
[ 07:18 delphij search for other commits by this committer ] Original commit   Revision:521907
finance/fava: update to 1.12.

PR:		242736
Approved by:	maintainer timeout
Thu, 26 Sep 2019
[ 07:55 nivit search for other commits by this committer ] Original commit   Revision:512882
- Update to 1.10
- Add devel/py-setuptools_scm to build dependencies
Sun, 6 Jan 2019
[ 16:29 nivit search for other commits by this committer ] Original commit   Revision:489504
- Add a missing run dependency (devel/py-pytest)
- Bump PORTREVISION
[ 13:08 tcberner search for other commits by this committer ] Original commit   Revision:489488
finance/beancount, finance/fava: add USE_PYTHON=noflavors

[00:01:44] Warning: (finance/beancount@py37): Error: Duplicated origin for
beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to
see which ports are depending on these.
[00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for
beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to
see which ports are depending on these.
[00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9:
finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are
depending on these.
[00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9:
finance/fava@py37 AND finance/fava. Rerun with -v to see which ports are
depending on these.

Approved by:	portmgr (antoine)
Tue, 4 Dec 2018
[ 14:31 nivit search for other commits by this committer ] Original commit   Revision:486603
- Update to 1.9

- Use CHEESESHOP as master site, because the distribution
  file on GitHub does not provide all necessary files.
  (see https://github.com/beancount/fava/issues/646 )

Changes:	https://github.com/beancount/fava/releases/tag/v1.9
Sat, 1 Sep 2018
[ 19:41 nivit search for other commits by this committer ] Original commit   Revision:478720
Fava is a web interface for the double-entry bookkeeping software Beancount
with a focus on features and usability.

You can try out an online demo:

    https://fava.pythonanywhere.com/example-with-budgets/income_statement/

WWW: https://beancount.github.io/fava/

Number of commits found: 28