diff options
author | grant <grant> | 2005-06-24 06:03:11 +0000 |
---|---|---|
committer | grant <grant> | 2005-06-24 06:03:11 +0000 |
commit | 72fa661a17a1525e277010d10601a3b21fda858a (patch) | |
tree | 79fa67175d3d92fa3d9eb90e2d4d407282ab8dfb /mail/p5-Mail-ClamAV/Makefile | |
parent | 61fd142283160b3cfa449c398859563a896dc84b (diff) | |
download | pkgsrc-72fa661a17a1525e277010d10601a3b21fda858a.tar.gz |
update p5-Mail-ClamAV to 0.17.
changes since 0.13:
0.16 Fri Mar 4 15:43:20 PST 2005
- I forgot to run make test before I uploaded :(
0.15 Fri Mar 4 15:43:20 PST 2005
- A quicky release. Somehow my version of libclamav
(the latest) can scan the test virus without the
ZIP option turned on. We now use CL_SCAN_STDOPT
for all test scans.
0.14 Fri Feb 25 10:27:06 PST 2005
- The test for scanbuff was broken. Thanks to
Werner Lemberg <wl [] gnu dot org> for reporting this
- Fixing this test uncovered a taint bug, fixed.
- Made the warning in Makefile.PL stand out more.
- Some doc updates.
- Bundled Inline::MakeMaker so we no longer fatal on
missing deps Inline::C.
Diffstat (limited to 'mail/p5-Mail-ClamAV/Makefile')
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index 8625f7e60fc..782a45b5ed6 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2005/05/31 10:01:38 dillo Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/24 06:03:11 grant Exp $ -DISTNAME= Mail-ClamAV-0.13 +DISTNAME= Mail-ClamAV-0.17 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} |