aboutsummaryrefslogtreecommitdiff
path: root/mail/dma
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/dma: Fix compiler warningRenato Botelho2021-02-115-9/+20
| | | | | | | | | | - Make verify_server_fingerprint() static and fix compiler warning - While here, re-generate other patches with `make makepatch` Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=564953
* mail/dma: Fix build and improve pkg-messageRenato Botelho2021-02-022-2/+16
| | | | | | | | | | | | - 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") Notes: svn path=/head/; revision=563805
* mail/dma: Update to 0.13Renato Botelho2020-02-112-4/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=525806
* Fix bad usage of MANDIRSBaptiste Daroussin2020-01-152-2/+2
| | | | Notes: svn path=/head/; revision=523176
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | 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>. Notes: svn path=/head/; revision=518434
* Limit portscout versions to numbers and dotsRenato Botelho2019-10-141-0/+2
| | | | Notes: svn path=/head/; revision=514466
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* mail/dma: Update to 0.12Renato Botelho2019-08-213-39/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=509526
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* Take maintainershipRenato Botelho2019-06-181-2/+2
| | | | Notes: svn path=/head/; revision=504485
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-7/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-131-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431353
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Incorporate a patch from upstreamBaptiste Daroussin2016-08-202-0/+36
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=420518
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* Fix build as a user.Mathieu Arnold2016-02-221-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=409371
* - Update to 0.11Guido Falsi2016-02-1416-143/+87
| | | | | | | | | - Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases Notes: svn path=/head/; revision=408860
* - Drop 8.x supportDmitry Marakasov2015-10-084-23/+5
| | | | | | | | | - Fix staging on 11.x Approved by: portmgr blanket Notes: svn path=/head/; revision=398792
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385637
* mail/dma: disable -WerrorJohn Marino2015-03-261-1/+1
| | | | Notes: svn path=/head/; revision=382321
* dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed byBaptiste Daroussin2014-12-301-0/+2
| | | | | | | | | | make.conf and src.conf PR: 194099 Submitted by: mva Notes: svn path=/head/; revision=375815
* Use regular EXTRA_PATCHES definitionBaptiste Daroussin2014-12-291-2/+2
| | | | | | | | PR: 192033 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Notes: svn path=/head/; revision=375809
* I have no time to work on dmaBaptiste Daroussin2014-12-291-1/+1
| | | | Notes: svn path=/head/; revision=375807
* Cleanup plistBaptiste Daroussin2014-09-221-3/+2
| | | | Notes: svn path=/head/; revision=368822
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367307
* Simplify the port and make sure the credential on files are okBaptiste Daroussin2014-09-022-15/+13
| | | | | | | Using the new syntax offered for plist now that pkg_install support is done Notes: svn path=/head/; revision=366998
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* Transfer maintainership to baptErwin Lansing2014-05-181-1/+1
| | | | | | | Submitted by: bz Notes: svn path=/head/; revision=354387
* - Fix build on 8.x [1]Erwin Lansing2014-05-184-29/+37
| | | | | | | | | | | | - Change license to BSD3CLAUSE - Stageify PR: 189895 [1] Submitted by: plosher [1] Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=354383
* Correct maintainer's email address.Lars Engels2013-09-221-1/+1
| | | | | | | Requested by: maintainer via IRC Notes: svn path=/head/; revision=327874
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* mail/dma: update to 0.9William Grzybowski2013-09-168-64/+45
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=327398
* Fix a couple of issues:Chris Rees2012-04-144-5/+36
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=294811
* Update dma to 0.7Eitan Adler2012-03-0415-64/+186
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292693
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Fix alias file scanningBaptiste Daroussin2011-01-022-3/+14
| | | | | | | | | - submitter is now maintainer Submitted by: bz (by mail) Notes: svn path=/head/; revision=267278
* Add forgotten rc fileBaptiste Daroussin2010-10-271-0/+32
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=263646
* Add rc script to allow to flush queue on startup and shutdownBaptiste Daroussin2010-10-272-0/+13
| | | | | | | | | bump portrevision Submitted by: bz@ (by email) Notes: svn path=/head/; revision=263644
* - Update port to latest developer versionBaptiste Daroussin2010-10-188-28/+32
| | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=263187
* - Mark as broken on 6.XBaptiste Daroussin2010-08-301-1/+7
| | | | | | | | Reported by: pointyhat Approved by: mentors (implicit) Notes: svn path=/head/; revision=260196
* - Fixes warning in aliases_scan.l [1]Baptiste Daroussin2010-08-113-1/+23
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=259116
* - Update to 20091004Baptiste Daroussin2010-08-117-92/+27
| | | | | | | | | | - Add license - Remove the now useless dma.rb Approved by: rene@ (mentor vacation) Notes: svn path=/head/; revision=259104
* Drop MaintainershipTilman Keskinoz2010-08-091-1/+1
| | | | | | | | PR: 149436 Submitted by: old maintainer Notes: svn path=/head/; revision=259008
* - Update to 20090825Martin Wilke2009-08-265-72/+13
| | | | | | | | PR: 138165 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=240352
* - Fix a race condition in the multiple recipient delivery code which can ↵Dmitry Marakasov2009-07-072-1/+39
| | | | | | | | | | cause message corruption PR: 136304 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=237346