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/qmail-spamcontrol/Makefile

Number of commits found: 67

Saturday, 2 Dec 2023
12:11 Rene Ladan (rene) search for other commits by this committer
mail/qmail-spamcontrol: Remove expired port

2023-11-30 mail/qmail-spamcontrol: BROKEN for more than 4+ years
commit hash: e893a37d2da6ef8d2ef71eb7efea928c3429498c commit hash: e893a37d2da6ef8d2ef71eb7efea928c3429498c commit hash: e893a37d2da6ef8d2ef71eb7efea928c3429498c commit hash: e893a37d2da6ef8d2ef71eb7efea928c3429498c e893a37
Sunday, 29 Oct 2023
22:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/qmail-spamcontrol: Mark DEPRECATED

- BROKEN for more than 4+ years and on all supported versions
- Set EXPIRATION_DATE 2023-11-30

Approved by:	portmgr (blanket)
commit hash: a5e15a7d84bf85a3f70157fc8a43961394ba54a4 commit hash: a5e15a7d84bf85a3f70157fc8a43961394ba54a4 commit hash: a5e15a7d84bf85a3f70157fc8a43961394ba54a4 commit hash: a5e15a7d84bf85a3f70157fc8a43961394ba54a4 a5e15a7
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Friday, 14 May 2021
21:12 Mark Linimon (linimon) search for other commits by this committer
mail/qmail-spamcontrol: mark BROKEN on 14 the same way as on 12 and 13.
commit hash: e306bddebad577476f2d92b1393394fc16e7242a commit hash: e306bddebad577476f2d92b1393394fc16e7242a commit hash: e306bddebad577476f2d92b1393394fc16e7242a commit hash: e306bddebad577476f2d92b1393394fc16e7242a e306bdd
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Feb 2021
01:00 amdmi3 search for other commits by this committer
Fix qmail's qmailsend wrapper script by using correct PATH and removing bad
quoting

PR:		252457, 252293
Submitted by:	erdgeist@erdgeist.org (maintainer)
Reported by:	callumgibson@optusnet.com.au
MFH:		2021Q1
Original commitRevision:565379 
Friday, 12 Apr 2019
15:19 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498723 
Friday, 30 Oct 2015
23:07 bdrewery search for other commits by this committer
- Fix creation of rc symlink in package
- Fix procname in rc script so it can 'stop' correctly. [1]

Submitted by:	Dirk Engling <erdgeist@erdgeist.org> [1]
Original commitRevision:400559 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 3 Jul 2014
02:20 bdrewery search for other commits by this committer
Fix patch application in mail/qmail-spamcontrol:

The spamcontrol patch is applied through a script, install_spamcontrol.sh. This
script does not return a non-zero status when patch failures are encountered.
So I missed many failures when updating this port.

To fix this, move the spamcontrol patch application to pre-patch so that the
PATCHFILES->DISTFILES (and manual patch application with PATCH) is not needed
for most patches. This ensures that the spamcontrol patch is always applied
before PATCHFILES. Some PATCHFILES were applying before the spamcontrol patch
causing it to fail to patch properly.

Bump revision as the build had been fine but some files were not being
generated in the package.

Also add my mirror as distcache does not have the updated patches yet.

Reported by:	Oleg Strizhak
MFH:		2014Q3
Original commitRevision:360338 
Wednesday, 2 Jul 2014
22:38 bdrewery search for other commits by this committer
Mark broken for now, some patches fail but do not fail the build
Original commitRevision:360305 
Friday, 27 Jun 2014
02:33 bdrewery search for other commits by this committer
mail/qmail-spamcontrol: Update to 2.7.31

TLSREMOTE, NEWLINE, and BIGTODO are now mandatory upstream and have been
removed as options.

MOREIPME was removed upstream.

