From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 01:09:17 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 18FF4882; Wed, 23 Jul 2014 01:09:17 +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 069652B7B; Wed, 23 Jul 2014 01:09:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6N19GH1016706; Wed, 23 Jul 2014 01:09:16 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6N19GsE016705; Wed, 23 Jul 2014 01:09:16 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407230109.s6N19GsE016705@svn.freebsd.org> From: Adam Weinberger Date: Wed, 23 Jul 2014 01:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362614 - 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-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: Wed, 23 Jul 2014 01:09:17 -0000 Author: adamw Date: Wed Jul 23 01:09:16 2014 New Revision: 362614 URL: http://svnweb.freebsd.org/changeset/ports/362614 QAT: https://qat.redports.org/buildarchive/r362614/ Log: Fix a typo. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jul 23 01:06:54 2014 (r362613) +++ head/UPDATING Wed Jul 23 01:09:16 2014 (r362614) @@ -9,7 +9,7 @@ you update your ports collection, before AFFECTS: users of mail/exim AUTHOR: vsevolod@FreeBSD.org - The behaviuor of expansion of arguments to math comparison functions (<, <=, + The behaviour of expansion of arguments to math comparison functions (<, <=, =, =>, >) was unexpected, expanding the values twice. Please update your configuration if you have relied on such an expansion.