From owner-svn-ports-head@FreeBSD.ORG Sat May 17 20:26:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD2A3EB2; Sat, 17 May 2014 20:26:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CA9FC244A; Sat, 17 May 2014 20:26:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HKQTFG071513; Sat, 17 May 2014 20:26:29 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HKQTeZ071510; Sat, 17 May 2014 20:26:29 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201405172026.s4HKQTeZ071510@svn.freebsd.org> From: Renato Botelho Date: Sat, 17 May 2014 20:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354367 - head/security/clamav 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.18 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: Sat, 17 May 2014 20:26:30 -0000 Author: garga Date: Sat May 17 20:26:29 2014 New Revision: 354367 URL: http://svnweb.freebsd.org/changeset/ports/354367 QAT: https://qat.redports.org/buildarchive/r354367/ Log: Fix plist with old pkg_ tools Modified: head/security/clamav/Makefile head/security/clamav/pkg-plist Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Sat May 17 20:17:25 2014 (r354366) +++ head/security/clamav/Makefile Sat May 17 20:26:29 2014 (r354367) @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.98.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF @@ -58,11 +58,12 @@ PORTDOCS= * DBDIR= /var/db/clamav LOGDIR= /var/log/clamav RUNDIR= /var/run/clamav -PLIST_SUB+= DBDIR=${DBDIR} \ - LOGDIR=${LOGDIR} \ - RUNDIR=${RUNDIR} \ +PLIST_SUB+= DBDIR=${DBDIR:S/^\///} \ + LOGDIR=${LOGDIR:S/^\///} \ + RUNDIR=${RUNDIR:S/^\///} \ CLAMAVUSER=${CLAMAVUSER} \ - CLAMAVGROUP=${CLAMAVGROUP} + CLAMAVGROUP=${CLAMAVGROUP} \ + RESETPREFIX=${PREFIX} PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads USE_AUTOTOOLS= libltdl OPTIONS_SUB= yes Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Sat May 17 20:17:25 2014 (r354366) +++ head/security/clamav/pkg-plist Sat May 17 20:26:29 2014 (r354367) @@ -45,3 +45,4 @@ man/man8/clamd.8.gz @dirrmtry %%RUNDIR%% @group @owner +@cwd %%RESETPREFIX%%