non port: mail/cyrus-imapd30/Makefile |
Number of commits found: 71 |
Friday, 17 Nov 2023
|
11:46 Jan Beich (jbeich)
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
e55b801 |
Thursday, 13 Apr 2023
|
00:56 Jan Beich (jbeich)
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine
f1f1a8b |
Monday, 13 Feb 2023
|
11:10 Hajimu UMEMOTO (ume)
mail/cyrus-imapd30: Update to 3.0.18.
4a3e2d5 |
Wednesday, 8 Feb 2023
|
10:53 Muhammad Moinur Rahman (bofh)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
6e1233b |
Tuesday, 29 Nov 2022
|
04:51 Yasuhiro Kimura (yasu)
security/clamav: Update to 1.0.0
* Switch to use bundled TomsFastMath library. Upstream made
incompatible change to bundled copy and this makes it impossible to
use external one. They also dropped option to use it.
* Bump PORTREVISION of consumers as shlib version is changed.
* Note that though this is new LTS feature release security/clamav-lts
stays in 0.103.x until either next regular feature release (probably
1.1.0) is released or 0.103.x reaches its EoL.
ReleaseNotes: https://blog.clamav.net/2022/11/clamav-100-lts-released.html
f7bcd43 |
Wednesday, 19 Oct 2022
|
08:10 Jan Beich (jbeich)
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
dfe25d7 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Thursday, 7 Apr 2022
|
00:39 Jan Beich (jbeich)
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
268cee3 |
Wednesday, 2 Feb 2022
|
13:07 Hajimu UMEMOTO (ume)
mail/cyrus-imapd30: Update to 3.0.17
15cd41a |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Thursday, 28 Oct 2021
|
16:37 Jan Beich (jbeich)
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
f34ece3 |
Wednesday, 1 Sep 2021
|
13:22 Hajimu UMEMOTO (ume)
mail/cyrus-imapd30: Update to 3.0.16.
Security: CVE-2021-33582
70db31c |
Thursday, 8 Apr 2021
|
23:33 Jan Beich (jbeich)
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases)
69d24a7 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 30 Mar 2021
|
11:10 ume
better macro checking.
Reported by: nork
 |
Tuesday, 9 Mar 2021
|
11:07 ume
Update to 3.0.15.
 |
Tuesday, 2 Feb 2021
|
19:41 linimon
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
 |
Tuesday, 3 Nov 2020
|
00:56 jbeich
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
 |
Wednesday, 19 Aug 2020
|
12:57 ume
Update to 3.0.14.
 |
Thursday, 23 Apr 2020
|
20:14 jbeich
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
 |
Sunday, 12 Apr 2020
|
09:19 ume
Remove obsolete site.
 |
Friday, 13 Mar 2020
|
09:47 jbeich
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
Monday, 16 Dec 2019
|
13:36 ume
Update to 3.0.13.
 |
Sunday, 17 Nov 2019
|
03:09 ume
Update MASTER_SITES.
 |
Friday, 15 Nov 2019
|
15:33 ume
- Update to 3.0.12
- Fix build with BACKUP option enabled [1]
PR: 241967 [1]
Reported by: albert.shih [1]
 |
Thursday, 14 Nov 2019
|
12:39 tobik
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
 |
Wednesday, 9 Oct 2019
|
12:06 bapt
Drop the ipv6 virtual category for m* category as it is not relevant anymore
 |
Thursday, 3 Oct 2019
|
20:35 jbeich
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
 |
Wednesday, 18 Sep 2019
|
10:50 pkubaj
mail/cyrus-imapd30: unbreak on armv*
Tested to build fine.
Approved by: mentors (implicit approval)
 |
10:29 pkubaj
mail/cyrus-imapd30: fix build on powerpc64
This port builds just fine on powerpc64 with GCC9.
Approved by: mentors (implicit approval)
 |
Tuesday, 30 Jul 2019
|
13:33 ume
Update to 3.0.11.
 |
Monday, 27 May 2019
|
13:46 ume
Update to 3.0.10.
 |
Wednesday, 27 Mar 2019
|
21:11 jbeich
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
 |
Friday, 15 Mar 2019
|
16:59 ume
Update to 3.0.9.
 |
Thursday, 17 Jan 2019
|
13:15 ume
Make it buildable with clamav-0.101.X.
PR: 235002
Obtained
from: https://github.com/cyrusimap/cyrus-imapd/commit/09b5bf11e12185727d53a6ae06d71a767952a537#diff-e162ed934ed89d2014e496fc1961be01
 |
