diff options
author | jeh <jeh@FreeBSD.org> | 2004-01-19 12:36:20 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-01-19 12:36:20 +0000 |
commit | 0718523c9b7202d4eade114f5413d1bb8b4a7132 (patch) | |
tree | 548bb83719be217d9fd8e0979d4835081f5f5caf /security/vscan | |
parent | 9a18d29186261e7c03f3127367ee9750620cf607 (diff) | |
download | FreeBSD-ports-0718523c9b7202d4eade114f5413d1bb8b4a7132.zip FreeBSD-ports-0718523c9b7202d4eade114f5413d1bb8b4a7132.tar.gz |
Upgrade to version 4.32. This also include a script uvscan_secure, which
adds the --secure option.
Submitted by: Andre Albsmeier
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 9 | ||||
-rw-r--r-- | security/vscan/distinfo | 2 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 21eb8b0..a98a717 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -6,10 +6,10 @@ # PORTNAME= uvscan -PORTVERSION= 4.24e +PORTVERSION= 4.32e CATEGORIES= security -MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/version_4.24/ -DISTNAME= vbsd424e +MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/v4.32/ +DISTNAME= vbsd432e EXTRACT_SUFX= .tar.Z MAINTAINER= jeh@FreeBSD.org @@ -33,13 +33,14 @@ do-install: ${MKDIR} ${PREFIX}/libexec/uvscan ${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan ${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan + ${INSTALL_SCRIPT} ${WRKSRC}/uvscan_secure ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libbsdfv.so ${PREFIX}/lib/libbsdfv.so ${INSTALL_PROGRAM} ${WRKSRC}/libbsdfv.so.4 ${PREFIX}/lib/libbsdfv.so.4 .for file in license.dat messages.dat ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan .endfor ${MKDIR} ${PREFIX}/share/doc/uvscan -.for file in e4240upg.pdf license.txt +.for file in e4320upg.pdf license.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan .endfor diff --git a/security/vscan/distinfo b/security/vscan/distinfo index 9e1e6f0..f5e8469 100644 --- a/security/vscan/distinfo +++ b/security/vscan/distinfo @@ -1 +1 @@ -MD5 (vbsd424e.tar.Z) = 26f7ef31d3cfcdbd670168fc43353476 +MD5 (vbsd432e.tar.Z) = 5188a5b07ed03a033bd112377aff4bab diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist index 2883b4f..e3ba584 100644 --- a/security/vscan/pkg-plist +++ b/security/vscan/pkg-plist @@ -1,9 +1,10 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ bin/uvscan +bin/uvscan_secure lib/libbsdfv.so lib/libbsdfv.so.4 libexec/uvscan/uvscan libexec/uvscan/license.dat libexec/uvscan/messages.dat -share/doc/uvscan/e4240upg.pdf +share/doc/uvscan/e4320upg.pdf share/doc/uvscan/license.txt |