aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-ClamAV
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to buildAntoine Brodin2019-01-191-0/+2
| | | | | | | | | | ClamAV.xs:219:66: error: too few arguments to function call, expected 6, have 5 status = cl_scandesc(fd, &virname, &scanned, c->root, options); Reported by: pkg-fallout Notes: svn path=/head/; revision=490707
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* mail/p5-Mail-ClamAV: use a more generic version check in Makefile.PLKurt Jaeger2018-04-162-7/+15
| | | | Notes: svn path=/head/; revision=467528
* Fix build after latest security/clamav update.Mathieu Arnold2018-04-141-0/+11
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=467309
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Bump PORTREVISION after security/clamav updateRyan Steinmetz2015-12-111-1/+1
| | | | | | | | PR: 205086 Submitted by: me Notes: svn path=/head/; revision=403481
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-01-032-5/+10
| | | | | | | | | | - Add LICENSE - Remove unnecessary USE_LDCONFIG - Bump PORTREVISION for dependency change - Sort PLIST Notes: svn path=/head/; revision=376094
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Fix build with Clang [1]Mathieu Arnold2014-03-023-6/+30
| | | | | | | | | | - Convert to staging Reported by: pkg-fallout, for months [1] Sponsored by: Absolight Notes: svn path=/head/; revision=346754
* 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298149
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Chase clamav's lib bumpRenato Botelho2010-04-061-0/+1
| | | | Notes: svn path=/head/; revision=252318
* - update to 0.29Yen-Ming Lee2009-11-083-7/+6
| | | | Notes: svn path=/head/; revision=243966
* 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
* - Mark MAKE_JOBS_UNSAFEPhilip M. Gollucci2009-09-031-0/+2
| | | | | | | | Reported by: p6 tb, asf tb Approved by: portmgr (linimon) via irc Notes: svn path=/head/; revision=240822
* Update to 0.28 and unbreak.Xin LI2009-05-215-275/+4
| | | | | | | | PR: ports/134047 Approved by: maintainer timeout Notes: svn path=/head/; revision=234305
* - Mark it as BROKEN while i can't find a fix to build it with new clamav,Renato Botelho2009-03-301-0/+2
| | | | | | | maintainer and author was already contacted. Notes: svn path=/head/; revision=231300
* - 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-152-22/+63
| | | | | | | | | | | | | | - 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
* Work around for clamav 0.93 related build issues by disabling related parts thatXin LI2008-05-034-7/+189
| | | | | | | | | | is no longer available in newer clamav versions. PR: ports/123350 Approved by: maintainer Notes: svn path=/head/; revision=212530
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Chase clamav library to version 4Renato Botelho2008-04-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities. Notes: svn path=/head/; revision=211377
* - Update security/clamav to 0.92Renato Botelho2007-12-192-3/+29
| | | | | | | | | | | | | - Add a new OPTION (RAR) because unrar code is optional to fix a license issue - Some cosmetic changes - Chase library version bump and bump PORTREVISION of all dependant ports Approved by: portmgr (pav) Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337 Notes: svn path=/head/; revision=204156
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+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
* - UNBREAK: Update to 0.20Renato Botelho2007-03-142-9/+6
| | | | | | | | | | - Use USE_LDCONFIG instead INSTALLS_SHLIB - Unquote IGNORE Approved by: maintainer on private email Notes: svn path=/head/; revision=187374
* - Update clamav to 0.90.1Renato Botelho2007-03-131-0/+1
| | | | | | | | | - 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
* BROKEN: Does not buildKris Kennaway2007-03-111-0/+2
| | | | Notes: svn path=/head/; revision=187101
* - Update to 0.17Renato Botelho2006-01-272-4/+4
| | | | | | | | | PR: ports/91115 Submitted by: ehaupt Approved by: maintainer timeout (30 days) Notes: svn path=/head/; revision=154580
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - update to 0.12Cheng-Lung Sung2004-10-212-3/+3
| | | | | | | | | | - clamav 0.80 do not run in 0.11. PR: ports/72952 Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119896
* Update to 0.11Tilman Keskinoz2004-08-132-3/+3
| | | | | | | | PR: 70352 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=116102
* - Update to 0.05Erwin Lansing2004-02-234-2/+24
| | | | | | | | | | | - Add a warning message to pkg-message that this port needs s threaded perl. PR: 63266 Submitted by: maintainer Notes: svn path=/head/; revision=101880
* Add p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner.Mathieu Arnold2003-12-045-0/+59
PR: 59639 Submitted by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> Notes: svn path=/head/; revision=95033