pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/uvscan Apply fixes for substitution errors re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcc8cc365bce
branches:  trunk
changeset: 532914:dcc8cc365bce
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 04 19:43:15 2007 +0000

description:
Apply fixes for substitution errors reported in PR pkg/36898 by Nicolas
Joly.  Bump PKGREVISION due to fixed script update_dat.sh script.

diffstat:

 security/uvscan/Makefile            |  6 +++---
 security/uvscan/files/update_dat.sh |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 7f74bf3e3a32 -r dcc8cc365bce security/uvscan/Makefile
--- a/security/uvscan/Makefile  Tue Sep 04 19:36:46 2007 +0000
+++ b/security/uvscan/Makefile  Tue Sep 04 19:43:15 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2007/07/29 05:19:50 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2007/09/04 19:43:15 jlam Exp $
 
 DISTNAME=              vlp4510e
 PKGNAME=               uvscan-5.10
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            security
 MASTER_SITES=          http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/v5.10/
 EXTRACT_SUFX=          .tar.Z
@@ -46,7 +46,7 @@
 SUBST_CLASSES+=                paths
 SUBST_FILES.paths=     update_dat.sh uvscan.sh
 SUBST_VARS.paths=      AWK BASENAME CP DATFILES ECHO GTAR MKDIR MV     \
-                       PREFIX RM SED UVSCAN
+                       PREFIX RM SED UVSCANDIR
 SUBST_STAGE.paths=     post-patch
 
 post-extract:
diff -r 7f74bf3e3a32 -r dcc8cc365bce security/uvscan/files/update_dat.sh
--- a/security/uvscan/files/update_dat.sh       Tue Sep 04 19:36:46 2007 +0000
+++ b/security/uvscan/files/update_dat.sh       Tue Sep 04 19:43:15 2007 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: update_dat.sh,v 1.4 2007/07/29 05:19:50 jlam Exp $
+# $NetBSD: update_dat.sh,v 1.5 2007/09/04 19:43:15 jlam Exp $
 
 UVSCANDIR="@UVSCANDIR@"
 DAT_SITE="http://download.nai.com/products/datfiles/4.x/nai/";
@@ -11,7 +11,6 @@
 BASENAME="@BASENAME@"
 CP="@CP@"
 ECHO="@ECHO@"
-GREP="@GREP@"
 GTAR="@GTAR@"
 MKDIR="@MKDIR@"
 MV="@MV@"



Home | Main Index | Thread Index | Old Index