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/dbmail/pkg-plist

Number of commits found: 28

Monday, 22 Jan 2024
17:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/dbmail: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: e294af9a80d25afb613fbcad7a6ccba1b79abc63 commit hash: e294af9a80d25afb613fbcad7a6ccba1b79abc63 commit hash: e294af9a80d25afb613fbcad7a6ccba1b79abc63 commit hash: e294af9a80d25afb613fbcad7a6ccba1b79abc63 e294af9
Sunday, 27 Aug 2023
09:03 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/dbmail: Update version 3.3.1=>3.4.0

Changelog: https://github.com/dbmail/dbmail/releases/tag/v3.4.0
commit hash: 1282a1a2a48890c8518cd7704e25d76574bb2db1 commit hash: 1282a1a2a48890c8518cd7704e25d76574bb2db1 commit hash: 1282a1a2a48890c8518cd7704e25d76574bb2db1 commit hash: 1282a1a2a48890c8518cd7704e25d76574bb2db1 1282a1a
Monday, 10 Jan 2022
09:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Dima Panov
mail/dbmail: Update version 3.2.5=>3.2.6

- Pet portfmt/portclippy

PR: 261076
Reported by: fluffy
Relnotes: https://github.com/dbmail/dbmail/releases/tag/v3.2.6
commit hash: 4410e9dd23bb38145c90eafac90d7a51cf0db597 commit hash: 4410e9dd23bb38145c90eafac90d7a51cf0db597 commit hash: 4410e9dd23bb38145c90eafac90d7a51cf0db597 commit hash: 4410e9dd23bb38145c90eafac90d7a51cf0db597 4410e9d
Friday, 7 Aug 2020
18:48 bofh search for other commits by this committer
mail/dbmail: Update version 3.2.4=>3.2.5

Relnotes:	https://github.com/dbmail/dbmail/releases
Original commitRevision:544342 
Monday, 8 Jun 2020
16:23 bofh search for other commits by this committer
mail/dbmail: Update version 3.2.3=>3.2.4

- Migrate to Github

PR:		247084
Submitted by:	fluffy
Relnotes:	https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
Original commitRevision:538230 
Friday, 31 Oct 2014
23:02 bapt search for other commits by this committer
Simplify plist
Original commitRevision:371950 
Sunday, 24 Aug 2014
17:00 adamw search for other commits by this committer
Upgrade mail/dbmail to 3.2.0

3.2.0 contains all the stability improvements done in 3.1 over the
last year. On top of that, it has some nice additions of it's own:

- auto-migrations; An admittedly little tested feature is automatic
migrations of the database schema. Running any of the binaries against
an up-to-date and standard 3.1 schema will try to do all the necessary
upgrades if required.

- static code audit; the Coverity service was used to flush out as
many potential problems as possible.

- new capabilities; some interesting new IMAP capabilities have been
added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will
improve performance especially for mobile clients.

Also:
- Remove redundant option THREADS
- Add additional mirror
- Rework post-install for auto-migration scripts
- Use @sample framework

PR:		192967
Submitted by:	maintainer
Original commitRevision:365968 
Sunday, 18 May 2014
18:34 tijl search for other commits by this committer
mail/gmime26 mail/gmime26-sharp:
- Remove leading hyphen from PKGNAMESUFFIX.
- USES=libtool tar:xz.
- Remove LATEST_LINK.
- Remove $FreeBSD$ from patch.

mail/dbmail:
- USES=libtool.
- INSTALL_TARGET=install-strip.
- Remove -fPIC.
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS.
Original commitRevision:354447 
Thursday, 3 Oct 2013
23:24 wg search for other commits by this committer
mail/dbmail: fix DOCS option

- Fix DOCS option [1] (based on)

PR:		ports/182566 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
Original commitRevision:329248 
Thursday, 26 Sep 2013
15:59 wg search for other commits by this committer
mail/dbmail: update to 3.1.7

- Update to 3.1.7 [1]
- Define DOCS option
- Allow staging

PR:		ports/182406 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
Original commitRevision:328374 
Thursday, 25 Jul 2013
19:58 wg search for other commits by this committer
mail/dbmail: update to 3.1.1

- Update to 3.1.1 [1]
- Remove leading article from COMMENT

Check share/doc/dbmail/UPGRADING for upgrading details.

Changes: http://git.dbmail.eu/paul/dbmail/log/

PR:		ports/180768
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
Original commitRevision:323664 
Sunday, 18 Mar 2012
19:17 rm search for other commits by this committer
- update to 3.0.2
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
  handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x

Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.

