summaryrefslogtreecommitdiff
path: root/security/f-prot-antivirus6-ms-bin/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-09-25 14:13:48 +0000
committertaca <taca>2011-09-25 14:13:48 +0000
commit877cf5ced95462f7f28eca605c7fbe80f6d811c4 (patch)
tree10358990958945d1a0c7fdcf756eab7a6533e3aa /security/f-prot-antivirus6-ms-bin/Makefile
parent6d371dabd323c975d4edcadf869621a808e32d61 (diff)
downloadpkgsrc-877cf5ced95462f7f28eca605c7fbe80f6d811c4.tar.gz
Update F-PROT Antivirus 6.1.0:
f-prot-antivirus6-ws-bin f-prot-antivirus6-fs-bin f-prot-antivirus6-ms-bin pkgsrc change: * Now binary of F-PROT Antivirus are built on NetBSD 4, previously it 2. And it works on not only i386 but also amd64 netbsd32 compat. From CHANGES: * Scan engine upgraded from 4.5.1 to 4.6.2 with improved detection rates and fewer false positives. * Fixes and clarification in documentatioon. * New switches introduced in fpscan. * Bugfix in fpscand resolves some rare issues on OpenBSD. * Bugfix in fpupdate resolves compatibility issues on some Linux distros. * Bugfix in fp-milter resolves issues on BSDs. * Bugfix in fp.so resolves some issues on multiple platforms. * Bugfix on fpupdate for AIX resolves an rare issue. * Minor fixes to scan-mail.pl to improve filehandling. * Minor improvements in the installer. * Startup scripts improved for several platforms.
Diffstat (limited to 'security/f-prot-antivirus6-ms-bin/Makefile')
-rw-r--r--security/f-prot-antivirus6-ms-bin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/security/f-prot-antivirus6-ms-bin/Makefile b/security/f-prot-antivirus6-ms-bin/Makefile
index 73f93656211..a521c6b707a 100644
--- a/security/f-prot-antivirus6-ms-bin/Makefile
+++ b/security/f-prot-antivirus6-ms-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/06/16 22:27:03 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/09/25 14:13:49 taca Exp $
#
DISTNAME= ${FP_DISTNAME}
CATEGORIES= security
@@ -31,7 +31,11 @@ SPECIAL_PERMS+= ${FPROTDIR}/scan-mail.pl ${BINOWN} ${FPROT_GROUP} 0750
PKG_GROUP= ${FPROT_GROUP}
PKG_USERS= ${FPROT_USER}
-REPLACE_PERL+= mailtools/scan-mail.pl
+REPLACE_PERL+= mailtools/scan-mail.pl perl/lib/Anomy/HTMLCleaner.pm \
+ perl/lib/Anomy/Log.pm perl/lib/Anomy/MIMEStream.pm \
+ perl/lib/Anomy/Sanitizer/FProt/Client.pm \
+ perl/lib/Anomy/Sanitizer/FileTypes.pm \
+ perl/lib/Anomy/Sanitizer.pm
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Configuring default paths.
@@ -58,7 +62,7 @@ install-ms:
${INSTALL_PROGRAM} fp-milter fp-qmail \
${DESTDIR}${PREFIX}/${FPROTDIR}
cd ${WRKSRC}/doc/man/; \
- ${INSTALL_MAN} scan-mail.pl.8 fp-milter.8 fp-qmail.8 \
+ ${INSTALL_MAN} scan-mail.pl.8 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
${FIND} ${WRKSRC}/perl -type f -exec ${CHMOD} 0444 {} \; \
-name '*.orig' -exec rm -f {} \;