Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0 03 Aug 2024 08:36:04 |
Emanuel Haupt (ehaupt) |
mail/isync: Update to 1.5.0 |
1.4.4_3 20 May 2024 22:10:57 |
Daniel Engberg (diizzy) |
mail/isync: Fix plist and bump PORTREVISION
Bump PORTREVISION and fix plist after commit
650deaf8ca0cb3acf4e66d5d60f151cac5bf676f
Pointy hat to myself
Approved by: portmgr (blanket, build fix) |
1.4.4_2 20 May 2024 21:53:50 |
Daniel Engberg (diizzy) |
mail/isync: Remove Oracle Berkeley DB 5.3 support
Remove support in preparation for removal of databases/db5
PR: 279146
Reviewed by: ehaupt (maintainer) |
1.4.4_2 12 Apr 2024 19:35:43 |
Emanuel Haupt (ehaupt) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
1.4.4_2 21 Jan 2024 18:08:41 |
Emanuel Haupt (ehaupt) |
*/*: Simply future removal of GNU_CONFIGURE_MANPREFIX
Simplify the future removal of GNU_CONFIGURE_MANPREFIX after the
manprefix migration is complete. The current placement of
GNU_CONFIGURE_MANPREFIX will not result in consecutive blank lines or
comments when lines containing GNU_CONFIGURE_MANPREFIX are removed in
batches.
Notified by: mat |
1.4.4_2 21 Jan 2024 17:43:27 |
Emanuel Haupt (ehaupt) |
mail/isync: Move manpages to share/man |
1.4.4_1 20 Oct 2023 16:15:41 |
Emanuel Haupt (ehaupt) Author: François Charlier |
mail/isync: Resolve "unexpected EOF" SSL error
Fixes an issue where some IMAP servers, such as Gmail, do not send a
close notification (SSL_shutdown()) before closing the TCP socket,
leading to "unexpected EOF" errors with OpenSSL 3.0.
Now mbsync gracefully handles this scenario, preventing the following
error:
Socket error: secure read from imap.gmail.com ([IPv6 Address
Redacted]:993): error:0A000126:SSL routines::unexpected eof while
reading
PR: 274604 |
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) |
1.4.4 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 ) |
1.4.4 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 ) |
1.4.4 21 Dec 2021 12:57:48 |
Bernhard Froehlich (decke) |
mail/isync: Update deprecated CPE information
Approved by: portmgr (blanket) |
1.4.4 05 Dec 2021 09:57:15 |
Emanuel Haupt (ehaupt) |
mail/isync: Update to 1.4.4 |
1.4.3 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.4.3 31 Jul 2021 10:28:45 |
Emanuel Haupt (ehaupt) |
mail/isync: Update to 1.4.3 |
1.4.2 08 Jun 2021 18:18:12 |
Emanuel Haupt (ehaupt) |
mail/isync: Update to 1.4.2 |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 23 Feb 2021 09:30:06 |
ehaupt |
mail/isync: Update to 1.4.1 |
1.4.0 05 Feb 2021 08:24:59 |
ehaupt |
- Update to 1.4.0
- Remove superfluous patch instructions |
1.3.3 08 Aug 2020 15:11:08 |
ehaupt |
Update to 1.3.3 |
1.3.2 10 Jul 2020 19:30:13 |
ehaupt |
Update to 1.3.2 |
1.3.1 25 Jul 2019 02:33:13 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
In some cases we only need to specifically test for "are we on the ancient
base gcc", e.g, the usage of 'pragma'.
While here, in some cases turn off SSE functions more specifically based
on ARCH, and turn off -mtune=generic everywhere. These are part of a
larger work in progress; these commits are for ports that would have
been touched by the the powerpc-on-clang test regardless.
Approved by: portmgr (tier-2 blanket) |
1.3.1 29 May 2019 11:29:51 |
ehaupt |
Update to 1.3.1 |
1.3.0_2 19 Mar 2019 19:03:03 |
ehaupt |
Provide an upstream patch that fixes an issue with duplication loops when using
davmail and moving mails around in folders.
PR: 236635
Submitted by: sascha@root-login.org |
1.3.0_1 22 Oct 2018 07:07:54 |
ehaupt |
pragrma directive is not supported by base GCC. Remove it to fix build with
mips, mips64, powerpc64.
PR: 232514
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.3.0_1 16 Oct 2018 07:43:31 |
ehaupt |
- Fix build with openssl 1.1.1 / unbreak on 12.0-ALPHA9 [1]
- Merge a patch from upstream as some providers seem to require SNI when
TLSv1.3 is used
- Pacify portlint
PR: 231776
Submitted by: Sascha Holzleiter <sascha@root-login.org>
Notified by: pkg-fallout [1]
MFH: 2018Q4 (blanket) |
1.3.0 26 Sep 2018 13:13:49 |
linimon |
Fix error messages on tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
1.3.0 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.3.0 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.3.0 02 Oct 2017 06:24:42 |
ehaupt |
Update to 1.3.0
PR: 222720
Submitted by: seschwar@gmail.com |
1.2.2 14 Aug 2017 00:07:50 |
ehaupt |
Fix build with libressl
PR: 221498
Submitted by: pkubaj@anongoth.pl |
1.2.2 13 Aug 2017 20:34:57 |
ehaupt |
Update to 1.2.2 |
1.2.1_1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.2.1_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.1_1 09 Feb 2016 08:25:30 |
ehaupt |
- Use @sample for configuration files.
- Remove PORTDOCS because it is empty.
- Use --with-ssl to set CPPFLAGS and LDFLAGS.
Submitted by: hrs |
1.2.1 09 Dec 2015 10:17:40 |
ehaupt |
Update to 1.2.1 |
1.2.0 04 May 2015 03:31:41 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.2.0 04 Apr 2015 14:32:15 |
ehaupt |
Update to 1.2.0 |
1.1.2 19 Jan 2015 13:37:52 |
ehaupt |
Update to 1.1.2 |
1.1.1_1 20 Oct 2014 09:34:03 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
1.1.1_1 08 Oct 2014 14:26:26 |
ehaupt |
Remove @dirrm, @dirrmtry |
1.1.1_1 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.1.1 13 Jun 2014 11:22:55 |
ehaupt |
Update to 1.1.1 |
1.1.0 10 Mar 2014 16:57:25 |
ehaupt |
- Update to 1.1.0
- Move to BDB 46+
Patches provided by: gahr |
1.0.6 13 Feb 2014 09:39:39 |
ehaupt |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat |
1.0.6 12 Feb 2014 19:24:09 |
ehaupt |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
1.0.6 02 Feb 2014 15:10:40 |
ehaupt |
Make portscout skip version 1.1.0. This version does not compile. |
1.0.6 26 Oct 2013 07:52:07 |
ehaupt |
Support staging. |
1.0.6 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.6 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
1.0.6 22 Feb 2013 14:45:57 |
ehaupt |
Update to 1.0.6 |
1.0.5 15 Jan 2013 13:40:29 |
ehaupt |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header |
1.0.5 23 May 2012 11:02:06 |
ehaupt |
Update to 1.0.5 |
1.0.4 27 Dec 2011 15:14:23 |
ehaupt |
Pacify portlint
Feature safe: yes |
1.0.4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.0.4 25 Jan 2011 19:59:40 |
ehaupt |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
1.0.4 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.0.4 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
1.0.4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.4 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.0.4 26 Feb 2008 12:26:46 |
ehaupt |
Update to 1.0.4 |
1.0.3 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.0.3 27 Dec 2006 20:50:29 |
ehaupt |
- Update to 1.0.3
- Take maintainer-ship |
1.0.2 29 Apr 2006 22:08:00 |
pav |
- Update to 1.0.2
- Use USE_BDB
PR: ports/96523
Submitted by: Aleksander Fafula <alex@BSDGUru.org> |
1.0.1 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
1.0.1 15 Apr 2005 17:48:23 |
flz |
- Update to 1.0.1.
PR: ports/79975
Submitted by: Ports Fury |
0.9.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.9.1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.9.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.9.1 16 Aug 2003 16:32:44 |
krion |
- Update to version 0.9.1
PR: 55628
Submitted by: Ports Fury |
0.8_1 11 Aug 2003 15:04:43 |
eivind |
Resign as maintainer |
0.8_1 07 Mar 2003 06:06:02 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.8_1 22 Aug 2002 19:13:46 |
ade |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
0.8 13 Apr 2002 13:58:57 |
eivind |
Update and bugfix.
WARNING: The format for the mailboxes has changed, so you will get duplicate
messages if you have old mailboxes lying around. I have delayed this upgrade
as I was planning to write a conversion script, but feel that it has been too
long already.
Bugfix by: nectar |
28 Nov 2001 14:18:36 |
eivind |
Add USE_OPENSSL=yes |
26 Nov 2001 12:58:35 |
eivind |
Update to version 0.7. |
14 Jun 2001 14:54:57 |
eivind |
Update isync from 0.4 to 0.5 (only verison number and distfile checksum update
needed.) This update was performed by me locally at the same time as the
submitter. |
02 Jan 2001 10:38:34 |
eivind |
isync is a tool for synchronizing IMAP folders to local Maildir copies, for
use on e.g. laptops. It is not entirely stable yet (I've had a couple of not
entirely reproducable problems :-(, but seems like it will be very useful in
time. |