notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/cyrus-imapd25/Makefile

Number of commits found: 71

Sunday, 10 Mar 2024
13:08 Hajimu UMEMOTO (ume) search for other commits by this committer
mail/cyrus-imapd25: Make it buildable with db18 on recent FreeBSD.
commit hash: cc395675449ce188bc3868e720d753ad603a2947 commit hash: cc395675449ce188bc3868e720d753ad603a2947 commit hash: cc395675449ce188bc3868e720d753ad603a2947 commit hash: cc395675449ce188bc3868e720d753ad603a2947 cc39567
Tuesday, 16 Jan 2024
17:11 Hajimu UMEMOTO (ume) search for other commits by this committer
mail/cyrus-imapd*: Restore GNU_CONFIGURE
commit hash: 1c45acea33b5f9aedc090917cc1cb34c578e01f4 commit hash: 1c45acea33b5f9aedc090917cc1cb34c578e01f4 commit hash: 1c45acea33b5f9aedc090917cc1cb34c578e01f4 commit hash: 1c45acea33b5f9aedc090917cc1cb34c578e01f4 1c45ace
11:43 Hajimu UMEMOTO (ume) search for other commits by this committer
mail/cyrus-imapd*: Move manpages to ${PREFIX}/share
commit hash: 8a5c357183e0bab2774c275907a417534ae7a9c3 commit hash: 8a5c357183e0bab2774c275907a417534ae7a9c3 commit hash: 8a5c357183e0bab2774c275907a417534ae7a9c3 commit hash: 8a5c357183e0bab2774c275907a417534ae7a9c3 8a5c357
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Tuesday, 29 Nov 2022
04:51 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: f7bcd43826f0aca95ecacda1bfad3c7f21621e74 commit hash: f7bcd43826f0aca95ecacda1bfad3c7f21621e74 commit hash: f7bcd43826f0aca95ecacda1bfad3c7f21621e74 commit hash: f7bcd43826f0aca95ecacda1bfad3c7f21621e74 f7bcd43
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 2 Apr 2022
22:55 Hajimu UMEMOTO (ume) search for other commits by this committer
mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER

PR:		263013
Reported by:	yasu
commit hash: 793e755318b1041c49374161295511a874eca48e commit hash: 793e755318b1041c49374161295511a874eca48e commit hash: 793e755318b1041c49374161295511a874eca48e commit hash: 793e755318b1041c49374161295511a874eca48e 793e755
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 30 Mar 2021
11:10 ume search for other commits by this committer
better macro checking.

Reported by:	nork
Original commitRevision:569547 
Tuesday, 9 Mar 2021
11:20 ume search for other commits by this committer
Update to 2.5.17.
Original commitRevision:567923 
Tuesday, 2 Feb 2021
19:41 linimon search for other commits by this committer
Mark as BROKEN on riscv64.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Original commitRevision:563840 
Wednesday, 19 Aug 2020
12:56 ume search for other commits by this committer
Update to 2.5.16.
Original commitRevision:545320 
Sunday, 12 Apr 2020
09:19 ume search for other commits by this committer
Remove obsolete site.
Original commitRevision:531495 
Monday, 16 Dec 2019
13:35 ume search for other commits by this committer
Update to 2.5.15.
Original commitRevision:520257 
Sunday, 17 Nov 2019
03:09 ume search for other commits by this committer
Update MASTER_SITES.
Original commitRevision:517797 
Friday, 15 Nov 2019
15:39 ume search for other commits by this committer
Update tp 2.5.14
Original commitRevision:517685 
Thursday, 14 Nov 2019
12:39 tobik search for other commits by this committer
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Original commitRevision:517560 
Wednesday, 9 Oct 2019
12:06 bapt search for other commits by this committer
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Original commitRevision:514142 
Monday, 27 May 2019
13:47 ume search for other commits by this committer
Update to 2.5.13.
Original commitRevision:502796 
Wednesday, 16 Jan 2019
11:10 rene search for other commits by this committer
mail/cyrus-imapd25: remove support for expired mail/drac and FreeBSD < 10
Original commitRevision:490470 
Monday, 8 Oct 2018
05:07 ume search for other commits by this committer
Use https to fetch from cyrusimap.org.
Original commitRevision:481513 
04:49 ume search for other commits by this committer
Update to 2.5.12.
Original commitRevision:481512 
Sunday, 30 Sep 2018
11:58 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.

The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
Original commitRevision:480951 
Saturday, 16 Jun 2018
06:42 ume search for other commits by this committer
cyrus-imapd should start after saslauthd

PR:		228996
Submitted by:	ohauer
Original commitRevision:472520 
05:22 ume search for other commits by this committer
add reload to init script

PR:		228992
Submitted by:	Johan Bergstrom <bugs [...] bergstroem.nu>
Original commitRevision:472518 
Tuesday, 20 Mar 2018
02:54 truckman search for other commits by this committer
Bump PORTREVISION on ports depending on devel/libical.

