aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter
Commit message (Collapse)AuthorAgeFilesLines
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* - make ipfwmtad optionalDirk Meyer2018-10-191-3/+17
| | | | | | | - fix build on FreeBSD-12 Notes: svn path=/head/; revision=482452
* - bump MILTER_SOVER to fix linking on FREEBSD-12Dirk Meyer2018-07-011-6/+2
| | | | | | | | | | | | - bump PORTREVISION on ports using libmilter - rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT - rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE - rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC - cleanup ifdefs - fix build on batv-filter with libmilter from ports Notes: svn path=/head/; revision=473663
* - Add IPv6 AAAA Lookups for MtaHostChkDirk Meyer2018-01-154-1/+87
| | | | | | | | PR: 196756 Submitted by: jvp@lateapex.net Notes: svn path=/head/; revision=459031
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - split libmilter from sendmail into a seperate portDirk Meyer2016-02-131-3/+3
| | | | | | | | - bump PORTREVISION Submitted by: matthew (Matthew Seaman) Notes: svn path=/head/; revision=408774
* - cleanup pkg-descrDirk Meyer2015-11-211-4/+0
| | | | Notes: svn path=/head/; revision=402189
* Switch from NEED_ROOT to USES=fakerootBaptiste Daroussin2015-05-301-3/+1
| | | | Notes: svn path=/head/; revision=388043
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* mail category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | | | | | | | | | | | Note: The following ports did not pass check-plist (CP) or stage-qa (QA) tests. The sendmail port has many problems, but this was already known by myself as I fixed it properly on DPorts last week. It's a forward action to submit a PR against mail/sendmail. * antivirus-milter (CP) * dk-milter (CP) * milter-regex (CP) * sendmail (CP, QA) approved by: PTHREAD blanket Notes: svn path=/head/; revision=382203
* - fix order in USESDirk Meyer2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363922
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - fix build with custom CCDirk Meyer2014-03-271-1/+10
| | | | Notes: svn path=/head/; revision=349366
* - update LICENSEDirk Meyer2014-03-091-1/+1
| | | | Notes: svn path=/head/; revision=347572
* - use STAGEDIRDirk Meyer2013-12-052-27/+36
| | | | | | | | - use OPT_* flags - use SHEBANG_FILES Notes: svn path=/head/; revision=335656
* - use OPTIONS_DEFINEDirk Meyer2013-11-271-17/+19
| | | | Notes: svn path=/head/; revision=335053
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-151-1/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302555
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-4/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* 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-2/+0
| | | | Notes: svn path=/head/; revision=276989
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - cleanup LICENSE_FILEDirk Meyer2010-10-151-4/+1
| | | | Notes: svn path=/head/; revision=263061
* - add COPYRIGHTDirk Meyer2010-06-112-0/+5
| | | | Notes: svn path=/head/; revision=256352
* LICENSE BSDDirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255749
* - fix build for option WITH_LIBSPFDirk Meyer2009-11-061-1/+1
| | | | Notes: svn path=/head/; revision=243879
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-9/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - fix build with custom PREFIXDirk Meyer2009-06-211-0/+3
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236410
* - new option WITH_LIBSPFDirk Meyer2009-05-071-0/+7
| | | | | | | Submitted by: Paul Koene Notes: svn path=/head/; revision=233345
* - use RC_SUBRDirk Meyer2009-01-163-43/+54
| | | | Notes: svn path=/head/; revision=226286
* - add LICENSE:Dirk Meyer2009-01-161-0/+3
| | | | Notes: svn path=/head/; revision=226285
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+0
| | | | Notes: svn path=/head/; revision=200775
* - fix build with sendmail in baseDirk Meyer2007-03-171-0/+2
| | | | | | | no longer depend on the sendmail source in base Notes: svn path=/head/; revision=187567
* Utilize PORTDOCSMarkus Brueffer2007-02-051-7/+2
| | | | | | | Approved by: dinoex (maintainer) Notes: svn path=/head/; revision=184264
* - use milter frameworkDirk Meyer2007-01-131-19/+3
| | | | Notes: svn path=/head/; revision=182276
* - fix build on RELENG_6Dirk Meyer2006-07-191-1/+1
| | | | | | | Submitted by: ume (Hajimu UMEMOTO) Notes: svn path=/head/; revision=168206
* - fix build on FreeBSD 700014Dirk Meyer2006-05-151-2/+1
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=162450
* - mark BROKEN on FreeBSD 7.xDirk Meyer2006-04-301-1/+1
| | | | Notes: svn path=/head/; revision=160937
* - fix build on 7-CURRENTDirk Meyer2006-03-311-0/+4
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=158456
* - fix missing/obsolete patchesDirk Meyer2005-12-172-73/+66
| | | | | | | - new options WITH_PAM SMTP_AFTER_POP3 Notes: svn path=/head/; revision=151366
* - update to 0.60Dirk Meyer2005-12-142-5/+4
| | | | Notes: svn path=/head/; revision=151168
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - make patchsite fixableDirk Meyer2005-11-081-1/+1
| | | | | | | Submitted by: Pav Lucistnik Notes: svn path=/head/; revision=147560