Changes:
  http://www.fehcom.de/qmail/spamcontrol/RELEASE_27.spamcontrol

  CHANGES (2.6 -> 2.7)
  --------------------

  Userland:
  +) ucspi-ssl (> 0.8) mandatory.
  +) Added CRAM-MD5 support for qmail-remote.
  +) Added qmail-smtpam PAM for Recipients extension.
  +) Added sender-domain based TLS settings for qmail-remote.
  :) Changed qmail-remote's 'tlspeerhosts' to' tlsdestinations'.
  -) Removed moreip and notipme feature.
  :) REQUIREAUTH has been collapsed into SMTPAUTH with leading "!",
  :) SMTPAUTH has been enhanced to support: "!" Required; "-" Off.
  :) SMTPAUTH cram-md5 annoucement has to be prefixed with a '+':
     SMTPAUTH='+cram' (to allow future additional AUTH mechanisms).
  :) UCSPITLS has been enhanced to support: "!" Required "-" Off.
  +) Added logging for qmail-popup.
  +) Added CAPA support for qmail-popup/qmail-pop3d.
  :) Unified qmail-smtpd and qmail-popup logging.
  +) SPF and RBLSMTPD hook to display info in Received header.
  +) LOCALMFCHECK='=' requiring 'Mail From:' = 'TCPREMOTEINFO'.

  Internal:
  !) Bigtodo is default now.
  !) Maximum silent concurrency increased to 500.
  #) Aligend with recipients-0.7.2.
  #) Aligned with smtp-authentication 0.7.6.
  %) qmail-smtpd logging and reply messages 'off-shored'.
  ?) qmail-smtpd tls vulnerability VU#555316 fixed.
  ?) qmail-smtpd DNS lookup failures don't result in dropped
     connections anymore.
  %) qmail-remote evalutes in addition Alternative Subject for TLS host
verification.
  %) Complete FreeBSD AMD64 support (conf-cc, conf-ld, conf-spamcontrol).
  #) Aligned with mav 0.20.
  +) Added partial clang support.

  ADDITIONAL CHANGES
  ------------------

  +) Added SMTP Authentication based on smtproutes/destination.
  #) Aligned with SMTP Authentication 0.8.0.
  -) Removed obsolete SUBMISSION environment variable and special treatement.
  :) Enhanced badmailfrom with new qualifier '~' for extended addresses
     to filter mismatched domain names.
  +) Added *.3 man pages in setup (dirs were missing before).
  ;) SPF Hook working now.
Original commitRevision:359437 
Wednesday, 25 Jun 2014
14:19 bdrewery search for other commits by this committer
Fix CONFLICTS with netqmail-tls after PKGNAME rename in r359176
Original commitRevision:359244 
Tuesday, 24 Jun 2014
18:27 bdrewery search for other commits by this committer
Fix CONFLICTS after qmail->netqmail rename
Original commitRevision:359119 
Saturday, 19 Apr 2014
06:24 bdrewery search for other commits by this committer
- Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
Original commitRevision:351584 
Thursday, 17 Apr 2014
05:16 bdrewery search for other commits by this committer
mail/qmail, mail/qmail-tls, mail/qmail-mysql, mail/qmail-spamcontrol:

- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:	pkg and pkg_install
Original commitRevision:351447 
Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 
Monday, 26 Aug 2013
23:30 bdrewery search for other commits by this committer
- Fix build with clang and on head

Reported by:	bapt
Original commitRevision:325421 
Saturday, 23 Feb 2013
18:49 bdrewery search for other commits by this committer
- Cleanup example rc file
 - Support SHUTDOWN
 - Check for needed files/dependencies in precmd
 - Respect LOCALBASE
 - Make rclint happy
- Rename symlink from qmail.sh to qmailsmtpd
- Rename installed example rc file from qmail-smtpd.rcNG to qmailsmtpd
Original commitRevision:312845 
Wednesday, 6 Feb 2013
04:49 bdrewery search for other commits by this committer
- Fix runtime crash when using SMTPEXTFORK option due to
  calling strtok(3) without string.h included.
  Not reported "upstream" as the last update was 2009
  and the site is dead.

Reported by:	Christopher Weimann <christopher@weimann.us>
Original commitRevision:311743 
Thursday, 31 Jan 2013
23:39 bdrewery search for other commits by this committer
- Fix build on CURRENT by using gcc for now
Original commitRevision:311340 
Thursday, 10 Jan 2013
03:18 bdrewery search for other commits by this committer
- Add working mirror
Original commitRevision:310171 
Friday, 5 Oct 2012
12:41 garga search for other commits by this committer
Change headers of all ports maintained by me to new format
Original commitRevision:305298 
Monday, 18 Jul 2011
20:55 garga search for other commits by this committer
- Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl

PR:             ports/157622 [1]
Submitted by:   crees [1]
Original commit
Monday, 7 Feb 2011
16:25 garga search for other commits by this committer
- Update spamcontrol patch to 2.6.24
- Remove MD5

Feature safe:   yes
Original commit
Monday, 20 Sep 2010
13:35 garga search for other commits by this committer
When server announce auth as "PLAIN LOGIN" instead of the common inverse order
"LOGIN PLAIN" make sure qmail-remote can authenticate.
Original commit
Thursday, 16 Sep 2010
13:58 garga search for other commits by this committer
Update spamcontrol patch to 2.6.23
Original commit
Wednesday, 11 Aug 2010
00:23 garga search for other commits by this committer
- Really fix qmail-spamcontrol build now, i was building ucspi-ssl after
  install_spamcontrol.sh and it must run before since this script need to copy
  ssl.a to correct place
