aboutsummaryrefslogtreecommitdiff
path: root/mail/mailscanner/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-111-1/+1
| | | | | | | | | | | 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
* Update to 4.84.6Chris Rees2014-02-281-57/+54
| | | | | | | | | | | | | Fix temporary file bugs Pointed out by: brad@comstyle.com PR: ports/187005 Submitted by: Kevin Kobb (maintainer) Style and shebang fixes and stage. Notes: svn path=/head/; revision=346574
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* OPTIONSngifyChris Rees2013-01-291-34/+29
| | | | | | | | | Remove old irrelevant perl dependency fixes Submitted by: Kevin Kobb (kkobb@skylinecorp.com), maintainer Notes: svn path=/head/; revision=311180
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-19/+19
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* Fix mktemp use (GNUism optional -t part for directory)Chris Rees2012-04-181-2/+10
| | | | | | | | PR: ports/167000 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> (maintainer) Notes: svn path=/head/; revision=294991
* Fix SPAMASSASSIN_SYMLINK (again)Chris Rees2012-03-221-1/+1
| | | | | | | | | Submitted by: Kevin Kobb (maintainer) Pointyhat to: crees Feature safe: yes Notes: svn path=/head/; revision=293680
* - Fix MS TNEF unpackingChris Rees2012-03-211-8/+7
| | | | | | | | | | | | | - Use substitution in MailScanner.8 to update version - Correct handling of WITHOUT_SPAMASSASSIN_SYMLINK in pkg-install PR: ports/166254 Submitted by: Kevin Kobb (kkobb@skylinecorp.com) (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293639
* Kevin Kobb has been much quicker than me at keeping MailScanner up to date,Chris Rees2012-03-141-1/+1
| | | | | | | | | | so punish him with maintainership Approved by: Kevin Kobb <kkobb@skylinecorp.com> (new maintainer) Feature safe: yes Notes: svn path=/head/; revision=293315
* Update to 4.84.5Chris Rees2012-03-101-3/+2
| | | | | | | | | PR: ports/165887 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> Feature safe: yes Notes: svn path=/head/; revision=293043
* Add reload function to rc scriptChris Rees2012-01-021-0/+1
| | | | | | | | PR: ports/163786 Submitted by: Carl Lindberg <lindberg+freebsdbugs@clindberg.org> Notes: svn path=/head/; revision=288435
* - Update to 4.83.5Chris Rees2011-06-181-181/+81
| | | | | | | | | | | | | | - Automate config file updates - Include config file handling in package - Update maintainer address PR: ports/157065 Submitted by: Chris Rees (utisoft@gmail.com) (self) Reviewed by: Kevin Kobb Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=275779
* - Pass maintainership to submitterSahil Tandon2011-05-081-99/+62
| | | | | | | | | | | | | - s/LOCALBASE/PREFIX/ where necessary - Remove obsolete %%RC_SUBR%% reference - Assign to RUN_DEPENDS with immediate expansion - Use REINPLACE_CMD instead of PERL macro PR: ports/156883 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=273822
* - Update to 4.83.4Frederic Culot2011-04-111-1/+1
| | | | | | | | PR: ports/156201 Submitted by: Kevin Kobb <kkobb AT skylinecorp.com> Notes: svn path=/head/; revision=272525
* - Update to 4.83.2Martin Wilke2011-03-251-1/+1
| | | | | | | | PR: 155665 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> (maintainer) Notes: svn path=/head/; revision=271654
* - Update to 4.82.6-1Martin Wilke2011-02-151-2/+1
| | | | | | | | PR: 154775 Submitted by: maintainer Notes: svn path=/head/; revision=269192
* - 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-1/+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
* - Update to 4.81.4Philip M. Gollucci2010-09-141-2/+3
| | | | | | | | PR: ports/150331 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> Notes: svn path=/head/; revision=261121
* - Release some more portsPhilip M. Gollucci2010-04-281-1/+1
| | | | Notes: svn path=/head/; revision=253395
* - Update to 4.79.11 the current stable releasePhilip M. Gollucci2010-04-271-2/+1
| | | | | | | | PR: ports/144638 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> Notes: svn path=/head/; revision=253315
* Chase clamav's lib bumpRenato Botelho2010-04-061-0/+1
| | | | Notes: svn path=/head/; revision=252318
* Cleanse more RC_SUBR and RC_SUBR_SUFFIX variablesDoug Barton2010-03-281-5/+4
| | | | Notes: svn path=/head/; revision=251603
* - Update to 4.79.10Philip M. Gollucci2010-02-011-2/+1
| | | | | | | | PR: ports/143277 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> Notes: svn path=/head/; revision=249006
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-7/+1
| | | | | | | | | (part 11). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248679
* - Update to 4.79.5Philip M. Gollucci2010-01-181-2/+1
| | | | Notes: svn path=/head/; revision=248072
* - AdoptPhilip M. Gollucci2010-01-121-1/+1
| | | | Notes: svn path=/head/; revision=247688
* This is a workaround to the continuous taint mode incompatibilities with ↵Philip M. Gollucci2010-01-091-0/+1
| | | | | | | | | | | | | | | this code. - This patch introduces a new rc variable called "mailscanner_user". If you changed the "Run As User" variable in MailScanner.conf (which triggers taint mode) you MUST now also set the same value in /etc/rc.conf. - Removed ulimit bump from startup script, since its now dynamically set at boot time based on system resources. - fixes permission problems with pid file. PR: ports/142382 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> Notes: svn path=/head/; revision=247489
* - Update to 4.79.4Pav Lucistnik2009-12-181-1/+1
| | | | | | | | PR: ports/141726 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> Notes: svn path=/head/; revision=246195
* - Update to 4.78.17.Felippe de Meirelles Motta2009-10-111-3/+15
| | | | | | | | PR: ports/139313 Submitted by: Mike Jakubik <mikej@rogers.com> Notes: svn path=/head/; revision=242698
* Reset j.koopmann@seceidos.de due to maintainer-timeouts and no responseMark Linimon2009-09-161-1/+1
| | | | | | | | | | to email. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241542
* - Update to 4.78.9Pav Lucistnik2009-09-161-1/+8
| | | | | | | | | | PR: ports/137747 Submitted by: Mike Jakubik <mikej@rogers.com> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=241527
* - Update to 4.75.11Pav Lucistnik2009-04-301-9/+32
| | | | | | | | | PR: ports/131518 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> Approved by: maintainer timeout on older patch in the PR Notes: svn path=/head/; revision=232981
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-271-1/+1
| | | | Notes: svn path=/head/; revision=231108
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Add deve/p5-IO to the dependencyMartin Wilke2008-03-271-1/+3
| | | | | | | | | PR: 122152 Submitted by: Johan Hendriks <j.hendriks@schavemaker.com> Approved by: maintainer via irc Notes: svn path=/head/; revision=209944
* - Update to 4.67.6Martin Wilke2008-03-271-1/+15
| | | | | | | Submitted by: maintainer via private mail Notes: svn path=/head/; revision=209932
* - Update to 4.64.3Martin Wilke2007-10-171-1/+1
| | | | | | | | PR: 117129 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer) Notes: svn path=/head/; revision=201606
* - Update to 4.63.8Martin Wilke2007-09-181-2/+2
| | | | | | | | PR: 116436 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer) Notes: svn path=/head/; revision=199711
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 4.62.9Cheng-Lung Sung2007-09-051-3/+3
| | | | | | | | | | - for details please refer to the PR PR: ports/115907 Submitted by: maintainer (Jan-Peter Koopmann) Notes: svn path=/head/; revision=198807
* - Update to 4.61.7Martin Wilke2007-07-041-6/+14
| | | | | | | | PR: 114214 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer) Notes: svn path=/head/; revision=194912
* - Fixed error in auto-zip: If a message contained 2 different attachmentsMartin Wilke2007-06-041-0/+1
| | | | | | | | | | with exactly the same filename, the auto-zip feature would fail and MailScanner would die. Submitted by: Jan-Peter Koopmann via irc (maintainer) Notes: svn path=/head/; revision=192758
* - Update to 4.60.8Martin Wilke2007-06-041-2/+2
| | | | | | | | PR: 114420 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer) Notes: svn path=/head/; revision=192706
* - Update to 4.59.4Martin Wilke2007-06-041-3/+2
| | | | | | | | PR: 112389 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer) Notes: svn path=/head/; revision=192693
* Correct some options in clamav-wrapper.Stefan Walter2007-04-081-1/+1
| | | | | | | | PR: 111026 Submitted by: maintainer Notes: svn path=/head/; revision=189477
* - Update clamav to 0.90.1Renato Botelho2007-03-131-1/+2
| | | | | | | | | - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer Notes: svn path=/head/; revision=187337