Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.20220128_1,1 23 Mar 2024 11:19:32 |
Tijl Coosemans (tijl) |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13.20220128_1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.13.20220128_1,1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.13.20220128_1,1 02 Mar 2022 13:28:57 |
Guido Falsi (madpilot) |
mail/dma: Fix cronjob install location
- Install the cronjob file in the correct location, so it is
automatically picked up by cron
- While here, use ETCDIR expansion in plist in place of static path
where appropriate
PR: 262294
Approved by: garga (maintainer)
Fixes: f3c2313c5893 mail/dma: Implement cronjob to flush emails |
0.13.20220128,1 25 Feb 2022 11:43:58 |
Renato Botelho (garga) Author: Ronald Klop |
mail/dma: Update to 0.13.20220128
PR: 261534
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13.20210614,1 25 Feb 2022 11:42:26 |
Renato Botelho (garga) Author: Ronald Klop |
mail/dma: Implement cronjob to flush emails
Add a new cronjob to flush emails every 30 minutes and change
pkg-message to let users know about it.
PR: 261532
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13.20210614,1 25 Feb 2022 11:40:50 |
Renato Botelho (garga) |
mail/dma: Remove unused variables
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13.20210614,1 30 Jun 2021 12:24:10 |
Renato Botelho (garga) |
mail/dma: Pet portclippy and format with portfmt |
0.13.20210614,1 30 Jun 2021 12:24:10 |
Renato Botelho (garga) Author: Ronald Klop |
mail/dma: update to 0.13.20210614
- Upstream does not make releases very often while significant bugfixes
are committed now and than. Last release was Feb 2020.
- Upgrade the port to the same version as is included in DragonflyBSD:
https://lists.dragonflybsd.org/pipermail/commits/2021-May/820180.html
- This versioning scheme is flexible enough to follow 0.14 in the future
might that release ever happen.
- Remove now obsoleted patch-crypto.c
PR: 256597
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13_2,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.13_2,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.13_2,1 11 Feb 2021 14:08:45 |
garga |
mail/dma: Fix compiler warning
- Make verify_server_fingerprint() static and fix compiler warning
- While here, re-generate other patches with `make makepatch`
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13_1,1 02 Feb 2021 13:05:41 |
garga |
mail/dma: Fix build and improve pkg-message
- Replace deprecated NO_WERROR by MK_WERROR=no
- Tweak pkg-message to mention that dma is also in base [1]
PR: 252045 [1]
Submitted by: Dan Mahoney <freebsd@gushi.org>
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.13,1 11 Feb 2020 11:35:46 |
garga |
mail/dma: Update to 0.13
Sponsored by: Rubicon Communications, LLC (Netgate) |
0.12,1 15 Jan 2020 21:22:24 |
bapt |
Fix bad usage of MANDIRS |
0.12,1 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.12,1 14 Oct 2019 16:51:02 |
garga |
Limit portscout versions to numbers and dots |
0.12,1 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
0.12,1 21 Aug 2019 19:22:04 |
garga |
mail/dma: Update to 0.12
Sponsored by: Rubicon Communications, LLC (Netgate) |
0.11_1,1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
0.11_1,1 18 Jun 2019 13:51:17 |
garga |
Take maintainership |
0.11_1,1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
0.11_1,1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.11_1,1 13 Jan 2017 09:19:30 |
amdmi3 |
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket |
0.11_1,1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
0.11_1,1 20 Aug 2016 16:39:52 |
bapt |
Incorporate a patch from upstream
Affecting DragonFly 4.6 and earlier, Matt Dillon fixed this in base after
finding out from BSDNow Episode 152. Comments following were from his commit
which explains better than I. Just taking his change and putting it here as
well.
* dma makes an age-old mistake of not properly checking whether a file
owned by a user is a symlink or not, a bug which the original mail.local
also had.
* Add O_NOFOLLOW to disallow symlinks.
Thanks-to: BSDNow Episode 152, made me dive dma to check when they talked
about the mail.local bug. |
0.11,1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.11,1 22 Feb 2016 20:54:42 |
mat |
Fix build as a user.
Sponsored by: Absolight |
0.11,1 14 Feb 2016 14:55:10 |
madpilot |
- Update to 0.11
- Update GITHUB usage
- Use software own install target
- Removed support for unsupported FreeBSD releases |
v0.9_1,1 08 Oct 2015 01:51:27 |
amdmi3 |
- Drop 8.x support
- Fix staging on 11.x
Approved by: portmgr blanket |
v0.9_1,1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
v0.9_1,1 07 May 2015 16:32:44 |
mat |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
v0.9_1,1 26 Mar 2015 14:33:35 |
marino |
mail/dma: disable -Werror |
v0.9_1,1 30 Dec 2014 07:44:42 |
bapt |
dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by
make.conf and src.conf
PR: 194099
Submitted by: mva |
v0.9_1,1 29 Dec 2014 23:06:30 |
bapt |
Use regular EXTRA_PATCHES definition
PR: 192033
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
v0.9_1,1 29 Dec 2014 22:48:00 |
bapt |
I have no time to work on dma |
v0.9_1,1 22 Sep 2014 07:22:10 |
bapt |
Cleanup plist |
v0.9_1,1 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
v0.9_1,1 02 Sep 2014 13:09:12 |
bapt |
Simplify the port and make sure the credential on files are ok
Using the new syntax offered for plist now that pkg_install support is done |
v0.9,1 18 Aug 2014 16:43:25 |
bdrewery |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
v0.9,1 18 May 2014 03:16:28 |
erwin |
Transfer maintainership to bapt
Submitted by: bz |
v0.9,1 18 May 2014 01:53:31 |
erwin |
- Fix build on 8.x [1]
- Change license to BSD3CLAUSE
- Stageify
PR: 189895 [1]
Submitted by: plosher [1]
Sponsored by: DK Hostmaster A/S |
v0.9,1 22 Sep 2013 14:36:55 |
lme |
Correct maintainer's email address.
Requested by: maintainer via IRC |
v0.9,1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
v0.9,1 16 Sep 2013 13:44:26 |
wg |
mail/dma: update to 0.9
- Update to 0.9 [1]
- USE_GITHUB framework
- Remove useless LICENSE_FILE
- Trim Makefile header
- Mark IGNORE for 8.x
PR: ports/182058
Submitted by: bz (maintainer) |
v0.7_1,1 14 Apr 2012 15:49:42 |
crees |
Fix a couple of issues:
- Make compile with old and new openssl
- Do not try to call git to get the version number
- Fix compile on FreeBSD 8.1
- Change maintainer email address
PR: ports/165775
Submitted by: bz |
v0.7,1 04 Mar 2012 23:01:08 |
eadler |
Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and
uid/gid on /var/mail files as needed by dma.
Changes:
Adds maasquerading support
PR: ports/165697
Submitted by: bz |
20101004_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20101004_2 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
20101004_2 02 Jan 2011 14:01:24 |
bapt |
- Fix alias file scanning
- submitter is now maintainer
Submitted by: bz (by mail) |
20101004_1 27 Oct 2010 09:38:01 |
bapt |
Add forgotten rc file
Reported by: QAT |
20101004_1 27 Oct 2010 07:59:52 |
bapt |
Add rc script to allow to flush queue on startup and shutdown
bump portrevision
Submitted by: bz@ (by email) |
20101004 18 Oct 2010 11:39:00 |
bapt |
- Update port to latest developer version
- Remove now useless patch-spool.c
- add patch-mail.c to fix compilation on 8.1 i386
Note that the dragonflybsd version and gitorious versions are different and the
virtuser file is gone in favour of env MAIL variable.
PR: ports/151408
Submitted by: bz@ |
20091004 30 Aug 2010 11:22:50 |
bapt |
- Mark as broken on 6.X
Reported by: pointyhat
Approved by: mentors (implicit) |
20091004 11 Aug 2010 20:24:44 |
bapt |
- Fixes warning in aliases_scan.l [1]
- Fixes warning in spool.c [2]
Reported by: QAT
Submitted by: Patrice Clement <patricec _at_ acm.org> (IRC) [1], me [2]
Approved by: rene@ (mentor vacation) |
20091004 11 Aug 2010 09:51:48 |
bapt |
- Update to 20091004
- Add license
- Remove the now useless dma.rb
Approved by: rene@ (mentor vacation) |
20090825 09 Aug 2010 13:28:50 |
arved |
Drop Maintainership
PR: 149436
Submitted by: old maintainer |
20090825 26 Aug 2009 16:01:34 |
miwi |
- Update to 20090825
PR: 138165
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
20090208_2 07 Jul 2009 13:29:02 |
amdmi3 |
- Fix a race condition in the multiple recipient delivery code which can cause
message corruption
PR: 136304
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
20090208_1 12 Mar 2009 18:12:41 |
dhn |
- Update pkg-descr
- Minor line endings fix in dma.rb
PR: 132457
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: miwi (mentor) |
20090208_1 13 Feb 2009 20:19:04 |
wxs |
- Fix the dma.rb wrapper for sendmail -t support to not require
oniguruma support in ruby by removing the zero-width positive
lookbehind assertion.
PR: ports/131641
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
20090208 12 Feb 2009 00:41:34 |
wxs |
The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
designed for home and office use. It accepts mails from locally
installed Mail User Agents (MUA) and delivers the mails either
locally or to a remote destination. Remote delivery includes
several features like TLS/SSL support and SMTP authentication.
Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25
for incoming connections.
PR: ports/130658
Submitted by: Daniel Roethlisberger <daniel@roe.ch> |