non port: finance/kmymoney/Makefile |
SVNWeb
|
Number of commits found: 22 |
Thu, 24 Feb 2022
|
[ 14:28 Jason E. Hale (jhale) ] edb2fa4
finance/kmymoney: Update to 5.1.2
Rename the WEBOOB option to WOOB to reflect project name change.
|
Sun, 23 Jan 2022
|
[ 20:56 Rene Ladan (rene) ] 48d98ef (Only the first 10 of 87 ports in this commit are shown above. )
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
|
Fri, 10 Dec 2021
|
[ 17:13 Tobias C. Berner (tcberner) ] e13d426
finance/kmymoney: add upstreams akonadi-21.12 compability patch
- the update of KDE Gear to 21.12 shuffled header files around
- upstream already fixed this in the added patch
Reported by: fluffy, krop
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Mar 2021
|
[ 13:34 rene ] (Only the first 10 of 129 ports in this commit are shown above. )
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
|
Fri, 12 Mar 2021
|
[ 23:12 jhale ]
finance/alkimia: Update to 8.1.0
Bump PORTREVISION on consumers due to shared lib version bump.
|
Mon, 18 Jan 2021
|
[ 20:56 jhale ]
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.
|
Wed, 6 Jan 2021
|
[ 20:06 jhale ]
finance/libofx: Update to 0.10.0
This version is not ABI compatible with the previous version, so PORTREVISION
has been bumped on consumers.
|
Tue, 29 Dec 2020
|
[ 13:48 jhale ]
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>
|
Sat, 26 Dec 2020
|
[ 18:09 jhale ]
finance/kmymoney: Support Python 3.x for the Weboob plugin
PR: 249683
Submitted by: Oleg Sidorkin <osidorkin@gmail.com>
Reported by: swills
|
Mon, 29 Jun 2020
|
[ 16:27 jhale ]
Update finance/kmymoney to 5.1.0
|
Tue, 21 Apr 2020
|
[ 19:45 tcberner ]
graphics/kdiagram: update to 2.7.0
|
Thu, 17 Oct 2019
|
[ 18:13 tcberner ] (Only the first 10 of 41 ports in this commit are shown above. )
Follow-up to r514669: bump consumers of moved ports
In r514669 the two ports were moved in the following way:
- net/kcontacts -> net/kf5-kcontacts
- net/kcalcore -> net/kf5-kcalendarcore
Force rebuild of their consumers.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 29 Mar 2019
|
[ 10:15 jhale ]
finance/kmymoney: Update to 5.0.3
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 4 Nov 2018
|
[ 19:00 tcberner ] (Only the first 10 of 187 ports in this commit are shown above. )
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Tue, 5 Jun 2018
|
[ 21:51 jhale ]
Fix crash when editing or adding new transactions
PR: 228752
Submitted by: Peter <fbsdq@peterk.org>
Obtained from: https://bugs.kde.org/show_bug.cgi?id=392735
|
Tue, 17 Apr 2018
|
[ 19:22 jhale ] (Only the first 10 of 11 ports in this commit are shown above. )
- Copy finance/kmymoney-kde4 -> finance/kmymoney
- Update to 5.0.1
- This version of KMyMoney is based on KDE Frameworks 5
- Users of KDE SC4 may want to continue to use kmymoney-kde4
|
Number of commits found: 22 |