aboutsummaryrefslogtreecommitdiff
path: root/mail/getmail6
Commit message (Collapse)AuthorAgeFilesLines
* mail/getmail6: update to 6.19.10Michael Büker2025-09-192-4/+4
| | | | | | | | | | | | | | | | | 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)
* mail/getmail6: Update 6.19.07 => 6.19.08 (bugfixes)Michael Büker2025-05-162-5/+4
| | | | | | | | Changelogs: https://github.com/getmail6/getmail6/releases/tag/v6.19.08 PR: 286837 MFH: 2025Q2
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-0/+1
| | | | | | | | 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.
* mail/getmail6: Update 6.19.05 → 6.19.07Michael Büker2025-01-272-4/+4
| | | | | | | | Changelogs: https://github.com/getmail6/getmail6/releases/tag/v6.19.06 https://github.com/getmail6/getmail6/releases/tag/v6.19.07 PR: 284299
* mail/getmail6: update to 6.19.05Michael Büker2024-10-062-4/+4
| | | | | | Changelog: https://github.com/getmail6/getmail6/releases/tag/v6.19.05 PR: 281898
* mail/getmail6: Update 6.19.03 → 6.19.04Michael Büker2024-08-262-4/+4
| | | | | | | | | Changelog: - new feature: support use_xoauth2 for pop3 - updated documentation https://github.com/getmail6/getmail6/releases/tag/v6.19.04 PR: 281058
* mail/getmail6: Update to 6.19.03Michael Büker2024-07-082-4/+4
| | | | | Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.03 PR: 280199
* mail/getmail6: Update to 6.19.01Michael Büker2024-06-112-4/+4
| | | | | Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.01 PR: 279680
* mail/getmail6: Update to 6.19.00Michael Büker2024-06-012-4/+4
| | | | | Release notes: https://github.com/getmail6/getmail6/releases/tag/v6.19.00 PR: 279434
* mail/getmail6: Update to 6.18.14Michael Büker2024-03-202-4/+4
| | | | | Changes: https://github.com/getmail6/getmail6/releases/tag/v6.18.14 PR: 277845
* mail/getmail6: Update to 6.18.13Michael Büker2023-08-272-4/+4
| | | | | Changes: https://github.com/getmail6/getmail6/releases/tag/v6.18.13 PR: 273387
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* mail/getmail6: update to 6.18.12 for bugfixesMichael Büker2023-02-092-4/+4
| | | | | | | | | | 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)
* mail/getmail6: Update to 6.18.11Michael Büker2023-01-032-4/+4
| | | | | | | Upstream changes: https://github.com/getmail6/getmail6/releases/tag/v6.18.11 PR: 268733
* mail/getmail6: Update to 6.18.10Michael Büker2022-09-192-4/+4
| | | | | | https://github.com/getmail6/getmail6/releases/tag/v6.18.10 PR: 266507
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* mail/getmail6: Update to 6.18.9Michael Büker2022-05-162-4/+4
| | | | | | ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.18.9 PR: 263933
* mail/getmail6: Update to 6.18.6Michael Büker2022-01-132-4/+4
| | | | | | https://github.com/getmail6/getmail6/releases/tag/v6.18.6 PR: 261176
* mail/getmail6: Update to 6.18.5Michael Büker2021-11-072-4/+4
| | | | https://github.com/getmail6/getmail6/releases/tag/v6.18.5
* mail/getmail6: Update to 6.18.4Michael Büker2021-10-082-4/+4
| | | | https://github.com/getmail6/getmail6/releases/tag/v6.18.4
* mail/getmail6: Update to 6.8.13Michael Büker2021-07-082-5/+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
* mail/getmail6: Update to upstream 6.18.1 releaseJoseph Mingrone2021-07-062-5/+5
| | | | | | | | | | 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)
* mail/getmail6: emergency hotfix for 6.18Joseph Mingrone2021-07-062-5/+7
| | | | | | | | | | 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)
* mail/getmail6: Update to 6.18Michael Büker2021-07-062-4/+4
| | | | | | https://github.com/getmail6/getmail6/releases/tag/v6.18 PR: 257015
* mail/getmail6: Update to 6.17Michael Büker2021-06-152-5/+4
| | | | | | https://github.com/getmail6/getmail6/releases/tag/v6.17 PR: 256621
* mail/getmail6: Fix distinfo after upstream distfile changedMichael Büker2021-05-162-3/+4
|
* mail/getmail6: Update to 6.16Michael Büker2021-05-142-5/+4
| | | | | | | | https://github.com/getmail6/getmail6/releases/tag/v6.16 PR: 255876 Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
* mail/getmail6: Update maintainer's address per his requestJoseph Mingrone2021-04-301-1/+2
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/getmail6: Update to 6.15Joseph Mingrone2021-03-232-4/+4
| | | | | | | | | | 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
* mail/getmail6: Update to version 6.14Joseph Mingrone2021-01-142-6/+4
| | | | | | | | | | | | | | 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
* mail/getmail6: Update to 6.12Guangyuan Yang2021-01-022-4/+4
| | | | | | | | | PR: 252326 Submitted by: Michael Bueker <m.bueker@berlin.de> Approved by: lwhsu Notes: svn path=/head/; revision=559906
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* mail/getmail6: update to 6.11 for bugfixesFernando Apesteguía2020-12-102-4/+4
| | | | | | | | | | 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
* mail/getmail6: Update to 6.10 for bugfixFernando Apesteguía2020-12-013-6/+6
| | | | | | | | | | 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
* mail/getmail6: Update to version 6.9Joseph Mingrone2020-11-172-4/+4
| | | | | | | | | | 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
* mail/getmail6: Update to version 6.8Joseph Mingrone2020-10-092-4/+4
| | | | | | | | | | | | | | 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
* mail/getmail6: fix build errors on package-as-userJoseph Mingrone2020-09-281-3/+0
| | | | | | | | | | | | | | 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
* mail/getmail6: Update to 6.7 for bugfixesSteve Wills2020-09-043-22/+8
| | | | | | | | PR: 248884 Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer) Notes: svn path=/head/; revision=547554
* New port, mail/getmail6: A python3 fork of mail/getmailJoseph Mingrone2020-08-185-0/+113
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