Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_11 31 Dec 2023 00:06:17 |
Muhammad Moinur Rahman (bofh) |
mail/trojita: Remove expired port
2023-12-31 mail/trojita: Depends on deprecated www/qt5-webkit |
0.7_11 02 Dec 2023 11:18:30 |
Rene Ladan (rene) |
all: bump expiration dates for qt5-webkit consumers to 2023-12-31
This aligns the expiration of these ports with that
of www/qt5-webkit itself. |
0.7_11 26 Oct 2023 17:57:15 |
Muhammad Moinur Rahman (bofh) |
mail/trojita: Mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket) |
0.7_11 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.7_10 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.7_10 27 Aug 2022 09:53:23 |
Tobias C. Berner (tcberner) |
security/qtkeychain: add flavors for Qt 5 and Qt 6
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D36375 |
0.7_9 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.7_9 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.7_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7_9 21 May 2020 12:18:17 |
tcberner |
mail/trojita: prepare for Qt5-5.15 |
0.7_9 08 Nov 2019 14:18:06 |
tobik |
mail: Add missing USES={gnome,php} |
0.7_9 26 Jul 2019 20:46:57 |
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 |
0.7_8 26 Jun 2019 11:52:23 |
rene |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
0.7_8 25 May 2019 16:46:57 |
tobik |
mail/trojita: Spell CPE_VENDOR correctly |
0.7_7 16 Mar 2019 18:46:13 |
tcberner |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.7_6 16 Jan 2019 11:13:45 |
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 ) |
0.7_5 12 Dec 2018 01:35:36 |
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 |
0.7_4 29 Jul 2018 22:18:46 |
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 |
0.7_3 20 Jul 2018 21:26:21 |
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. |
0.7_3 28 Jun 2018 17:39:55 |
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 |
0.7_3 12 Mar 2018 18:21:09 |
tcberner |
Move security/qtkeychain-qt[45] to security/qtkeychain and create flavors
Reviewed by: Gleb Popov <6yearold_gmail.com>
Approved by: portmgr (mat) |
0.7_2 10 Sep 2017 20:55:39 |
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 |
0.7_1 01 Apr 2017 15:23:32 |
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 |
0.7 13 Nov 2016 10:03:39 |
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) |
0.6_1 28 Jul 2016 22:27:21 |
pawel |
- Update to version 0.7.0 [1]
- Bump all affected ports, ABI change
PR: 211417 [1]
Submitted by: maintainer |
0.6 10 Apr 2016 18:08:39 |
rakuco |
Update to 0.6.
Announcement: http://article.gmane.org/gmane.mail.trojita.general/1319
PR: 206587
Approved by: maintainer timeout (77 days) |
0.5_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.5_1 21 Jan 2016 15:08:18 |
rakuco |
Add upstream patch to fix the build with the upcoming Qt 5.5.1. |
0.5_1 27 May 2015 04:47:16 |
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) |
0.5 14 May 2015 18:08:15 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
0.5 16 Mar 2015 07:21:30 |
vanilla |
Upgrade to 0.5.
PR: 198596
Submitted by: maintainer |
0.4.1_2 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
0.4.1_2 13 Oct 2014 18:31:25 |
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) |
0.4.1_1 10 Sep 2014 20:50:37 |
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) |
0.4.1 24 Mar 2014 15:43:29 |
mandree |
Fixup r348873: Changed COMMENT to ?= so that the slave can override it.
Submitted by: makc |
0.4.1 23 Mar 2014 17:13:53 |
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 |
0.3.96_1 03 Mar 2014 21:14:00 |
pawel |
- Update maintainer's email address
PR: ports/187173
Submitted by: maintainer |
0.3.96_1 26 Oct 2013 00:52:36 |
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 ) |
0.3.96 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
0.3.96 09 Oct 2013 16:08:13 |
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) |
0.3.93 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.3.93 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.3.93 15 Jul 2013 14:59:15 |
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> |