Wednesday, 16 Jan 2019
|
17:40 ume
Mark BROKEN with CLAMAV option.
It is not buildable with latest clamav.
PR: 235002
Reported by: albert.shih
 |
10:42 rene
mail/cyrus-imapd30: remove support for expired mail/drac and pet portlint
 |
Monday, 10 Dec 2018
|
03:57 ume
Unmark BROKEN when CLAMAV option is enabled.
 |
Wednesday, 5 Dec 2018
|
12:59 ume
Make CLAMAV option off by default, and mark broken
when CLAMAV option is on.
It seems that recent security/clamav doesn't install
cltypes.h which is included from clamav.h.
 |
Tuesday, 23 Oct 2018
|
11:35 jbeich
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
 |
Friday, 10 Aug 2018
|
13:57 ume
Update to 3.0.8.
 |
Friday, 29 Jun 2018
|
14:22 jbeich
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
 |
Saturday, 16 Jun 2018
|
06:42 ume
cyrus-imapd should start after saslauthd
PR: 228996
Submitted by: ohauer
 |
05:22 ume
add reload to init script
PR: 228992
Submitted by: Johan Bergstrom <bugs [...] bergstroem.nu>
 |
Friday, 18 May 2018
|
13:20 ume
Update to 3.0.7.
 |
Sunday, 6 May 2018
|
11:15 ume
- Fix manpage inclusion of XAPIAN.
- Fix typo.
Submitted by: Adam Mokhtari <adam [...] mokhtari.io>
 |
Saturday, 5 May 2018
|
03:16 ume
Update to 3.0.6.
 |
Saturday, 14 Apr 2018
|
04:21 ume
Add options to use the command line editing feature by cyradm.
PR: 227463
Reported by: Peter Laursen
 |
Friday, 6 Apr 2018
|
15:53 jbeich
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
 |
Tuesday, 20 Mar 2018
|
02:54 truckman
Bump PORTREVISION on ports depending on devel/libical.
PR: 226460
 |
Sunday, 18 Mar 2018
|
05:32 linimon
Mark as broken on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Wednesday, 3 Jan 2018
|
11:16 ume
Update to 3.0.5.
 |
Saturday, 23 Dec 2017
|
17:55 tijl
Remove commented reference to USE_AUTOTOOLS.
 |
09:17 ume
- Add XAPIAN option. [1]
- Drop MySQL include path from configure option. [1]
- Fix build when XAPIAN is enabled.
- Enable AUTOCREATE option by default.
Submitted by: Paul Blazejowski <paulb [...] blazebox.homeip.net> [1]
 |
Thursday, 9 Nov 2017
|
02:31 jbeich
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
 |
Monday, 25 Sep 2017
|
00:02 jbeich
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
 |
Monday, 4 Sep 2017
|
12:41 ume
Add OPTIONS to enable LMDB.
 |
11:55 ume
Update to 3.0.4.
 |
Friday, 11 Aug 2017
|
07:58 ume
Update to 3.0.3.
 |
Friday, 14 Jul 2017
|
17:34 ume
Now, mail/cyrus-imapd30 can be built fine with archivers/brotli.
Reported by: brnrd
 |
Thursday, 22 Jun 2017
|
17:39 ume
Update to 3.0.2.
 |
Monday, 22 May 2017
|
16:04 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
 |
Wednesday, 3 May 2017
|
17:09 pawel
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout
 |
Thursday, 20 Apr 2017
|
12:33 ume
Update to 3.0.1.
 |
Saturday, 8 Apr 2017
|
05:32 ume
fix plist.
PR: 218435
Submitted by: pawel
 |
Friday, 24 Mar 2017
|
12:22 ume
Cyrus IMAP 3.0.0 released.
 |
Friday, 17 Mar 2017
|
14:03 ume
Update to 3.0.0-rc4.
 |
Monday, 13 Mar 2017
|
16:02 ume
Fix build. SQLITE is required unconditionally at least for now.
 |
Saturday, 11 Mar 2017
|
02:31 ume
Fix build. The configure script uses pkg-config for
detecting jansson.
 |
Friday, 10 Mar 2017
|
02:05 ume
Add Cyrus IMAP 3.0 series.
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage. Interfaces, APIs, features, etc are not likely to change
between now and the full release.
 |
Number of commits found: 71 |