Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 May 2020 12:18:17
0.7_9

|
tcberner  |
mail/trojita: prepare for Qt5-5.15 |
08 Nov 2019 14:18:06
0.7_9

|
tobik  |
mail: Add missing USES={gnome,php} |
26 Jul 2019 20:46:57
0.7_9

|
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 |
26 Jun 2019 11:52:23
0.7_8

|
rene  |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
25 May 2019 16:46:57
0.7_8

|
tobik  |
mail/trojita: Spell CPE_VENDOR correctly |
16 Mar 2019 18:46:13
0.7_7

|
tcberner  |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
16 Jan 2019 11:13:45
0.7_6

|
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 ) |
12 Dec 2018 01:35:36
0.7_5

|
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 |
29 Jul 2018 22:18:46
0.7_4

|
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 |
20 Jul 2018 21:26:21
0.7_3

|
tcberner  |
mail/trojita: add USES=localbase
security/qtkeychain now by default depends on libsecret, and the cmake
target unfortunately only contains the library names. Therefore also
add localbase here. |
28 Jun 2018 17:39:55
0.7_3

|
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 |
12 Mar 2018 18:21:09
0.7_3

|
tcberner  |
Move security/qtkeychain-qt[45] to security/qtkeychain and create flavors
Reviewed by: Gleb Popov <6yearold_gmail.com>
Approved by: portmgr (mat) |
10 Sep 2017 20:55:39
0.7_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 |
01 Apr 2017 15:23:32
0.7_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 |
13 Nov 2016 10:03:39
0.7

|
rakuco  |
Update mail/trojita to 0.7.
Release notes:
http://jkt.flaska.net/blog/Trojita_0_7_with_GPG_encryption_is_available.html
The minimum Qt version required by this release is 5.2, which means the
trojita-qt4 port is now gone. This also allows us to simplify the Makefile of
the main port.
PR: 212030
Submitted by: rakuco
Approved by: maintainer timeout (marco.broeder@posteo.eu, 84 days) |
28 Jul 2016 22:27:21
0.6_1

|
pawel  |
- Update to version 0.7.0 [1]
- Bump all affected ports, ABI change
PR: 211417 [1]
Submitted by: maintainer |
10 Apr 2016 18:08:39
0.6

|
rakuco  |
Update to 0.6.
Announcement: http://article.gmane.org/gmane.mail.trojita.general/1319
PR: 206587
Approved by: maintainer timeout (77 days) |
01 Apr 2016 14:16:20
0.5_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
21 Jan 2016 15:08:18
0.5_1

|
rakuco  |
Add upstream patch to fix the build with the upcoming Qt 5.5.1. |
27 May 2015 04:47:16
0.5_1

|
koobs  |
mail/trojita: Enable password plugins
- Enable QTKEYCHAIN and CLEARTEXT plugins for trojita and trojita-qt4
- Remove obsolete path patch and post-install: target
PR: 200441
Submitted by: Marco Broder <marco dot broeder posteo eu> (maintainer) |
14 May 2015 18:08:15
0.5

|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
16 Mar 2015 07:21:30
0.5

|
vanilla  |
Upgrade to 0.5.
PR: 198596
Submitted by: maintainer |
22 Nov 2014 18:42:44
0.4.1_2

|
antoine  |
Cleanup plist |
13 Oct 2014 18:31:25
0.4.1_2

|
rakuco  |
Remove build-time dependency on devel/qt5-qmldevtools.
qt5-qmldevtools is likely to be removed when we move to Qt 5.3, and trojita
has never actually needed it.
PR: 194303
Approved by: Marco Broeder <marco.broeder@posteo.eu> (maintainer) |
10 Sep 2014 20:50:37
0.4.1_1

|
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) |
24 Mar 2014 15:43:29
0.4.1

|
mandree  |
Fixup r348873: Changed COMMENT to ?= so that the slave can override it.
Submitted by: makc |
23 Mar 2014 17:13:53
0.4.1

|
mandree  |
Security upgrade of mail/trojita to 0.4.1 to fix CVE-2014-2567
Add Qt 5 toolkit support.
Create a new slave port mail/trojita-qt4 for Qt 4 toolkit support and
connect it in mail/Makefile.
Convert to bzip2 USES.
Patch search path for linguisttools binaries.
PR: 187370
Submitted by: Marco Broder (maintainer)
Security: CVE-2014-2567
Security: 36f9ac43-b2ac-11e3-8752-080027ef73ec |
03 Mar 2014 21:14:00
0.3.96_1

|
pawel  |
- Update maintainer's email address
PR: ports/187173
Submitted by: maintainer |
26 Oct 2013 00:52:36
0.3.96_1

|
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 ) |
22 Oct 2013 13:56:27
0.3.96

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
09 Oct 2013 16:08:13
0.3.96

|
wg  |
mail/trojita: update to 0.3.96
- Update to 0.3.96
- Support staging
- USES cmake, compiler and desktop-file-utils
PR: ports/182748
Submitted by: Marco Broder <marco.broeder gmx.eu> (maintainer) |
20 Sep 2013 19:59:14
0.3.93

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

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
15 Jul 2013 14:59:15
0.3.93

|
miwi  |
Trojita is a fast cross-platform Qt IMAP e-mail client.
Some highlights are:
* It is a pure Qt application with no additional dependencies
* Robust IMAP core implemented using Qt's Model-View framework
* Standards compliance, resources efficiency, interoperability and high
productivity are primary design goals
* Integrates well into any reasonable desktop environment
* On-demand message list and body part loading
* Offline IMAP support
* Support for bandwidth-saving mode aimed at mobile users with expensive
connection
* IMAP over SSH -- in addition to usual SSL/TLS connections, the server could
be accessed via SSH
* Safe and robust dealing with HTML mail
Trojita is neither a full PIM suite nor a POP3 client.
WWW: http://trojita.flaska.net/
PR: ports/179266
Submitted by: Marco Broeder <marco.broeder@gmx.eu> |