From owner-svn-ports-all@freebsd.org Tue Feb 2 13:22:35 2016 Return-Path: Delivered-To: svn-ports-all@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 B5853A97BB4 for ; Tue, 2 Feb 2016 13:22:35 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 8E6A792F for ; Tue, 2 Feb 2016 13:22:35 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 74DD820944 for ; Tue, 2 Feb 2016 08:22:34 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Tue, 02 Feb 2016 08:22:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/1FcGJb8GC6q8plqmoY28lZC+1k=; b=TuRgOJ NiYh8HaIBVro8AEqo024fBoktsppMGb2Zfg2B4M2mSMo6NcnDZaf8t/DSeVLabrs cnkjhlfvI89sIdIOaEmidpyPl0hoaa1mNexpHx1iCbZycfZawcVZsw+n8ddSlcZB cpf12YAeVArVaHUv79RTRc/BLkpicWAHWkoPI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/1FcGJb8GC6q8pl qmoY28lZC+1k=; b=XyWkWwoAy/zToZMKPgsTgn0KHjZSGovAMLbx5Cy5P5KZgcv IfnCpaCfOygY+JwMyTiLeZ5CX7fBhEochoIDuIsjkvzj8a0+uk4dNbujgqq6hPvZ 7OevGyjT5MWS0ImONjD+xudfg2plhduosNgYL3Z/rEslnK2Bl7PcTPFy/i88= Received: by web6.nyi.internal (Postfix, from userid 99) id 444B84A504; Tue, 2 Feb 2016 08:22:34 -0500 (EST) Message-Id: <1454419354.3661325.509572210.3AAB9511@webmail.messagingengine.com> X-Sasl-Enc: +9GvAPog8MleXDbkytnPESdIKooGQzB6qFpKaPMlnNGE 1454419354 From: Mark Felder To: Dmitry Marakasov , ports-secteam@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, mm@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cda141f Subject: Re: svn commit: r407812 - head/www/c-icap-modules Date: Tue, 02 Feb 2016 07:22:34 -0600 In-Reply-To: <20160202115555.GE1365@hades.panopticon> References: <201602021141.u12BfIgB086258@repo.freebsd.org> <20160202115555.GE1365@hades.panopticon> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 02 Feb 2016 13:22:35 -0000 On Tue, Feb 2, 2016, at 05:55, Dmitry Marakasov wrote: > * Dmitry Marakasov (amdmi3@FreeBSD.org) wrote: > > > Author: amdmi3 > > Date: Tue Feb 2 11:41:18 2016 > > New Revision: 407812 > > URL: https://svnweb.freebsd.org/changeset/ports/407812 > > > > Log: > > - Fix incorrect config file handling (srv_url_check.conf was copied from srv_content_filtering.conf.default, not srv_url_check.conf.default) by switching to @sample > > - Fix LICENSE > > > > Approved by: portmgr blanket > > MFH: 2016Q1 (blanket) > > Sorry, I call the MFH request back, since the problem fixed is only > present in HEAD and is the fact the result of the latest update. > > > Modified: Thanks for letting us know. -- Mark Felder feld@feld.me