aboutsummaryrefslogtreecommitdiff
path: root/security/clamtk
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/clamtk: Update to 6.0.8Neel Chauhan2021-02-212-4/+4
| | | | | | | Changes: https://github.com/dave-theunsub/clamtk/releases/tag/6.08 Notes: svn path=/head/; revision=566233
* - Update to version 6.06Alexey Dokuchaev2020-10-263-12/+8
| | | | | | | | | - Actualize dependencies PR: 249557 Notes: svn path=/head/; revision=553336
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
| | | | Notes: svn path=/head/; revision=484353
* security/clamtk: update 4.45 -> 5.25Kurt Jaeger2018-06-064-67/+29
| | | | | | | | | | | | | | - new MASTER_SITE - fix dependencies - update WWW PR: 193908 Submitted by: pi, w.schwarzenfeld@utanet.at, dvwerks@cox.net Reported by: nikos60@hushmail.com Approved by: tj (maintainer timeout) Notes: svn path=/head/; revision=471827
* 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
* - Bump revision for previous changeDmitry Marakasov2016-12-261-1/+1
| | | | | | | PR: 205952 Notes: svn path=/head/; revision=429493
* - Don't replace /usr/bin with ${LOCALBASE}/bin as it does need /usr/bin (to ↵Dmitry Marakasov2016-12-261-1/+3
| | | | | | | | | | | | | | search for crontab) and still does fall back to search in /usr/local (for clamav binaries) - Ensure that /usr/local is raplaced with ${LOCALBASE} - Switch to options helpers PR: 205952 Submitted by: lhersch@dssgmbh.de Approved by: maintainer timeout (tj, almost a year) Notes: svn path=/head/; revision=429492
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-3/+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
* Cleanup plistAntoine Brodin2014-11-132-11/+3
| | | | Notes: svn path=/head/; revision=372514
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360671
* Update to 4.45 and add stagedir support.Tom Judge2014-02-213-16/+16
| | | | Notes: svn path=/head/; revision=345544
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327091
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316434
* Upgrade to 4.44Tom Judge2013-02-022-3/+3
| | | | | | | Changes: http://clamtk.sourceforge.net/CHANGES Notes: svn path=/head/; revision=311442
* Upgrade to 4.43Tom Judge2012-12-093-3/+5
| | | | | | | | | | Changes: http://clamtk.sourceforge.net/CHANGES Feature safe: yes Approved by: eadler, db (mentors, implicit) Notes: svn path=/head/; revision=308511
* Update to 4.42.Tom Judge2012-11-072-4/+3
| | | | | | | | | | | | Changes: http://clamtk.sourceforge.net/CHANGES Feature safe: yes Approved by: eadler (mentor) Notes: svn path=/head/; revision=307114
* Upgrade to 4.41.Tom Judge2012-08-233-5/+9
| | | | | | | | | Changes: http://clamtk.sourceforge.net/CHANGES Approved by: eadler (mentor) Notes: svn path=/head/; revision=302976
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update my email address.Tom Judge2012-05-311-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* - Pass maintainership to submitterThomas Abthorpe2012-05-161-1/+1
| | | | | | | | PR: ports/167937 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=296709
* - Update to 4.38Martin Wilke2012-04-083-8/+11
| | | | | | | | | | | - Add missing gettext message catalog PR: 166051 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=294361
* - Update to 4.37Martin Wilke2012-02-192-3/+3
| | | | | | | | PR: 164907 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=291869
* Update to version 4.35Emanuel Haupt2011-10-183-8/+8
| | | | | | | | PR: 161655 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283805
* - Update to 4.34 [1]Frederic Culot2011-08-252-6/+6
| | | | | | | | | | - Pet portlint(1) by moving LICENSE earlier PR: ports/160141 [1] Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280404
* - Update to 4.33Martin Wilke2011-07-023-4/+5
| | | | | | | | PR: 158442 Submitted by: Ports Fury Notes: svn path=/head/; revision=276825
* - Update to 4.31Dennis Herrmann2011-03-233-5/+15
| | | | | | | | PR: ports/155795 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271529
* - Catch up with p5-gettext renamingPav Lucistnik2010-10-121-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262914
* Update to 4.29Max Brazhnikov2010-09-183-5/+6
| | | | | | | | PR: ports/150669 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=261396
* - Update to 4.27Martin Wilke2010-07-153-6/+7
| | | | | | | | PR: 148570 Submitted by: Ports Fury Notes: svn path=/head/; revision=257789
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 4.26Martin Wilke2010-05-093-6/+7
| | | | | | | | PR: 146312 Submitted by: Ports Fury Notes: svn path=/head/; revision=254003
* Chase clamav's lib bumpRenato Botelho2010-04-061-1/+1
| | | | Notes: svn path=/head/; revision=252318
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 4.25Martin Wilke2010-03-092-4/+4
| | | | | | | | PR: 144593 Submitted by: Ports Fury Notes: svn path=/head/; revision=250804
* - Update to 4.24Martin Wilke2010-03-083-6/+6
| | | | | | | | PR: 144429 Submitted by: Ports Fury Notes: svn path=/head/; revision=250728
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 4.23Martin Wilke2010-02-022-5/+4
| | | | | | | | PR: 143443 Submitted by: Ports Fury Notes: svn path=/head/; revision=249125
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-1/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Update to 4.22Martin Wilke2010-01-043-8/+7
| | | | | | | | PR: 142318 Submitted by: Ports Fury Notes: svn path=/head/; revision=247162
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update to 4.21Martin Wilke2009-12-132-4/+4
| | | | | | | | PR: 141297 Submitted by: Ports Fury Notes: svn path=/head/; revision=245649
* - Update to 4.20Martin Wilke2009-11-122-4/+4
| | | | | | | | PR: 140487 Submitted by: Ports Fury Notes: svn path=/head/; revision=244164
* - Update to 4.19Martin Wilke2009-10-143-5/+6
| | | | | | | | PR: 139523 Submitted by: Ports Fury Notes: svn path=/head/; revision=242831
* - Update to 4.18Martin Wilke2009-10-043-5/+8
| | | | | | | | PR: 139293 Submitted by: Ports Fury Notes: svn path=/head/; revision=242433