- Bump PORTREVISION
Original commit
Tuesday, 10 Aug 2010
21:09 garga search for other commits by this committer
- Add perl build dependency, missed on last commit
- Bump PORTREVISION

Reported by:    QAT
Original commit
20:07 garga search for other commits by this committer
Update spamcontrol to 2.6.22
Original commit
Wednesday, 23 Dec 2009
17:29 garga search for other commits by this committer
Update spamcontrol patch to 2527
Original commit
Tuesday, 16 Jun 2009
16:38 garga search for other commits by this committer
- Update qmail-spamcontrol to 2525a
Original commit
Wednesday, 6 May 2009
21:13 garga search for other commits by this committer
- Update to 2523
Original commit
Wednesday, 4 Mar 2009
11:56 garga search for other commits by this committer
- Update spamcontrol to 2522

Submitted by:   Erwin Hoffman (author)
Original commit
Tuesday, 24 Feb 2009
12:42 garga search for other commits by this committer
- Update spamcontrol to 2521 to fix recipients problem included by last version
- Remove spamcontrol spf patch MD% from distinfo, forgot un 2.5 upgrade

PR:             ports/131889
Submitted by:   howard goldstein <hg@queue.to>
Original commit
Wednesday, 18 Feb 2009
20:17 garga search for other commits by this committer
- Update spamcontrol patch to 2.5.20 version to fix some problems with
  recupients
- Update README.smtpdextfork distinfo entry, file was updated by author
Original commit
11:07 garga search for other commits by this committer
- Spamcontrol patch 2.5.19 was rerolled, it's documented on errata section at
website:

[2.5.19] Rebuild: Updated README_spamcontrol, fixed fatal typo in
qmail-queue.scan.

- Bump PORTREVISION
Original commit
Tuesday, 17 Feb 2009
16:12 garga search for other commits by this committer
- Update spamcontrol patch collection to 2519

For more information about this version, please check:

http://fehcom.de/qmail/spamcontrol/README_spamcontrol.html

Tested by:      Sirko Zidlewitz <sz@bytecamp.net>
Thanks to:      Erwin Hoffmann <feh@fehcom.de>
Original commit
Wednesday, 1 Oct 2008
19:18 garga search for other commits by this committer
- Fix a bug detected on spamcontrol patch. This but is in qmail-smtpd.c, when
  qmail_close return a reason that starts with char 'D', smtpd rejects the
  message using a QHPSI virus_found message.
- Bump qmail-spamcontrol's PORTREVISION

Reported by:    Wendell Martins Borges <wendellmartins@mac.com>
Tested by:      Wendell Martins Borges <wendellmartins@mac.com>
Original commit
Monday, 31 Mar 2008
01:07 garga search for other commits by this committer
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
Original commit
Tuesday, 15 Jan 2008
13:32 garga search for other commits by this committer
- Fix segfault on 64-bit platforms on qmail-spamcontrol like was made on
  another slave ports.
Original commit
Wednesday, 26 Dec 2007
16:43 garga search for other commits by this committer
- Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]
- Add an rcNG startup example file to QMAIL_PREFIX/boot [2]
- Bump PORTREVISION due to rcNG add (except for qmail-ldap)
- Fix make certificate to add ciphers file to QMAIL_PREFIX/control [3]

PR:             ports/118117 [1], ports/117422 [2], ports/118198 [3]
Submitted by:   Andrew Reilly <areilly@bigpond.net.au> [1] [3]
                Nick@van-laarhoven.org [2]
Original commit
Friday, 25 May 2007
11:52 garga search for other commits by this committer
- Update spamcontrol to 2.4.18
- Some cosmetic changes
Original commit
Thursday, 1 Feb 2007
17:14 garga search for other commits by this committer
Update spamcontrol to 2417
Original commit
Wednesday, 31 Jan 2007
17:09 garga search for other commits by this committer
- RBL2SMTPD patch was not logging URL reference

Reported by:    Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
Original commit
Monday, 30 Oct 2006
13:57 garga search for other commits by this committer
- Add a copy of spamcontrol patch on MASTER_SITE_LOCAL and make it fetchable
again

PR:             ports/104796
Submitted by:   Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
Approved by:    portmgr (erwin)
Original commit
Thursday, 10 Aug 2006
15:34 garga search for other commits by this committer
Register CONFLICTS between qmail master and all slave ports
Original commit
Tuesday, 18 Jul 2006
12:25 garga search for other commits by this committer
Bump qmail-spamcontrol PORTREVISION because of add DNS_PATCH on
ports/mail/qmail/Makefile rev. 0.103
Original commit
Friday, 30 Jun 2006
19:13 garga search for other commits by this committer
- Update to spamcontrol 2.4.15:

