| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/getmail6/getmail6/releases/tag/v6.19.09
- https://github.com/getmail6/getmail6/releases/tag/v6.19.10
* Fix get_code in getmail-gmail-xoauth-tokens (#248, garylin/patch-1)
* Unhandled Exception for SimpleIMAPSSLRetriever when password
contains non-ascii chars (#244)
* fix #247: Faulty error messages "server does not support IDLE"
* fix #243: KeyError: "code" -> Google approval URL format has changed
* Python 3.14 related fixes (#242, meeuw/python3.14)
* fix MacOS issue #250 forcing fork method in multiprocessing
PR: 289571
Reported by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
|
| |
|
|
|
|
|
|
| |
Changelogs:
https://github.com/getmail6/getmail6/releases/tag/v6.19.08
PR: 286837
MFH: 2025Q2
|
| |
|
|
|
|
|
|
| |
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
|
| |
|
|
|
|
|
|
| |
Changelogs:
https://github.com/getmail6/getmail6/releases/tag/v6.19.06
https://github.com/getmail6/getmail6/releases/tag/v6.19.07
PR: 284299
|
| |
|
|
|
|
| |
Changelog: https://github.com/getmail6/getmail6/releases/tag/v6.19.05
PR: 281898
|
| |
|
|
|
|
|
|
|
| |
Changelog:
- new feature: support use_xoauth2 for pop3
- updated documentation
https://github.com/getmail6/getmail6/releases/tag/v6.19.04
PR: 281058
|
| |
|
|
|
| |
Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.03
PR: 280199
|
| |
|
|
|
| |
Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.01
PR: 279680
|
| |
|
|
|
| |
Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.00
PR: 279434
|
| |
|
|
|
| |
Changes: https://github.com/getmail6/getmail6/releases/tag/v6.18.14
PR: 277845
|
| |
|
|
|
| |
Changes: https://github.com/getmail6/getmail6/releases/tag/v6.18.13
PR: 273387
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.18.12
* Continue after error in child
* undo #148 getmails shell quoting
PR: 269411
Reported by: freebsd@michael-bueker.de (maintainer)
|
| |
|
|
|
|
|
| |
Upstream changes:
https://github.com/getmail6/getmail6/releases/tag/v6.18.11
PR: 268733
|
| |
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18.10
PR: 266507
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.18.9
PR: 263933
|
| |
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18.6
PR: 261176
|
| |
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18.5
|
| |
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18.4
|
| |
|
|
|
|
|
|
| |
Upstream's 6.18.1 release was removed and replaced with this release.
https://github.com/getmail6/getmail6/releases/tag/v6.18.3
PR: 257055
|
| |
|
|
|
|
|
|
|
|
| |
This release includes a few more changes beyond the last commit, which
was version 6.18 plus one commit.
https://github.com/getmail6/getmail6/releases/tag/v6.18.1
Reported by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
Approved by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
A feature added in 6.18 causes problems. When trying to use all files in
--getmaildir, getmail will choke on oldmail-* files, which are likely to be
present. Since this is the new default behaviour for running getmail without
any arguments, this change is very likely to break many installations.
PR: 257024
Reported by: Michael Büker <freebsd@michael-bueker.de> (maintainer)
|
| |
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18
PR: 257015
|
| |
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.17
PR: 256621
|
| | |
|
| |
|
|
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.16
PR: 255876
Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
|
| | |
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.15
PR: 254498
Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer)
Notes:
svn path=/head/; revision=569018
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.13
https://github.com/getmail6/getmail6/releases/tag/v6.14
While here, remove conflict with mail/getmail, which was removed from the
ports tree.
PR: 252672
Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer)
Notes:
svn path=/head/; revision=561566
|
| |
|
|
|
|
|
|
|
| |
PR: 252326
Submitted by: Michael Bueker <m.bueker@berlin.de>
Approved by: lwhsu
Notes:
svn path=/head/; revision=559906
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.11
PR: 251706
Submitted by: m.bueker@berlin.de (maintainer)
Notes:
svn path=/head/; revision=557439
|
| |
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.10
PR: 251482
Submitted by: m.bueker@berlin.de (maintainer)
Notes:
svn path=/head/; revision=556786
|
| |
|
|
|
|
|
|
|
|
| |
Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.9
PR: 250814
Submitted by: Michael Bueker <m.bueker@berlin.de>
Notes:
svn path=/head/; revision=555546
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update fixes:
- slow mail retrieval (up to 1s per message)
- an uncaught exception on socket error
https://github.com/getmail6/getmail6/releases/tag/v6.8
PR: 250188
Submitted by: m.bueker@berlin.de (maintainer)
Notes:
svn path=/head/; revision=551787
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This build fails as user, because in python3 __pycache__ files are always
created with root as owner. Therefore, the @${CHMOD} command in
post-install: fails when run as user. Upon closer inspection, the
@${CHMOD} operation is superfluous. File permissions in the final package
are fine without it.
PR: 249175
Submitted by: m.bueker@berlin.de (maintainer)
Notes:
svn path=/head/; revision=550410
|
| |
|
|
|
|
|
|
| |
PR: 248884
Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer)
Notes:
svn path=/head/; revision=547554
|
|
|
PR: 248633
Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer)
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D26057
Notes:
svn path=/head/; revision=545250
|