Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.22 20 Sep 2023 12:10:11 |
Muhammad Moinur Rahman (bofh) |
mail/cyrus-imapd24: Remove expired port
2023-09-15 mail/cyrus-imapd24: No longer supported by upstream |
2.4.22 13 Aug 2023 17:38:17 |
Hajimu UMEMOTO (ume) |
mail/cyrus-imapd2{3,4}: Mark deprecated and it will be expired at 2023/09/15
PR: 273093
Reported by: delphij |
2.4.22 25 Jun 2023 15:22:14 |
Hajimu UMEMOTO (ume) |
mail/cyrus-imapd24: include bsd.ports.post.mk rather than bsd.ports.mk |
2.4.22 25 Jun 2023 15:17:26 |
Hajimu UMEMOTO (ume) |
mail/cyrus-imapd24: ignore build with llvm 16 |
2.4.22 08 Feb 2023 10:53:56 |
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 |
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) |
2.4.22 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 ) |
2.4.22 02 Apr 2022 22:55:43 |
Hajimu UMEMOTO (ume) |
mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER
PR: 263013
Reported by: yasu |
2.4.22 10 Jan 2022 15:15:39 |
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 (Only the first 15 lines of the commit message are shown above ) |
2.4.22 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
2.4.22 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.22 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.4.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.22 09 Mar 2021 11:29:34 |
ume |
Update to 2.4.22. |
2.4.21 19 Aug 2020 12:55:44 |
ume |
Update to 2.4.21. |
2.4.20_2 12 Apr 2020 09:19:03 |
ume |
Remove obsolete site. |
2.4.20_2 17 Nov 2019 03:09:25 |
ume |
Update MASTER_SITES. |
2.4.20_2 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
2.4.20_2 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.4.20_2 16 Jan 2019 10:43:59 |
rene |
mail/cyrus-imapd24: remove support for expired mail/drac and pet portlint |
2.4.20_2 08 Oct 2018 05:07:36 |
ume |
Use https to fetch from cyrusimap.org. |
2.4.20_2 16 Jun 2018 06:42:34 |
ume |
cyrus-imapd should start after saslauthd
PR: 228996
Submitted by: ohauer |
2.4.20_1 16 Jun 2018 05:22:02 |
ume |
add reload to init script
PR: 228992
Submitted by: Johan Bergstrom <bugs [...] bergstroem.nu> |
2.4.20 08 Apr 2018 02:13:55 |
ume |
Fix build with LibreSSL 2.7
PR: 227167
Submitted by: brnrd |
2.4.20 24 Dec 2017 12:44:47 |
tijl |
Convert to USES=autoreconf. |
2.4.20 18 Aug 2017 02:29:33 |
ume |
Update to 2.4.20. |
2.4.19_1 15 Jun 2017 19:53:48 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.4.19_1 11 Jun 2017 16:26:49 |
ume |
Fix build with LibreSSL.
PR: 219922 |
2.4.19_1 24 May 2017 15:12:06 |
ume |
Bump PORTREVISION for my previous commit which fixes
local mail delivery. |
2.4.19 24 May 2017 15:09:56 |
ume |
Fix delivering the messages into the local mailbox by lmtpd.
PR: 219494
Obtained
from: http://asg.andrew.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=57396 |
2.4.19 18 May 2017 03:26:57 |
ume |
The AUTOCREATE patch is not applicable for 2.4.19.
Reported by: mat |
2.4.19 16 May 2017 17:17:30 |
ume |
Update to 2.4.19. |
2.4.18_4 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.4.18_4 10 Mar 2017 02:05:02 |
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. |
2.4.18_4 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.4.18_4 17 Jun 2016 23:28:05 |
mat |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
2.4.18_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.4.18_4 12 May 2016 11:06:41 |
ume |
Use USES=bdb and USES=mysql. |
2.4.18_4 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
2.4.18_4 12 Apr 2016 17:19:19 |
ume |
Remove needless MURDER_CFLAGS since r38220. |
2.4.18_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.18_4 19 Mar 2016 13:35:03 |
mat |
Fix build on 9.
Pointy hat on: ume
Sponsored by: Absolight |
2.4.18_4 18 Mar 2016 11:39:19 |
ume |
- Don't install garbage into DOCSDIR.
- Rework handling of conf files. |
2.4.18_3 17 Mar 2016 08:56:49 |
ume |
Install cyrus.conf and imapd.conf even when
EXAMPLES is off.
Spotted by: Karl Pielorz <kpielorz_lst__at__tdx.co.uk> |
2.4.18_3 26 Feb 2016 06:51:47 |
ume |
Use gssapi related descriptions in bsd.options.desc.mk. |
2.4.18_3 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
2.4.18_2 01 Dec 2015 14:33:32 |
ume |
Apply upstream patches to fix CVE-2015-8077 and CVE-2015-8078.
Obtained
from: https://cyrus.foundation/cyrus-imapd/patch/?id=745e161c834f1eb6d62fc14477f51dae799e1e08,
https://cyrus.foundation/cyrus-imapd/patch/?id=6fb6a272171f49c79ba6ab7c6403eb25b39ec1b2
MFH: 2015Q4
Security: d62ec98e-97d8-11e5-8c0e-080027b00c2e |
2.4.18_1 17 Oct 2015 07:33:11 |
ume |
re-enable autosieve option.
PR: 162185
Submitted by: enzi.sergio |
2.4.18 08 Oct 2015 15:12:22 |
olgeni |
Remove trailing whitespace from Makefiles, M-X. |
2.4.18 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.4.18 11 Sep 2015 17:58:45 |
mat |
Put back man pages definitions in the Makefile.
Requested by: maintainer
Sponsored by: Absolight |
11 Sep 2015 15:16:20
|
mat |
Fix this, strangely everything got downcased.
Pointy to: mat or vim
Sponsored by: Absolight |
11 Sep 2015 14:56:55
|
mat |
Cleanup and modernization of mail/cyrus-imapd2*.
With hat: portmgr
Sponsored by: Absolight |
2.4.18 08 Jul 2015 15:19:41 |
ume |
Mark BROKEN when AUTOSIEVE is ON, as autosieve patch
is not available.
Spotted by: mat |
2.4.18 06 Jul 2015 10:56:13 |
ume |
Restore accidentally nuked distinfo by my previous commit. |
2.4.18 06 Jul 2015 10:48:22 |
ume |
Update to 2.4.18. |
2.4.17_11 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.4.17_11 11 May 2015 11:55:26 |
ume |
Use USES=gssapi to support MIT Kerberos and Heimdal from ports.
Requested by: Phil Pennock <phil.pennock__at__spodhuis.org> |
2.4.17_11 08 May 2015 12:25:42 |
ume |
Drop @dirrm* from plist. |
2.4.17_11 08 May 2015 10:00:58 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
2.4.17_11 09 Apr 2015 17:06:12 |
ume |
Add CPE information. |
2.4.17_11 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
2.4.17_11 25 Mar 2015 11:41:18 |
marino |
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket |
2.4.17_11 11 Jan 2015 17:22:15 |
ume |
Enable IDLED by default.
Requested by: "O'Connor, Daniel" <darius__at__dons.net.au> |
2.4.17_10 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.4.17_9 22 Nov 2014 19:13:50 |
crees |
Switch to USES=pgsql |
2.4.17_9 18 Nov 2014 14:31:25 |
ume |
Fix .packlist
PR: 195115 |
2.4.17_8 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) |
2.4.17_7 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.4.17_7 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.4.17_6 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.4.17_6 05 Jul 2014 12:19:33 |
tijl |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit) |
2.4.17_5 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.4.17_5 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.4.17_5 05 Jun 2014 14:58:34 |
ume |
Install the manpages of HTML version which were no longer installed
accidentally at the time of stagefy. |
2.4.17_4 30 Dec 2013 16:01:05 |
ume |
Update LICENSE. |
2.4.17_4 13 Oct 2013 18:48:51 |
ume |
use modern OPTIONS helper. |
2.4.17_4 05 Oct 2013 18:35:40 |
ume |
avoid package name collisions.
Spotted by: bapt |
2.4.17_4 05 Oct 2013 17:52:49 |
ume |
- enable stage.
- use new LIB_DEPENDS format. |
2.4.17_4 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.4.17_4 15 Sep 2013 07:14:13 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.4.17_4 15 Jul 2013 19:45:38 |
ume |
Add Cyrus man pages to manpath.
PR: ports/180363
Submitted by: Panagiotis Christias <p.christias__at__noc.ntua.gr> |
2.4.17_3 12 Jun 2013 13:26:53 |
az |
- Fix typo in r320679 |
2.4.17_3 12 Jun 2013 13:00:56 |
az |
- lang/perl5.12 upgrade to 5.12.5
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]
[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)
Please, see ports/UPDATING for upgrade procedure.
Reviewed by: bapt@ (exp-run), culot@ |
2.4.17_3 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.4.17_2 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.4.17_1 10 Dec 2012 11:50:34 |
ume |
don't segfault on mailbox close with no user.
Obtained
from: http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.4&id=1661683d453ea444aae5832b4a2cb7fd54489672 |
2.4.17 02 Dec 2012 15:41:17 |
ume |
- Update to 2.4.17.
- Remove shlib versions.
- Trim Makefile header.
Feature safe: yes |
2.4.16 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.4.16 12 Jun 2012 17:39:22 |
ume |
Convert to use new OPTIONS framework. |
2.4.16 19 Apr 2012 15:46:35 |
ume |
Update to 2.4.16.
From install-upgrade:
Upgrading from 2.4.15
* The tools/rehash utility has been fixed, we recommend ALL sites
with the fulldirhash option enabled to run tools/rehash on their
mailspools. |
2.4.15 18 Apr 2012 18:03:26 |
ume |
Update to 2.4.15.
From install-upgrade:
Upgrading from 2.4.14
* We recommend that ALL sites with fulldirhash enabled run
tools/rehash on their mail spools after upgrading from 2.4.14.
There were serious 32 vs 64 bit hashing bugs which were made worse
with 2.4.14. NOTE: the syntax of tools/rehash has changed. Run it
without arguments to see a usage statement. |
2.4.14 12 Mar 2012 15:57:42 |
ume |
Update to 2.4.14.
Feature safe: yes |
2.4.13_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.4.13_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.4.13_1 03 Jan 2012 01:20:37 |
ume |
Fix plist.
Spotted by: pointyhat via pav. |
2.4.13 31 Dec 2011 15:01:50 |
ume |
Update to 2.4.13.
A Happy New Year! |
2.4.12 01 Nov 2011 15:34:58 |
ume |
Update the autosieve patch and unmark BROKEN with the
AUTOSIEVE option.
PR: ports/162185
Submitted by: mm |
2.4.12 05 Oct 2011 16:12:37 |
ume |
Update to 2.4.12. |
2.4.11 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 |