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/dovecot-managesieve/Makefile

Number of commits found: 20

Saturday, 6 May 2017
20:12 adamw search for other commits by this committer
Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the end of
July. The last dovecot 1.x release was 6 years ago, and 1.x has been deprecated
upstream for many years.
Original commitRevision:440287 
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 
Monday, 20 Oct 2014
23:15 bdrewery search for other commits by this committer
- Chase dovecot update in r371306
Original commitRevision:371307 
Sunday, 18 May 2014
17:11 ohauer search for other commits by this committer
- add stage support
- bump PORTREVISION
- fix pkg-plist (do not try to remove mail/dovecot folders)

PR:		ports/189078
Submitted by:	ohauer
Approved by:	maintainer timeout (3weeks)
Original commitRevision:354442 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Sunday, 17 Jul 2011
14:33 wxs search for other commits by this committer
Update to 0.11.13

PR:             ports/158272
Submitted by:   me
Approved by:    Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Thursday, 23 Dec 2010
04:42 sahil search for other commits by this committer
- Update to 0.11.12
- Change MAINTAINER address

PR:             ports/153267
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Wednesday, 22 Sep 2010
03:03 sahil search for other commits by this committer
- Bump PORTREVISION to chase mail/dovecot update
Original commit
Monday, 5 Jul 2010
05:42 sahil search for other commits by this committer
- Bump PORTREVISION to chase mail/dovecot update

Approved by:    wxs@/itetcu@ (mentors, implicit)
Feature safe:   yes
Original commit
Sunday, 25 Apr 2010
15:23 sahil search for other commits by this committer
- Bump PORTREVISION to chase mail/dovecot update

PR:             ports/146029
Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
Approved by:    wxs@ (mentor)
Original commit
Tuesday, 26 Jan 2010
14:24 wxs search for other commits by this committer
- Update to 0.11.11

PR:             ports/141727
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
Approved by:    Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Monday, 24 Aug 2009
17:07 wxs search for other commits by this committer
- Update to 0.11.9

PR:             ports/137901
Submitted by:   Yarema <yds@CoolRat.org>
Original commit
Wednesday, 19 Aug 2009
01:26 wxs search for other commits by this committer
- Update to 0.11.8 which is compatible with new dovecot.

PR:             ports/137936
Submitted by:   Yarema <yds@CoolRat.org> (maintainer)
Original commit
Monday, 17 Aug 2009
17:14 wxs search for other commits by this committer
- Broken due to mail/dovecot update.
Original commit
Thursday, 14 May 2009
12:59 wxs search for other commits by this committer
- Update to 0.10.6. This version is required if running dovecot 1.1.14.

PR:             ports/134402
Submitted by:   Darren Pilgrim <ports.maintainer@evilphi.com>
Approved by:    geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Friday, 30 Jan 2009
21:21 beech search for other commits by this committer
Update to 0.10.5

Submitted by:   Yarema <yds@CoolRat.org>
Approved by:    Geoffroy Desvernay <dgeo@ec-marseille.fr> (maintainer)
Original commit
Sunday, 23 Nov 2008
18:10 miwi search for other commits by this committer
- Update to 0.10.4

PR:             129028
Submitted by:   Desvernay Geoffroy <dgeo@ec-marseille.fr> (maintainer)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 30 Jul 2008
02:19 beech search for other commits by this committer
- Fix the text in pkg-descr and pkg-message to be about mail/dovecot-managesieve
  and not the port it was copied from.
- Fix PORTNAME so no version number is hardcoded and add DISTNAME to fetch the
  correct tarball.
- Change the COMMENT to be more descriptive.
  Change RUN_DEPENDS to reference the installed ports and versions being
depended on.
- Fix CONFIGURE_ARGS to use ${MAKE} rather than hardcoding "make" and split to
  multiple lines for readability.

PR:             ports/126059
Submitted by:   Yarema <yds@CoolRat.org>
Approved by:    portmgr, linimon (maintainer on vacation)
Original commit
Saturday, 19 Jul 2008
10:11 miwi search for other commits by this committer
Sieve language support by a plugin for the deliver LDA

    * Mail filtering
    * Mail forwarding
    * Vacation auto-reply

WWW:    http://www.dovecot.org

PR:             ports/125460
Submitted by:   Geoffroy Desvernay <dgeo at ec-marseille.fr>
Original commit

Number of commits found: 20