From owner-svn-ports-head@freebsd.org Thu Mar 31 14:56:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D1DBAE49D1; Thu, 31 Mar 2016 14:56:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D62619D9; Thu, 31 Mar 2016 14:56:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VEuaB9024737; Thu, 31 Mar 2016 14:56:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VEuac4024734; Thu, 31 Mar 2016 14:56:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603311456.u2VEuac4024734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 31 Mar 2016 14:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412230 - in head/security/clamav-unofficial-sigs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:56:37 -0000 Author: pi Date: Thu Mar 31 14:56:36 2016 New Revision: 412230 URL: https://svnweb.freebsd.org/changeset/ports/412230 Log: security/clamav-unofficial-sigs: fix PREFIX in two patches PR: 208326 Submitted by: Lukasz Wasikowski Approved by: Marko Njezic (maintainer) Modified: head/security/clamav-unofficial-sigs/Makefile head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Modified: head/security/clamav-unofficial-sigs/Makefile ============================================================================== --- head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/Makefile Thu Mar 31 14:56:36 2016 (r412230) @@ -3,6 +3,7 @@ PORTNAME= clamav-unofficial-sigs PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sf@maxempire.com Modified: head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh Thu Mar 31 14:56:36 2016 (r412230) @@ -1,11 +1,11 @@ ---- clamav-unofficial-sigs.sh.orig 2016-03-31 13:04:08 UTC +--- clamav-unofficial-sigs.sh.orig 2016-03-31 14:38:13 UTC +++ clamav-unofficial-sigs.sh @@ -158,7 +158,7 @@ minimum_required_config_version="56" version_date="31 March 2016" #default config files -config_dir="/etc/clamav-unofficial-sigs" -+config_dir="/usr/local/etc/clamav-unofficial-sigs" ++config_dir="%%PREFIX%%/etc/clamav-unofficial-sigs" config_files=("$config_dir/master.conf" "$config_dir/os.conf" "$config_dir/user.conf") Modified: head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs ============================================================================== --- head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Thu Mar 31 14:54:45 2016 (r412229) +++ head/security/clamav-unofficial-sigs/files/patch-cron.d_clamav-unofficial-sigs Thu Mar 31 14:56:36 2016 (r412230) @@ -1,8 +1,8 @@ ---- cron.d/clamav-unofficial-sigs.orig 2016-03-31 01:16:02 UTC +--- cron.d/clamav-unofficial-sigs.orig 2016-03-31 14:40:05 UTC +++ cron.d/clamav-unofficial-sigs @@ -22,4 +22,4 @@ # 60 - 600 seconds. Adjust the cron start time, user account to run the # script under, and path information shown below to meet your own needs. -45 * * * * root /bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null -+45 * * * * root /usr/local/bin/bash /usr/local/bin/clamav-unofficial-sigs.sh > /dev/null ++45 * * * * root %%PREFIX%%/bin/bash %%PREFIX%%/bin/clamav-unofficial-sigs.sh > /dev/null