PR:		226460
Original commitRevision:465061 
Saturday, 23 Dec 2017
17:55 tijl search for other commits by this committer
Remove commented reference to USE_AUTOTOOLS.
Original commitRevision:457094 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 27 May 2017
00:20 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441819 
Tuesday, 9 May 2017
12:22 ume search for other commits by this committer
Update to 2.5.11.
Original commitRevision:440482 
Wednesday, 3 May 2017
17:09 pawel search for other commits by this committer
- 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
Original commitRevision:440024 
Friday, 10 Mar 2017
02:05 ume search for other commits by this committer
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.
Original commitRevision:435817 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Tuesday, 18 Oct 2016
16:36 ume search for other commits by this committer
Update to 2.5.10.
Original commitRevision:424175 
Friday, 22 Jul 2016
10:56 ume search for other commits by this committer
- Update to 2.5.9
- Use USES=ssl
Original commitRevision:418915 
Friday, 20 May 2016
09:02 ume search for other commits by this committer
Update to 2.5.8.
Original commitRevision:415544 
Thursday, 12 May 2016
11:06 ume search for other commits by this committer
Use USES=bdb and USES=mysql.
Original commitRevision:415058 
Tuesday, 12 Apr 2016
17:19 ume search for other commits by this committer
Remove needless MURDER_CFLAGS since r38220.
Original commitRevision:413146 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
12:15 ume search for other commits by this committer
Add missing dependency to pkgconfig when HTTP option
is on.
Original commitRevision:412336 
Saturday, 19 Mar 2016
13:35 mat search for other commits by this committer
Fix build on 9.

Pointy hat on:	ume
Sponsored by:	Absolight
Original commitRevision:411395 
Friday, 18 Mar 2016
11:39 ume search for other commits by this committer
- Don't install garbage into DOCSDIR.
- Rework handling of conf files.
Original commitRevision:411341 
Thursday, 17 Mar 2016
08:56 ume search for other commits by this committer
Install cyrus.conf and imapd.conf even when
EXAMPLES is off.

Spotted by:	Karl Pielorz <kpielorz_lst__at__tdx.co.uk>
Original commitRevision:411262 
Friday, 26 Feb 2016
06:51 ume search for other commits by this committer
Use gssapi related descriptions in bsd.options.desc.mk.
Original commitRevision:409581 
Sunday, 10 Jan 2016
16:44 bapt search for other commits by this committer
Convert categories m* and m* to USES=sqlite and USES=firebird
Original commitRevision:405721 
Thursday, 17 Dec 2015
17:19 mat search for other commits by this committer
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
Original commitRevision:403913 
Tuesday, 1 Dec 2015
14:30 ume search for other commits by this committer
Update to 2.5.7.
This release fixes CVE-2015-8077 and CVE-2015-8078.

MFH:		2015Q4
Security:	d62ec98e-97d8-11e5-8c0e-080027b00c2e
Original commitRevision:402744 
Thursday, 8 Oct 2015
15:12 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, M-X.
Original commitRevision:398833 
Monday, 14 Sep 2015
12:19 mat search for other commits by this committer
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
Original commitRevision:396892 
Friday, 11 Sep 2015
17:58 mat search for other commits by this committer
Put back man pages definitions in the Makefile.

Requested by:	maintainer
Sponsored by:	Absolight
Original commitRevision:396689 
14:56 mat search for other commits by this committer
Cleanup and modernization of mail/cyrus-imapd2*.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:396672 
03:51 ume search for other commits by this committer
Update to 2.5.6.
Original commitRevision:396646 
Tuesday, 11 Aug 2015
11:09 ume search for other commits by this committer
Update to 2.5.5.
Original commitRevision:393936 
Monday, 6 Jul 2015
03:38 ume search for other commits by this committer
Update to 2.5.4.
Original commitRevision:391387 
Friday, 22 May 2015
08:26 ume search for other commits by this committer
Update to 2.5.3.
Original commitRevision:386991 
Monday, 11 May 2015
11:47 ume search for other commits by this committer
Update to 2.5.2.
Original commitRevision:386070 
Friday, 8 May 2015
12:25 ume search for other commits by this committer
Drop @dirrm* from plist.
Original commitRevision:385771 
Wednesday, 29 Apr 2015
17:47 ume search for other commits by this committer
- Disable GSSAPI_BASE on 8.X.  It seems configure fails to detect
  libkrb5 on it. [1]
- Suppress empty share/doc/cyrus-imapd/man directory.
- Since vzic is not built now, we don't need to depend upon glib20.

Spotted by:	pkg-fallout [1]
Original commitRevision:384999 
Friday, 24 Apr 2015
15:06 ume search for other commits by this committer
Update to 2.5.1.
Original commitRevision:384657 
Thursday, 9 Apr 2015
17:06 ume search for other commits by this committer
Add CPE information.
Original commitRevision:383663 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Monday, 30 Mar 2015
16:13 ume search for other commits by this committer
Specify GSSAPIBASEDIR explicitly even with heimdal in base.
Original commitRevision:382683 
Wednesday, 25 Mar 2015
11:41 marino search for other commits by this committer
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
Original commitRevision:382203 
Monday, 23 Mar 2015
17:31 ume search for other commits by this committer
Option 'autocreatequota' is deprecated in favor of
'autocreate_quota'.

Spotted by:	Paul Dekkers <paul.dekkers__at__surfnet.nl>
Original commitRevision:382016 
Saturday, 21 Mar 2015
16:23 ume search for other commits by this committer
Use USES=gssapi.
Original commitRevision:381797 
Wednesday, 18 Mar 2015
15:14 ume search for other commits by this committer
Make it buildable with both HTTP and SQLITE enabled.

Spotted by:	Paul Dekkers <paul.dekkers__at__surfnet.nl>
Original commitRevision:381557 
Saturday, 14 Mar 2015
04:50 ume search for other commits by this committer
Make it buildable with HTTP option enabled.
Original commitRevision:381246 
Friday, 13 Mar 2015
06:08 ume search for other commits by this committer
Install more files which were added in 2.5.X.
Original commitRevision:381166 
Thursday, 12 Mar 2015
10:23 ume search for other commits by this committer
Add initial support for Cyrus-IMAPd 2.5.0.
HTTP support doesn't work yet.
Original commitRevision:381069 

Number of commits found: 71