2.4.15  FIXED missing IP information in Received header.
        ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_.
        CHNGD order of qmail-smtpd reject conditions.
Original commit
Thursday, 8 Jun 2006
23:47 garga search for other commits by this committer
Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvar
set by rblsmtpd when IP matched on a RBL list and deny email is user is not
authenticated.
Original commit
Monday, 29 May 2006
13:32 garga search for other commits by this committer
- Update qmail-spamcontrol to 2.4.14, finally with STARTTLS support

Full ChangeLog at:
        http://www.fehcom.de/qmail/spamcontrol.html
Original commit
Saturday, 21 Jan 2006
17:37 krion search for other commits by this committer
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin
<tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
Original commit
Thursday, 13 Oct 2005
11:41 garga search for other commits by this committer
- Update to spamcontrol-2317

Changes:
 o Removes multiple-Nullsender check;
 o fixes a bug in LOCALMFCHECK.
Original commit
Wednesday, 13 Jul 2005
19:28 garga search for other commits by this committer
Update spamcontrol patch to 2316

Approved by:    flz (mentor)
Original commit
Monday, 11 Jul 2005
16:47 garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Original commit
Thursday, 26 May 2005
14:44 sem search for other commits by this committer
- Update to spamcontrol-2314

Changes since 2313:
- FIXED bug in badhelo's wildmat filter.
- CHANGED qmail-smtpd error logging order.
- REMOVED remnants from SPAMCONTROL 2.3 in man page for qmail-send(9).
- UPDATED qmail-alias2recipients.

PR:             ports/81466
Submitted by:   maintainer
Original commit
Tuesday, 10 May 2005
14:31 sem search for other commits by this committer
- Transfer all work to MASTER port and make slave ports easier
- Use only one pkg-plist and use PLIST_SUB
- Use DOCSDIR intead of DOCDIR
- OPTIONS'ify
- Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need
  to create it.
- Add $FreeBSD$ tag to pkg-plist and pkg-install
- Fix error on enable-qmail script
- Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on
  bsd.sites.mk
- Add a new option to don't create rc.d/qmail.sh
- Add rc.d/qmail.sh to pkg-plist when necessary

PR:             ports/80833
Submitted by:   maintainer
Thanks to:      novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
Original commit
Thursday, 5 May 2005
20:03 sem search for other commits by this committer
o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
  when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
  shell script that is installed on /var/qmail/scripts. Change messages
  reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy

PR:             ports/79094
Submitted by:   maintainer
Original commit
Monday, 18 Apr 2005
15:24 sergei search for other commits by this committer
- Update to spamcontrol-2.3.13
  Changes from 2.3.12:
  o Fixed (potential) false positives using 'badloadertype' recognition
  o Fixes for Exim's 'Mail From:' reverse address check employing SMTP Reset

PR:             ports/79523
Submitted by:   Renato Botelho (maintainer)
Original commit
Monday, 11 Apr 2005
13:03 barner search for other commits by this committer
Change maintainer's email address.

Approved by:            arved (mentor)
PR:                     ports/79162
Original commit
Monday, 14 Mar 2005
19:59 flz search for other commits by this committer
- Remove BARRIER to show advertise of WITH_PRESERVE_CONFIG_FILES option
of the main qmail port.

PR:             ports/78832
Submitted by:   Renato Botelho <renato@galle.com.br> (maintainer)
Original commit
14:01 sergei search for other commits by this committer
- OPTIONS-ify
- Fix typo in Spamcontrol author's name in pkg-descr
- Quell install_spamcontrol.sh's desire to install anything into PREFIX
  during configure phase

PR:             ports/78813
Submitted by:   Renato Botelho (maintainer)
Original commit
Friday, 11 Mar 2005
21:08 krion search for other commits by this committer
Fix INDEX build.

Reported by:    cperciva
No cookies for: sergei
Original commit
16:28 sergei search for other commits by this committer
Add mail/qmail-spamcontrol slave port: qmail MTA + SpamControl patches

SpamControl is a collection of patches for qmail developed and maintained
by Erwin Hoffman (feh@fehcom.de).

Some SpamControl features: smtp-auth (plain, login and cram-md5),
requirement of brackets on addresses, qmail-queue, bigtodo, moreipme,
recipients...

WWW: http://www.fehcom.de/qmail/spamcontrol.html

PR:             ports/77637
Submitted by:   Renato Botelho <renato@galle.com.br>
Original commit

Number of commits found: 67