Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jan 2021 20:06:26
2.24.6_1

|
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. |
08 Dec 2020 14:07:08
2.24.6

|
tcberner  |
finance/skrooge: update to 2.24.6 |
07 Dec 2020 14:19:57
2.24.0

|
tcberner  |
finance/skrooge: update to 2.24.0 |
20 Jul 2020 12:59:03
2.23.0

|
adridg  |
Update finance/skrooge to latest upstream release
While here, alphabetize the shebang-fixes. |
10 Apr 2020 10:39:06
2.22.1

|
tcberner  |
finance/skrooge: update to 2.22.1 |
21 Mar 2020 07:24:00
2.21.1_2

|
tcberner  |
devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
the FreeBSD version
Users on FreeBSD11 must therefore change their pkg orign a la:
pkg set -o devel/qca:devel/qca-legacy
PR: 244682
Exp-run by: antoine
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D24042 |
20 Dec 2019 19:10:44
2.21.1_1

|
tcberner  |
devel/grantlee: update to 5.2.0
- While here, remove the patches to install the headers in a prefix;
there currently is only one grantlee version in the tree, so no
reason to make life harder for ourselves. |
02 Dec 2019 19:00:25
2.21.1

|
tcberner  |
finance/skrooge: update to 2.21.1 |
15 Aug 2019 10:01:34
2.20.0_1

|
adridg  |
Update KDE Frameworks to latest upstream release, 5.61
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner |
26 Jul 2019 20:46:57
2.20.0_1

|
gerald  |
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 |
23 Jun 2019 15:02:28
2.20.0

|
tcberner  |
finance/skrooge: update to 2.20.0 |
28 Apr 2019 10:42:46
2.19.1

|
tcberner  |
finance/skrooge: update to 2.19.1 |
21 Apr 2019 14:44:23
2.19.0

|
adridg  |
Update finance/skrooge to latest upstream, 2.19.0
https://skrooge.org/node/236
Looks like lots of QIF import issues fixed. |
16 Mar 2019 20:16:24
2.18.0_1

|
tcberner  |
devel/qca: remove flavors (Qt4 deprecation) |
20 Feb 2019 20:26:04
2.18.0

|
tcberner  |
finance/skrooge: update to 2.18.0 |
16 Jan 2019 11:13:45
2.17.0_1

|
tijl  |
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 ) |
29 Dec 2018 14:22:16
2.17.0

