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/exim/pkg-install

Number of commits found: 16

Friday, 4 Jul 2014
11:57 vsevolod search for other commits by this committer
- Support stage
- Update to 4.82.1 (fixes issues with DMARC)
- Simplify plist
- Take maintainership

Reviewed by:	bapt
Original commitRevision:360601 
Wednesday, 7 Jan 2009
07:08 krion search for other commits by this committer
Fix user/group creation order while installing package.

PR:             ports/130184
Submitted by:   Artis Caune <Artis.Caune@gmail.com>
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Original commit
Saturday, 7 Jan 2006
22:48 krion search for other commits by this committer
Allow to install exim with EXIM_USER=exim EXIM_GROUP=exim instead of
mailnull:mail.

PR:             ports/89832
Submitted by:   Artis Caune <Artis.Caune@latnet.lv>
Original commit
Saturday, 17 Jul 2004
14:21 eik search for other commits by this committer
- Update to version 4.40

- Support for WITH_SPF and WITH_SRS via libspf2/libsrs2, needs exiscan

- Note for 5.x users: the default location of the start/stop file has changed.
  Build WITH_RCORDER=yes when you depend on the old behaviour

- WITH_OPENLDAP_VER and WITH_MYSQL_VER does no longer imply the corresponding
WITH_ variable.

- experimental support for optionsng from devel/portmk
Original commit
Monday, 7 Jun 2004
10:53 eik search for other commits by this committer
make LOGDIR and LOG_FILE_PATH tunable [1]
add WITH_AUTH_RADIUS support [2]

Requested by:   Lonnie Santella <lonniesantella@hotmail.com> [1]
                Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [2]
Original commit
Saturday, 31 Jan 2004
15:27 sheldonh search for other commits by this committer
Fix creation of /var/log/exim, which I botched when making EXIM_USER
and EXIM_GROUP operator-overidable.

Submitted by:   eik
Original commit
Monday, 12 Jan 2004
10:56 sheldonh search for other commits by this committer
1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.
2) Allow the operator to override exim user and group with EXIM_USER and
   EXIM_GROUP.  This was made possible by the introduction of runtime
   resolution of the exim_user UID and the exim_group GID, new in
   exim-4.30.

Reported by:    Phil Pennock <pdp@nl.demon.net>
Original commit
Monday, 29 Sep 2003
11:42 sheldonh search for other commits by this committer
WARNING: See caution at the end of this bullet list.

* Update to exim-4.24 (bugfix release).
* Wishlist patch for "eqi" incorporated.
* Mark exim-{ldap2,mysql,postgresql,} as conflicting.
* Substitute PORTREVISION for build number so that the version string
  hints at which version of the port the binary comes from.
* Clean up POST-INSTALL-NOTES.
* Install example scripts, especially upgrade converters, now that exim-old
  has been retired.
* Enable DNSDB-style lookup support by default; it can be disabled with
  WITHOUT_DNSDB.
* Simplify LDAP support, using various versions of OpenLDAP only.
  The old WITH_OPENLDAP[0-9][0-9] options are now invalid; use
  WITH_OPENLDAP and/or WITH_OPENLDAP_VER instead.
* Retired exim-ldap port; OpenLDAP 1.2 is ancient.
* Allow the operator to specify preferred MySql version with
  WITH_MYSQL_VER.
* Allow the operator to specify preferred Berkeley DB version with
  WITH_BDB_VER; the old DB_LIB_VERSION option is now invalid.
* Respect bsd.ports.mk defaults of MySQL 4.0 and OpenLDAP 2.1.
* Allow the operator to specify default charset for header conversions,
  with WITH_DEFAULT_CHARSET.
* Limit configure files to ${PREFIX}/etc/exim by default for security
  reasons; the operator may override this behaviour with
  WITHOUT_ALT_CONFIG_PREFIX.

!!!WARNING!!!
Some of these changes may cause trouble for folks who have a bunch of
exim port tweaks in make.conf and pkgtools.conf.  The ALT_CONFIG_PREFIX
change may break existing deployments.

PR:             ports/57098
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR:             ports/56117
Submitted by:   Pat Lashley <patl+freebsd@volant.org>
PR:             ports/57099
Reported by:    Mark Foster <mark@foster.cc>
Original commit
Wednesday, 10 Sep 2003
13:49 sheldonh search for other commits by this committer
Bring the Exim port closer to use as an install-time sendmail
replacement for FreeBSD:

* Use an rc.subr start/stop script.
* Include contributed periodic scripts.
* Replace $PREFIX with the build-time value of PREFIX.
* Generate a default configure file if it doesn't exist at install-time.
* Remove the default configure file if it hasn't been modified at
  deinstall-time.
* Install additional documentation.
* Move creation and removal of /var/log/exim to pkg-plist.

Bump PORTREVISION accordingly.

This paves the way for ports/56458, which teaches sysinstall about Exim.
Bug trhodes about that PR. :-)

PR:             ports/56450
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Friday, 13 Jun 2003
13:20 sheldonh search for other commits by this committer
1) Update exiscan-acl patch to -09:
   Improved clamd support.
   New FAQ/example documentation.

2) Enable wildlsearch lookups by default and add new
   WITHOUT_WILDLSEARCH knob for disabling them.

3) Issue a fat warning if 127.0.0.1 is found in the relay_from_hosts
   hostlist of an existing configure file on upgrade.  This is important
   for IPv6 users and doesn't hurt IPv4-only users.

4) Attempt local deliveries as the owner of the mailbox (still group
   mail) and don't fail if the existing mailbox permissions are narrower
   than those with which we would have created it.  This works around
   pw(8) creating mailboxes with 0600 permission (instead of 0660).

Don't advertise Exim's configuration syntax as simple any more.  This
implies that you could leverage Exim's power with just a little reading,
which is not the case.

Bump PORTREVISION accordingly.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com> (1)
PR:             ports/52952 (2)
Submitted by:   Tim Bishop <tim@bishnet.net> (2)
Reported by:    Yann Golanski <yann@kierun.org> (3)
Reported by:    "Simon L. Nielsen" <simon@nitro.dk> (4)
Original commit
Thursday, 12 Sep 2002
10:09 sheldonh search for other commits by this committer
I agree with the Exim community that the exim-4.xx has reached production
quality.

Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible.  Move
exim-devel to exim, removing NO_LATEST_LINK:

        repo-copy       exim            -> exim-old
        copy over       exim-devel      -> exim
        retire          exim-devel

Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.
Original commit
Tuesday, 18 Dec 2001
21:08 sheldonh search for other commits by this committer
Search for the mailnull user quietly (grep -q).    
Original commit
Tuesday, 11 Dec 2001
12:34 sheldonh search for other commits by this committer
Build Exim with compile-time defaults for exim_user and exim_group.   Use the
newly added mailnull user, and the now well-established group   mail.    
Original commit
Wednesday, 11 Jul 2001
12:22 sheldonh search for other commits by this committer
Too many people have complained about my choice of MTA user (sendmail).   Bite
the bullet _now_ and use MTA user exim instead.  This means that   only early
adopters of Exim-3.31 are affected, rather than lots more   folks further down
the line.    
Original commit
Monday, 11 Jun 2001
10:20 sheldonh search for other commits by this committer
Sandbox Exim.    
Original commit

Number of commits found: 16