PR:             164631
Submitted by:   Alan Hicks <ahicks at p-o.co dot uk>
Feature safe:   yes
Original commit
Wednesday, 12 Dec 2007
15:49 miwi search for other commits by this committer
- Update to 2.2.7

PR:             117840
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Original commit
Friday, 16 Mar 2007
11:23 miwi search for other commits by this committer
- Update to 2.2.4

PR:             110245
Submitted by:   Larry Rosenman <ler@lerctr.org>
Approved by:    maintainer
Original commit
Thursday, 23 Nov 2006
16:05 pav search for other commits by this committer
- Update to 2.2.1

PR:             ports/105785
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Original commit
Saturday, 8 Apr 2006
18:24 mnag search for other commits by this committer
- Update to 2.0.10

PR:             95457
Submitted by:   maintainer
Original commit
Monday, 26 Dec 2005
09:55 edwin search for other commits by this committer
[update] mail/dbmail: sync to svn

        1. #281 - fix compilation on FreeBSD 4.x

PR:             ports/90914
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Original commit
Tuesday, 13 Sep 2005
20:25 pav search for other commits by this committer
- Update to 2.0.7
- Add patch for bug 266
- Reset maintainership (3 months of maintainer timeouts)
- Assign maintainership to a volunteer

PR:             ports/85455, ports/85763
Submitted by:   Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Approved by:    maintainer timeout (seanc; 14 days)
Original commit
Monday, 18 Jul 2005
16:04 pav search for other commits by this committer
- Patch nine bugs:
  #79 - INTERNALDATE reponses do not conform to RFC
  #145 - LMTP loses return-path
  #177 - Compile Fails on FreeBSD
         (fixes compilation on FreeBSD 4.X)
  #184 - socklen_t issue
  #190 - huge load if database crash
  #198 - DBMail processes killing each other
  #199 - spare child creates zombie
  #214 - dbmail-smtp dumps core with double free
  #216 - malformed header prevents delivery

- Fix RC_SUBR usage

PR:             ports/83437, also ports/80736, ports/82437, ports/83575
Submitted by:   Mark Starovoytov <mark@kikg.ifmo.ru>,
                parts also by: Radim Kolar <hsn@netmag.cz>, thompsa,
                Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    maintainer timeout (2 months on oldest PR)
Original commit
Wednesday, 10 Nov 2004
09:21 seanc search for other commits by this committer
Add rcNG startup scripts for dbmail.  Bump port version.
Original commit
Tuesday, 2 Nov 2004
18:47 seanc search for other commits by this committer
Fix dbmail's packaging in the mysql case.  Bumped version.

Submitted by:   kris
Original commit
Sunday, 24 Oct 2004
00:23 seanc search for other commits by this committer
Update dbmail to 2.0.0.  This upgrade requires a migration script to be run.
See UPDATING for details.  Grab maintainership of this port for the time being.
Original commit
Tuesday, 20 Jul 2004
02:19 ijliao search for other commits by this committer
upgrade to 1.2.9

Submitted by:   forth@zbwei.net
Original commit
Tuesday, 29 Jun 2004
17:24 vs search for other commits by this committer
Minor cleanup:
- added file EXTRAS (referenced from other documents)
- removed script install-dbmail.sh

PR:             ports/68473
Submitted by:   Radim Kolar
Original commit
Friday, 19 Dec 2003
09:54 clement search for other commits by this committer
- Install manual pages [1]
- use PORTDOCS
- bump PORTREVISION

Noticed by:             Dave C. <djc@microwave.com> [1]
Approved by:            erwin (mentor)
Original commit
Friday, 24 Oct 2003
06:51 sergei search for other commits by this committer
- Update to 1.2.1:
  This update fixes a security bug in the SMTP handling code and adds
  some indexes to the PostgreSQL table layout for speed improvements

PR:             58470
Submitted by:   maintainer
Approved by:    krion (implicit)
Original commit
Monday, 13 Oct 2003
23:57 sumikawa search for other commits by this committer
Upgrade to 1.2.

PR:             ports/57958
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Tuesday, 7 Oct 2003
01:17 edwin search for other commits by this committer
[new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)

        (author description)
        The DBMAIL package replaces the normal UNIX mailing system.
        All emails and users data are stored in a database. You can
        create an unlimited number of email accounts, which can be
        checked using the POP3 or IMAP protocol. Users can maintain
        their own set of email addresses. It is more scalable, more
        secure, and faster than traditional mail systems.  DBMAIL
        uses PostgreSQL or MySQL.

PR:             ports/54887
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit

Number of commits found: 28