|
tcberner  |
finance/skrooge: update to 2.17.0
The Skrooge Team announces the release 2.17.0 version of its popular Personal
Finances Manager based on KDE Frameworks.
Changelog [1]
* Correction bug 400695: Designer plugins get installed as versioned
libraries
* Correction bug 400724: Import of Quicken 2012 .QIF file failed due to tags
* Correction bug 402031: ERR-4/ERR-5 opening relative path to .skg from
command line, then zombie Skrooge
* Correction: Transfer created with value at 0. Regression due to 399672.
(see https://forum.kde.org/viewtopic.php?f=210&t=155713&p=406978)
* Correction: QIF import with transfer on split (see
https://forum.kde.org/viewtopic.php?f=210&t=155614)
* Correction: Add delay (300 ms) on text filter
* Correction: "Search & Process" create a duplicate a duplicated category in
some cases
* Correction: Compliance with SQLCipher 4
* Correction: Close SQL database in mmb import
* Feature: Like on transfer, the ratio is requested when creating a share
operation (see https://forum.kde.org/viewtopic.php?f=210&t=155605&p=406979)
* Feature: Progress bar in taskbar
* Feature: Support only QT >= 5.7.0
[1] https://skrooge.org/node/234 |
25 Dec 2018 20:25:40
2.16.2_1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
2.16.2_1

|
gerald  |
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 |
09 Nov 2018 22:27:32
2.16.2

|
tcberner  |
finance/skrooge: update to 2.16.2 |
04 Nov 2018 19:00:54
2.15.0_1

|
tcberner  |
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 |
21 Aug 2018 08:15:05
2.15.0

|
adridg  |
Update finance/skrooge to 2.15.0
- changelog at https://skrooge.org/node/232 (minor bugfixes)
- massage the port description and comment a little, this is
*by* KDE, but runs everywhere (so it's not *for* KDE)
Reported by: portscout |
29 Jul 2018 22:18:46
2.14.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
07 Jul 2018 16:58:19
2.14.0

|
tcberner  |
Update finance/skrooge to 2.14.0 |
28 Jun 2018 17:39:55
2.13.0

|
tcberner  |
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 |
09 May 2018 17:57:35
2.13.0

|
tcberner  |
Update finance/skrooge to 2.13.0 |
14 Apr 2018 11:09:17
2.12.0_1

|
tcberner  |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651 |
10 Mar 2018 12:57:06
2.12.0

|
tcberner  |
Update finance/skrooge to 2.12.0. |
09 Feb 2018 22:37:27
2.11.0

|
rakuco  |
Update to 2.11.0
Release announcement: https://skrooge.org/node/224 |
26 Dec 2017 22:09:55
2.10.5

|
tcberner  |
Update finance/skrooge to 2.10.5 |
14 Sep 2017 10:56:00
2.9.0

|
tcberner  |
Update to 2.9.0. |
10 Sep 2017 20:55:39
2.8.1_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
30 Apr 2017 11:07:42
2.8.1_1

|
tcberner  |
Extend grantlee.mk with another PLIST_SUB.
Grantlee5 appends library names of plugins with a letter 'd' when in debug mode.
Provide a PLIST_SUB with said suffix.
Approved by: rakuco (mentor) |
27 Apr 2017 06:29:01
2.8.1

|
tcberner  |
Update to 2.8.1
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10470 |
08 Apr 2017 19:28:29
2.8.0

|
rakuco  |
Update to 2.8.0.
While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time). |
01 Apr 2017 15:23:32
2.7.0_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
26 Jan 2017 18:09:54
2.7.0

|
tcberner  |
Update finance/skrooge to 2.7.0
* SQLCipher is no longer optional, so drop the option again.
* There is no need for conflicts and suffixes.
Reviewed by: rakuco, fluffy
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9336 |
30 Dec 2016 14:26:12
2.6.0

|
fluffy  |
- Update Skrooge to 2.6.0 release
- Allow to select encrypted db engine via options |
20 Dec 2016 12:21:25
2.5.0

|
tcberner  |
Update finance/skrooge to 2.5.0
Update skrooge to 2.5.0 [1] which brings in support for
encrypted databases via databases/sqlcipher.
This switches the port from using kdelibs4 to using
KDE Frameworks 5 (KDE4 is no longer supported, and last
released in june 2015).
[1] https://skrooge.org/skrooge_2.5.0
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8810 |
15 Oct 2016 12:03:57
1.12.5_1

|
jhale  |
- Update to finance/libofx to 0.9.11
- Remake/rename patches
- Bump PORTREVISION on dependent ports as the shared library version
has increased |
12 Sep 2016 17:51:51
1.12.5

|
tcberner  |
Define PORTSCOUT in finance/skrooge
Limit the version to 1.* as from 2.* on it is KF5 based.
Approved by: rakuco (mentor) |
24 Aug 2016 08:20:31
1.12.5

|
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
15 Aug 2016 15:36:19
1.12.5

|
tcberner  |
New port: devel/grantlee5 and Uses/grantlee.mk
The upcoming KDE Frameworks ports need grantlee5
* Add devel/grantlee5 and move installed headers into a subdirectory
include/grantlee5
* Move header files from devel/grantlee into a subdirectory
include/grantlee4
to make sure ports do not pick up the wrong headers
* Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
by ports using grantlee (before we set the PLIST_SUB manual in very
of the depending ports, which now should not be needed anymore).
* The ports depending on devel/grantlee have been modified from
LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
to
USES=grantlee:4
as this does not affect the package no version bumped was made.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7434 |
25 May 2016 20:56:06


|
rene  |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
01 Apr 2016 14:00:57
1.12.5

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
15 Mar 2016 11:57:29
1.12.5

|
rakuco  |
Switch to USES=sqlite:3. |
18 Dec 2015 22:36:53
1.12.5

|
rakuco  |
Update to 1.12.5.
This is the latest KDE4-based release. |
14 May 2015 10:15:09
1.10.0

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
30 Nov 2014 17:24:20
1.10.0

|
rakuco  |
Update to 1.10.0. |
27 Oct 2014 12:39:33
1.9.0_3

|
bapt  |
Cleanup plist |
19 Oct 2014 15:58:56
1.9.0_3

|
makc  |
finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
- remove deprecated USE_KDE4=kdehier |
10 Sep 2014 20:50:37
1.9.0_2

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
15 Aug 2014 20:37:33
1.9.0_1

|
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
09 Aug 2014 18:28:53
1.9.0

|
rakuco  |
Update to 1.9.0. |
29 Jul 2014 18:41:17
1.7.1_4

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
13 Jul 2014 23:23:25
1.7.1_4

|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
04 Jul 2014 09:41:00
1.7.1_4

|
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
18 Feb 2014 14:31:33
1.7.1_3

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
18 Feb 2014 14:24:51
1.7.1_2

|
makc  |
finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update |
01 Feb 2014 12:17:42
1.7.1_2

|
makc  |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon. |
26 Oct 2013 00:52:36
1.7.1_2

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
04 Oct 2013 13:26:28
1.7.1_1

|
jhale  |
- Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump |
20 Sep 2013 17:18:39
1.7.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance) |
14 Aug 2013 22:35:54
1.7.1

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
02 Jul 2013 19:21:25
1.7.1

|
rakuco  |
Update to 1.7.1. |
23 Jun 2013 22:03:57
1.6.0

|
rakuco  |
Switch to MASTER_SITE_KDE for Skrooge.
The Skrooge developers were not aware that removing the tarballs of old
versions from their website was not a good idea :-)
After talking to them, they've both switched to hosting the files on KDE's
infrastructure and hopefully stop removing older tarballs from now on.
Thanks to John Marino <draco@marino.st> for bringing this up.
PR: ports/179661 |
12 May 2013 16:16:56
1.6.0

|
makc  |
- Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
update-mime-database
- Trim Makefile header while I'm here |
24 Apr 2013 07:35:41
1.6.0

|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
24 Mar 2013 21:18:25
1.6.0

|
makc  |
- Update to 1.6.0
- Adjust Qt4 components
- Switch to out-of-source build |
22 Mar 2013 20:06:15
1.4.0

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
04 Feb 2013 15:56:05
1.4.0

|
makc  |
Merge from area51 repository:
- Update to 1.4.0 |
21 Sep 2012 12:05:33
1.3.3

|
jhale  |
- Update to 1.3.3
- Fix COMMENT style
- Strip out old header
Approved by: avilla, makc (mentors) |
25 Aug 2012 17:52:08
1.3.2
|
rakuco  |
Update to 1.3.2. |
06 Jun 2012 06:44:38
1.3.0_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.3.0_1
|
dinoex  |
- update png to 1.5.10 |
25 Apr 2012 23:29:16
1.3.0
|
rakuco  |
Update to 1.3.0. |
05 Mar 2012 21:52:15
1.2.0_2
|
swills  |
- Chase libofx shared version bump
PR: ports/165716
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
16 Feb 2012 15:57:34
1.2.0_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
04 Feb 2012 01:48:56
1.2.0
|
rakuco  |
- Update to 1.2.0 with a commit I made upstream to fix the Grantlee plugin
installation path.
- By the way, the port now depends on devel/grantlee.
- Pass maintainership to kde@, as suggested by makc.
Approved by: makc (maintainer) |
17 Oct 2011 00:05:40
0.9.1_1
|
avilla  |
- Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION. |
06 Sep 2011 22:07:42
0.9.1
|
rakuco  |
Update to 0.9.1.
Approved by: makc (mentor) |
17 Apr 2011 15:56:05
0.8.1
|
makc  |
Add new port finance/skrooge:
Skrooge is a personal finances manager for KDE4. It allows you to
keep track of your expenses and incomes, categorize them, and build
reports of them.
WWW: http://skrooge.org |