aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-111-2/+2
| | | | | | | | | | | improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection." Notes: svn path=/head/; revision=347936
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-06-071-4/+0
| | | | | | | | | PR: ports/178928 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320167
* Fix syntaxe error introduced by conversion to new options frameworkBaptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317105
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-58/+62
| | | | Notes: svn path=/head/; revision=316749
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* RC fixes;Chris Rees2012-10-281-1/+1
| | | | | | | | | | | | | - Use REQUIRE in lieu of BEFORE where possible - Include KEYWORD: shutdown for persistent services - load_rc_config should precede any default settings - Style fixes, indenting functions, remove single-line functions Approved by: gabor (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306550
* - Let amavisd_ram respect tmpfs [1]Gabor Kovesdan2012-10-131-6/+1
| | | | | | | | | | | | | | - Fix amavis-p0fanalyzer startup script [2] - Bump PORTREVISION PR: ports/169660 [1], ports/172182 [2] Submitted by: Helmut Schneider <jumper99@gmx.de> [1], Rouslan Iskhakov <rouslan@rshell.net> [2] Feature safe: yes Notes: svn path=/head/; revision=305843
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 2.8.0Gabor Kovesdan2012-07-031-12/+3
| | | | | | | | - Fix typo in LICENSE - Remove old upgrade message Notes: svn path=/head/; revision=300442
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-13/+13
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - Update to 2.7.0Gabor Kovesdan2011-08-081-70/+34
| | | | | | | | | | | - Beautify OPTIONS - Remove unnecessary patch PR: ports/158613 Submitted by: sahil Notes: svn path=/head/; revision=279200
* - Update to 2.6.6Gabor Kovesdan2011-06-111-2/+3
| | | | | | | | PR: ports/157352 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Notes: svn path=/head/; revision=275397
* - Turn IPV6 support on by defaultGabor Kovesdan2011-01-251-2/+2
| | | | | | | | | | - Bump PORTREVISION Requested by: dougb, delphij Feature safe: yes Notes: svn path=/head/; revision=268236
* - Make IPv6 support optional because it causes a delay on systems thatGabor Kovesdan2011-01-171-4/+8
| | | | | | | | | | | do not support it PR: ports/153431 Submitted by: Michael Scheidell <michael.scheidell@secnap.com> Feature safe: yes Notes: svn path=/head/; revision=267910
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-2/+5
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* - Remove BDB version requirement. This doesn't fix the problem becauseGabor Kovesdan2010-07-111-3/+6
| | | | | | | | | | | | | | | | | | | | | amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port is already present on the system when we install amavisd-new, this knob won't guarantee that we get the proper version. The underlying port should be changed to use a more modern version of BDB, so instead of adding quirks here, a PR has been submitted for that port (ports/148494). [1] [2] - Proper handling of the WITH_RAR case [3] - Remove -M option from mdmfs when using ramdisk. This reportedly stop crashes. [4] - Bump PORTREVISION PR: ports/147794 [1], ports/147856 [2] Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2], Scot Hetzel <swhetzel@gmail.com> [3], Andy Dills <andy@xecu.net> (via private mail) [4] Notes: svn path=/head/; revision=257640
* - Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which wasGabor Kovesdan2010-06-081-1/+2
| | | | | | | | | | | indirectly pulled in by dependencies, has a serious performance problem. - Bum PORTREVISION Requested by: Andy Dills <andy@xecu.net> (via private mail) Notes: svn path=/head/; revision=256084
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-4/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Statically hardcode the hostname at build-time isn't correct becauseGabor Kovesdan2009-12-211-4/+3
| | | | | | | | | | | | packages will hold the hostname of the building cluster in this way. Just set $localhost_name to $myhostname instead. The latter is tunable in the configuration file. - Bump PORTREVISION Pointed out by: delphij Notes: svn path=/head/; revision=246403
* - Match default Clamav socket to the Clamav port's default [1]Gabor Kovesdan2009-12-211-1/+5
| | | | | | | | | | | | - Change $localhost_name to real hostname instead of 'localhost' [2] - Bump PORTREVISION PR: ports/141206 [1] Submitted by: Petr Rehor <prehor@gmail.com> [1] Requested by: delphij [2] Notes: svn path=/head/; revision=246400
* - Don't overwrite edited configuration fileGabor Kovesdan2009-09-171-1/+3
| | | | | | | | | PR: ports/138801 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=241621
* - Add support for SNMP subagent [1]Gabor Kovesdan2009-09-121-7/+17
| | | | | | | | | | | - Fix bug sending 2 reject notifications [2] PR: ports/136151 [1], ports/137333 [2] Submitted by: Olli Hauer <ohauer@gmx.de> More info: http://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg14060.html [2] Notes: svn path=/head/; revision=241287
* - Update to 2.6.4Gabor Kovesdan2009-06-281-3/+2
| | | | | | | | PR: ports/136078 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236709
* - Fix the 'Can't locate object method "new" via package "Amavis::SpamControl"Gabor Kovesdan2009-06-011-0/+1
| | | | | | | | | | | | | at /usr/local/sbin/amavisd line 13878.' bug - Bump PORTREVISION PR: ports/134882 [1] Submitted by: Elliot Dierksen <ebd@oau.org> [1], Kirill Angelov <kirill@dubna.ru> Obtained from: Debian Project Notes: svn path=/head/; revision=234993
* - Update to 2.6.3Gabor Kovesdan2009-05-061-2/+1
| | | | | | | | PR: ports/134163 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=233299
* - Do not hardcode pidfile in the rc.d script [1]Gabor Kovesdan2009-04-051-2/+2
| | | | | | | | | | | | | | | - Depend on p5-Mail-DKIM >= 0.33 [2] - Patch clamscan timeout bug [2] - REQUIRE: mysql postgresql in rc.d script [2] - Bump PORTREVISION - pkg-message nits PR: ports/132575 [1], ports/133073 [2] Submitted by: Helmut Schneider <jumper99@gmx.de> [1], Michael Scheidell <scheidell@secnap.net> [2] Notes: svn path=/head/; revision=231653
* - Fix config file pathGabor Kovesdan2009-02-241-1/+1
| | | | | | | | | | | | - Fix reload target in the rc script - Bump PORTREVISION Reported by: Florian Smeets <flo@kasimir.com>, Arjo Hooimeijer <arjo.hooimeijer@xs4all.nl>, Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=229000
* - Fix SQL logging problem [1]Gabor Kovesdan2009-02-231-1/+1
| | | | | | | | | | | | | - Remove old dependency [1] - Add a warning when memdisk is used, because it is unsafe [2] - Fix on Perl 5.8.9 [3] - Bump PORTREVISION PR: ports/130835 [1], ports/131633 [2] Submitted by: Michael Scheidell <scheidell@secnap.net> [1][2] Notes: svn path=/head/; revision=228889
* - Update to 2.6.2 [1]Gabor Kovesdan2008-12-261-3/+3
| | | | | | | | | | | - Inplace edit Perl path to be ${PERL} [2] PR: ports/129670 [1] Submitted by: Michael Scheidell <scheidell@secnap.net> [1] Requested by: Andre Luiz dos Santos <andre@netvision.com.br> [2] Notes: svn path=/head/; revision=224784
* - Fix modes of the temp directory [1]Gabor Kovesdan2008-09-221-0/+1
| | | | | | | | | | | | | - Fix a bug in SMTP handling [2] - Bump PORTREVISION PR: ports/127216 [1] Submitted by: Juan J Lopez <jlopez@evsis.com.ar> [1], Matt Emmerton <matt@gsicomp.on.ca> [2] (via private mail) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220447
* - Update to 2.6.1Gabor Kovesdan2008-07-121-2/+1
| | | | | | | | PR: ports/125368 Submitted by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=216740
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix dependency and fix INDEXGabor Kovesdan2008-05-131-1/+1
| | | | | | | | Broken by: gabor Reported by: erwin Notes: svn path=/head/; revision=212997
* - Update to 2.6.0 [1]Gabor Kovesdan2008-05-131-3/+18
| | | | | | | | | | - Add Ms Word support via textproc/ripole PR: ports/123227 [1] Submitted by: Michael Scheidell <scheidell@secnap.net> [1] Notes: svn path=/head/; revision=212985
* - Update to 2.5.4Gabor Kovesdan2008-03-191-1/+1
| | | | | | | | PR: ports/121666 Submitted by: garga Notes: svn path=/head/; revision=209383
* - Update to 2.5.3Gabor Kovesdan2007-12-161-1/+3
| | | | | | | | | | | | | This is a maintainance release. Release notes: http://www.ijs.si/software/amavisd/release-notes.txt PR: ports/118631 [1], ports/118732 [2] Submitted by: Olli Hauer <ohauer@gmx.de> [1], Michael Scheidell <scheidell@secnap.net> [2] Notes: svn path=/head/; revision=203841
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Make a dependency version more accurate. According to pkg_version(1)Gabor Kovesdan2007-07-201-1/+1
| | | | | | | | | | | the current one is fine, but it is reported that portupgrade(1) has troubles with the current way. No PORTREVISION bump, as it just blocked the upgrade, but we don't want to require people to rebuild again. Reported by: Aurelien Croc <aurelien@ap2c.org> Notes: svn path=/head/; revision=195958
* - Update to 2.5.2 [1]Gabor Kovesdan2007-06-291-1/+6
| | | | | | | | | | | - Don't try to install if WITH_RAR is selected and IA32 compatibility is not available [2] PR: ports/114084 [1], ports/113941 [2] Submitted by: garga [1], Michael Scheidell <scheidell@secnap.net> [2] Notes: svn path=/head/; revision=194448
* - Update to 2.5.1Gabor Kovesdan2007-06-091-5/+8
| | | | | | | | | | | | | - Dependency changes - Require the fixed versions of zoo/unzoo, which are not vulnerable - Add ramdisk support PR: ports/113396 Submitted by: Michael Scheidell <scheidell@secnap.net> Reviewed by: Mark Martinec <Mark.Martinec@ijs.si> (author) Notes: svn path=/head/; revision=193092
* Fix packaging. No PORTREVISION bump, since it installs and deinstalls cleanly,Gabor Kovesdan2007-05-211-2/+2
| | | | | | | | | | | | just does not package. Somehow tinderbox did not reflect this issue, but pointyhat and local tests did. Reported by: Bryan Fullerton <bryanf@samurai.com>, pointyhat (via kris) Approved by: portmgr (linimon) Notes: svn path=/head/; revision=191594
* - Update to 2.5.0Gabor Kovesdan2007-05-011-12/+27
| | | | | | | | | | | | | - Add Altermime support - Add P7Zip support Release Notes: http://www.ijs.si/software/amavisd/release-notes.txt PR: ports/112048 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=191306
* - Remove explicit -l from command line options of p0fanalyzer in the rc.dGabor Kovesdan2007-03-301-1/+1
| | | | | | | | script and now amavis_p0f_daemon_flags defaults to -l, which was empty so far - Bump PORTREVISION Notes: svn path=/head/; revision=188845
* - Remove support for FreeBSD 4.xGabor Kovesdan2007-02-171-6/+1
| | | | | | | Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=185392
* - Fix dependency [1]Gabor Kovesdan2007-02-031-2/+3
| | | | | | | | | | | | | - Turn on WITH_FILE at default - Bump PORTREVISION PR: ports/108734 [1] Reported by: Attila Nagy <bra@fsn.hu> [1] Submitted by: Martin Matuska <martin@matuska.org> [1] Approved by: erwin (mentor) Notes: svn path=/head/; revision=184065