From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 19:10:41 2014 Return-Path: Delivered-To: svn-ports-all@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 62ABB153; Mon, 9 Jun 2014 19:10:41 +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 4FA6127BC; Mon, 9 Jun 2014 19:10:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59JAfsr079676; Mon, 9 Jun 2014 19:10:41 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59JAfxC079675; Mon, 9 Jun 2014 19:10:41 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201406091910.s59JAfxC079675@svn.freebsd.org> From: Renato Botelho Date: Mon, 9 Jun 2014 19:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357194 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 19:10:41 -0000 Author: garga Date: Mon Jun 9 19:10:40 2014 New Revision: 357194 URL: http://svnweb.freebsd.org/changeset/ports/357194 QAT: https://qat.redports.org/buildarchive/r357194/ Log: Revert r357160, clamav is now fixed Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jun 9 19:00:15 2014 (r357193) +++ head/UPDATING Mon Jun 9 19:10:40 2014 (r357194) @@ -5,15 +5,6 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. -20140609 - AFFECTS: users of security/clamav - AUTHOR: garga@FreeBSD.org - - In some cases, when clamav 0.98.1 is installed, the new version (0.98.3) - breaks during build phase. The only workaround for now is to remove the old - package before building the new version. I'm trying to reproduce it and find a - better solution. - 20140604 AFFECTS: users of dns/dnscrypt-proxy AUTHOR: feld@FreeBSD.org