aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail-spamcontrol
Commit message (Collapse)AuthorAgeFilesLines
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* - Update to spamcontrol-2317garga2005-10-132-22/+52
| | | | | | Changes: o Removes multiple-Nullsender check; o fixes a bug in LOCALMFCHECK.
* Update spamcontrol patch to 2316garga2005-07-142-53/+63
| | | | Approved by: flz (mentor)
* Change MAINTAINER to my @FreeBSD.org accountgarga2005-07-121-1/+0
| | | | Approved by: flz (mentor)
* - Update to spamcontrol-2314sem2005-05-262-52/+49
| | | | | | | | | | | 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
* - Transfer all work to MASTER port and make slave ports easiersem2005-05-103-270/+4
| | | | | | | | | | | | | | | | | | - 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>
* o Pacify a lot of portlint WARN and FATAL messagessem2005-05-063-45/+30
| | | | | | | | | | | | | | | | | | 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
* - Update to spamcontrol-2.3.13sergei2005-04-183-86/+84
| | | | | | | | | 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)
* Change maintainer's email address.barner2005-04-111-1/+1
| | | | | Approved by: arved (mentor) PR: ports/79162
* - Remove BARRIER to show advertise of WITH_PRESERVE_CONFIG_FILES optionflz2005-03-151-1/+0
| | | | | | | of the main qmail port. PR: ports/78832 Submitted by: Renato Botelho <renato@galle.com.br> (maintainer)
* - OPTIONS-ifysergei2005-03-142-45/+34
| | | | | | | | | - 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)
* Fix INDEX build.krion2005-03-121-1/+5
| | | | | Reported by: cperciva No cookies for: sergei
* Add mail/qmail-spamcontrol slave port: qmail MTA + SpamControl patchessergei2005-03-125-0/+579
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>