aboutsummaryrefslogtreecommitdiff
path: root/mail/spamd
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-10/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - fix build against openssl 1.xOlli Hauer2020-03-306-76/+230
| | | | | | | | | | | | | | - do not add /etc/service entries during install - add helper script to add /etc/services entries - remove unused pkg-deinstall - portlint PR: 235496 Submitted by: Maxime Soule Reported by: many Notes: svn path=/head/; revision=529921
* Chase rename of security/openssl111Bernard Spil2020-01-011-1/+1
| | | | | | | | | - Categories a-m MFH: 2020Q1 Notes: svn path=/head/; revision=521748
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508882
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-031-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497683
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
| | | | Notes: svn path=/head/; revision=484599
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-7/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462135
* Disable the pkg-deinstall script.Adam Weinberger2017-09-012-2/+4
| | | | | | | | | | | | | | | | | | | | spamd's pkg-install adds spamd stuff to /etc/services, and pkg-deinstall removed it. The problem is that pkg doesn't run DEINSTALL before INSTALL when upgrading/reinstalling. As a result, when spamd is restarted, /etc/services winds up lacking the spamd entries, causing spamd to fail to start. The ideal solution is pkg running those targets in the predicted order, or pkg gaining a @services keyword. In the meantime, this commit just disables the pkg-deinstall. If you are uninstalling spamd you can remove those /etc/services entries by hand. PR: 212335 Approved by: maintainer timeout (~ 1 yr) MFH: 2017Q3 Notes: svn path=/head/; revision=449108
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* - allow build with openssl / libressl from portsOlli Hauer2016-06-121-10/+11
| | | | | | | | | | | | - convert PLIST_SUB into SUB_LIST - bump PORTREVISION - small Makefile tweaks PR: 210028 Submitted by: adamw@ Notes: svn path=/head/; revision=416816
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375095
* 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
* - revert PLIST_SUB changes to fix the rc scriptOlli Hauer2014-04-111-1/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=351039
* - add stage supportOlli Hauer2014-04-112-35/+24
| | | | | | | - change MASTER_SITE from berlios to SF Notes: svn path=/head/; revision=350907
* Remove trailing whitespaces from category mailEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345418
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* Fix obspamlogd rc script's use of tests, while here fix whitespace.Ulrich Spörlein2013-01-082-13/+14
| | | | | | | Approved by: beat (mentor) Notes: svn path=/head/; revision=310092
* - update MASTER_SITEOlli Hauer2013-01-021-8/+6
| | | | | | | | | | - adopt new Makefile header PR: 174915 Submitted by: Brad Davis <brd@FreeBSD.org> Notes: svn path=/head/; revision=309849
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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
* - update to version 4.9.1Olli Hauer2011-06-046-188/+93
| | | | | | | | | | | - always add required entries to /etc/services [1] - use USER framework (PR ports/152498 was committed) PR: [1] ports/157266 Submitted by: [1] Jimmy Olgeni olgeni@ Notes: svn path=/head/; revision=275069
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* maintainer updateOlli Hauer2010-10-316-148/+30
| | | | | | | | | | | | - update spamd to match OpenBSD 4.8 + OpenBSD pr/6467 - remove support for FreeBSD_version < 601000 (strtonum.c no longer provided in the spamd sources) - change my mail address Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=263859
* Let obspamlogd manage its own pflog interface.Stefan Walter2010-06-302-1/+19
| | | | | | | | | | PR: 146571 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=257197
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix build on FreeBSD 9Martin Wilke2009-11-041-0/+50
| | | | | | | | PR: 140136 Submitted by: olli hauer <ohauer@gmx.de> (maintainer) Notes: svn path=/head/; revision=243749
* - Fix ipfw issuesAlexander Logvinov2009-10-032-1/+30
| | | | | | | | | | | - Bump PORTREVISION PR: ports/139306 Submitted by: Olli Hauer <ohauer at gmx.de> (maintainer) Approved by: tabthorpe, glarkin (mentors, implicit) Notes: svn path=/head/; revision=242401
* - Fix startup scriptDmitry Marakasov2009-09-203-4/+2
| | | | | | | | | PR: 138913 Submitted by: olli hauer <ohauer@gmx.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241833
* - Fix rc script for blacklist modePav Lucistnik2009-09-172-5/+8
| | | | | | | | | | PR: ports/137992 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> Approved by: olli hauer <ohauer@gmx.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241571
* - Update to 4.5.0Wesley Shields2009-07-2310-152/+142
| | | | | | | | | | | | | - Pass maintainer to submitter - Add CPANEL support so it doesn't clobber spamd (see comments in Makefile) - Fixes to RC script to support CPANEL option and general cleanup. PR: ports/136912 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (old maintainer) Notes: svn path=/head/; revision=238238
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-2/+0
| | | | | | | | | | | | | | | | | | | | | | | 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 memory leak (patch obtained from OpenBSD)Wesley Shields2009-02-262-0/+69
| | | | | | | | | PR: ports/132119 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=229095
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225300
* - Fix a typoMartin Wilke2007-10-051-1/+1
| | | | | | | | Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: maintainer (via icq) Notes: svn path=/head/; revision=200922
* s/myself/maintainer/ so people get in touch with the right person.Max Laier2007-08-161-1/+1
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=197789
* - Add syslogd named to the rc.d scriptMartin Wilke2007-07-041-1/+1
| | | | | | | | | PR: 112946 Submitted by: gediminas <ggenutis_at_yahoo.com@FreeBSD.org> Approved by: maintainer via im Notes: svn path=/head/; revision=194850
* - Fix build with FreeBSD 5.XMartin Wilke2007-06-242-0/+28
| | | | | | | | PR: 113966 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=194167
* - Update to 4.1.2Martin Wilke2007-06-0617-586/+371
| | | | | | | | PR: 113293 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=192934
* - Fix crash with -t optionPav Lucistnik2007-03-251-1/+1
| | | | | | | | PR: ports/108657 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=188307
* - Resolve conflict between sa-spamd and pf-spamdXin LI2007-03-202-3/+13
| | | | | | | | | | | - Add pfspamd_setup_flags to give finer grained control - Give maintainership to submitter Submitted by: Alex Samorukov <samm os2 kiev ua> PR: ports/108663 Notes: svn path=/head/; revision=187797
* Give up maintainership because of "inactive" caused by unfairXin LI2007-03-201-1/+1
| | | | | | | | China-targeted email blocks. I'm very sorry, Max, but I don't think I can still take care for this port anymore. Notes: svn path=/head/; revision=187790
* Use official OpenBSD spamd website as URL.Xin LI2006-11-081-1/+1
| | | | | | | | Submitted by: Yarema <yds CoolRat org> PR: ports/105277 (1/many) Notes: svn path=/head/; revision=176779
* Remove a mispatch sneaked in the previous revision.Xin LI2006-05-102-11/+6
| | | | | | | | Reported by: B. Cook <bcook bsdwebsolutions com> Approved by: sem (mentor) Notes: svn path=/head/; revision=161970
* - Make spamd work with ipfw(4) [1]Xin LI2006-05-028-9/+403
| | | | | | | | | | | | - Modernize RC_SUBR usage. - Pet portlint(1) Submitted by: Maurice Castro <maurice sphinx clari net au> [1] PR: ports/94715 Approved by: sem (mentor) Notes: svn path=/head/; revision=161170
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* updates spamd to OpenBSD 3.7-RELEASE's bundled version.Yen-Ming Lee2005-04-135-54/+53
| | | | | | | | | | | | | | Change details: - Update to 3.7 - Use RCng scripts - Fix installation of spamlogd(8) - Change maintainer's mail address PR: 79856 Submitted by: delphij Notes: svn path=/head/; revision=133232