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-sieve/Makefile

Number of commits found: 24

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 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
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 
Thursday, 23 Jul 2015
07:21 robak search for other commits by this committer
mail/dovecot-sieve: update MASTER_SITES

PR:		199076
Submitted by:	Christian Heckendorf <heckendorfc@gmail.com>
Approved by:	maintainer timeout (3 months)
MFH:		2015Q3
Original commitRevision:392710 
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:10 ohauer search for other commits by this committer
- add stage support
- bump PORTREVISION
- add USES=libtool:keepla
- add LICENSE
- fix pkg-plist (do not try to remove mail/dovecot folders)

PR:		ports/189079
Submitted by:	ohauer
Reviewed by:	maintainer timeout (3 weeks)
Original commitRevision:354441 
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 
Friday, 25 May 2012
14:18 miwi search for other commits by this committer
- Update to 0.1.19

PR:             167160
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:    maintainer timeout
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Sunday, 17 Jul 2011
23:18 wxs search for other commits by this committer
- Bump PORTREVISION to chase update of mail/dovecot.

Noticed by:     zi@
Original commit
Thursday, 23 Dec 2010
04:42 sahil search for other commits by this committer
- Update to 0.1.18

PR:             ports/152919
Submitted by:   Alexander Milanov <a@amilanov.com>
Approved by:    maintainer timeout
Original commit
Monday, 5 Jul 2010
05:41 sahil search for other commits by this committer
- Update to 0.1.17

PR:             ports/147997
Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
Approved by:    Yarema <yds@CoolRat.org> (maintainer)
                wxs@/itetcu@ (mentors, implicit)
Feature safe:   yes
Original commit
Tuesday, 26 Jan 2010
14:25 wxs search for other commits by this committer
- Update to 0.1.15

PR:             ports/141727
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
                Yarema <yds@CoolRat.org> (maintainer)
Original commit
Friday, 30 Oct 2009
09:46 miwi search for other commits by this committer
- Update to 0.1.13

PR:             139854
Submitted by:   Yarema <yds@CoolRat.org> (maintainer)
Original commit
Monday, 24 Aug 2009
17:06 wxs search for other commits by this committer
- Update to 0.1.12

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

PR:             ports/137935
Submitted by:   Yarema <yds@CoolRat.org> (maintainer)
Original commit
Friday, 30 Jan 2009
21:19 beech search for other commits by this committer
- Update to 1.1.6

Submitted by:   Yarema <yds@CoolRat.org> (maintainer)
Original commit
Monday, 8 Sep 2008
08:57 beech search for other commits by this committer
- Fix text in COMMENT, pkg-descr and pkg-message
- Install PORTDOCS

PR:             ports/127202
Submitted by:   Yarema <yds@CoolRat.org> (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
Thursday, 31 Jul 2008
03:01 beech search for other commits by this committer
- Pass maintainership

PR:             ports/126108
Submitted by:   Robin Breathe <robin@isometry.net> (maintainer)
Original commit
Friday, 4 Jul 2008
01:32 beech search for other commits by this committer
- Update to 1.1.5
- Pass maintainership to Robin Breathe <robin@isometry.net>

PR:             ports/125114
Submitted by:   Christoph <christop@physik.tu-berlin.de>
Approved by:    Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Original commit
Tuesday, 7 Aug 2007
11:24 araujo search for other commits by this committer
- Update to 1.0.2.
- Remove 4.X cruft.

PR:             ports/114892
Submitted by:   Nils Vogels <nivo@is-root.com> (maintainer)
Approved by:    pav (portmgr, in mentor's absence)
Original commit
Thursday, 25 Jan 2007
22:58 miwi search for other commits by this committer
- Update to 1.0.1

PR:             108325
Submitted:      Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Original commit
Tuesday, 9 Jan 2007
21:10 miwi search for other commits by this committer
From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve)

Sieve language support by a plugin for the deliver LDA

    * Mail filtering
    * Mail forwarding
    * Vacation auto-reply

WWW:    http://www.dovecot.org

PR:             ports/107352
Submitted by:   Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
Original commit

Number of commits found: 24