From owner-cvs-ports@FreeBSD.ORG Wed Jul 27 19:08:55 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D96AA1065672; Wed, 27 Jul 2011 19:08:54 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68DB68FC0C; Wed, 27 Jul 2011 19:08:54 +0000 (UTC) Received: by iyb11 with SMTP id 11so2750464iyb.13 for ; Wed, 27 Jul 2011 12:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=amdbyabIuh6W556qAgXZRnrKLljqzOIyX5r7j+L6AS4=; b=oaXk2tNPnZSl5bMfOUro7xE0zP0MAPLrlJXnrBq8tXZvWSOK7t4qL7iCdb+2IrY44V qHcv1DHfBbY+R5wqQX0a9Nu0VE3SqMNzkbWsK67K9PzS20zO2ABb1J+CKIh/e7pjpomy tAucFKcmbGwFFJsuA6JD3uPmo0T12O3+qwuP8= MIME-Version: 1.0 Received: by 10.231.112.98 with SMTP id v34mr124176ibp.85.1311793733490; Wed, 27 Jul 2011 12:08:53 -0700 (PDT) Received: by 10.231.67.211 with HTTP; Wed, 27 Jul 2011 12:08:53 -0700 (PDT) Received: by 10.231.67.211 with HTTP; Wed, 27 Jul 2011 12:08:53 -0700 (PDT) In-Reply-To: <20110727182426.GA95235@vniz.net> References: <201107262224.p6QMOLsi049094@repoman.freebsd.org> <20110727182426.GA95235@vniz.net> Date: Wed, 27 Jul 2011 20:08:53 +0100 Message-ID: From: Chris Rees To: cvs-all@freebsd.org, ports-committers@freebsd.org, Renato Botelho , Andrey Chernov , cvs-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: cvs commit: ports/security/clamav Makefile distinfo ports/security/clamav/files patch-libclamav__c++__PointerTracking.h patch-unit_tests-check_common_sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 19:08:55 -0000 On 27 Jul 2011 19:24, "Andrey Chernov" wrote: > > On Tue, Jul 26, 2011 at 10:24:21PM +0000, Renato Botelho wrote: > > garga 2011-07-26 22:24:21 UTC > > > > FreeBSD ports repository > > > > Modified files: > > security/clamav Makefile distinfo > > Removed files: > > security/clamav/files patch-libclamav__c++__PointerTracking.h > > patch-unit_tests-check_common_sh > > Log: > > - Update to 0.97.2 > > This is for recent -current, upgrade fails as result. > > PASS: check_clamav > PASS: check_freshclam.sh > PASS: check_sigtool.sh > SKIP: check_unit_vg.sh > PASS: check1_clamscan.sh > FAIL: check2_clamd.sh > PASS: check3_clamd.sh > PASS: check4_clamd.sh > SKIP: check5_clamd_vg.sh > SKIP: check6_clamd_vg.sh > SKIP: check7_clamd_hg.sh > SKIP: check8_clamd_hg.sh > SKIP: check9_clamscan_vg.sh > ======================================== > 1 of 7 tests failed > (6 tests were not run) > See unit_tests/test-suite.log Hm, are those bashisms still in unit-tests-check-common.sh? Perhaps the patch wasn't MFC'd upstream? Chris