From owner-svn-ports-head@freebsd.org Fri Sep 28 21:02:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDA4010B95D6; Fri, 28 Sep 2018 21:02:39 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71AFB824F7; Fri, 28 Sep 2018 21:02:39 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id f10-v6so7746052wrs.0; Fri, 28 Sep 2018 14:02:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=W5BA4uDKPe3igAIKu3TbuJsDwCdTizJshNjVP2A8994=; b=oQI1W8q7vD4Y182mlOjDaRSOyFhFYio6hOUdUjVR9JlQ29mW7M0JZ7WcCvpBidnBZH qlmGNrSA2gxV5pVH5S7KN6WVYqh+B+kOnVS1AorLeB5XLn0Jcyn0G5KGqcm7WBs5y0jt zYN31m7Kyg5aGgY/HmTfKPQuyqqckJrSWT8TCPjJpIhdNyELA7dWYC1Yr1Zo/z6Etx6L 7oON9KXCTa5yd69GSXfv9i5V0z8aNlwbnQm0ArSEFjpcbt/SwanAHiyolBgpl8eTW9g1 VD3QGdRtBzSryiOhT9ciNmkc309F6YedXU0uVlGSpHmQ2NYSCbvTHtewb5EKRif/ZOj+ Sa7A== X-Gm-Message-State: ABuFfoggtx7M8FeZOcYZKBdRQ3H0PtdXmUAR/db99+0IiLarbg2901RG Bxog7CXv6+sY2r+PIK4GTRpVazmUgGs= X-Google-Smtp-Source: ACcGV61TUSWnU2Win3kTiFJFcPE80J5TDZXruXU+Fv1ADvlTFh5ujL43vUcPcc74QPOB2lNP4ceaVA== X-Received: by 2002:adf:9b11:: with SMTP id b17-v6mr211345wrc.119.1538168557936; Fri, 28 Sep 2018 14:02:37 -0700 (PDT) Received: from e5500 (x55b4f9d7.dyn.telefonica.de. [85.180.249.215]) by smtp.gmail.com with ESMTPSA id j9-v6sm4353788wrr.37.2018.09.28.14.02.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Sep 2018 14:02:37 -0700 (PDT) Date: Fri, 28 Sep 2018 23:02:32 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Fernando =?UTF-8?B?QXBlc3RlZ3XDrWE=?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480879 - head/devel/codequery Message-ID: <20180928230232.63b0b8fb@e5500> In-Reply-To: <201809281856.w8SIubNk025519@repo.freebsd.org> References: <201809281856.w8SIubNk025519@repo.freebsd.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i386-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 28 Sep 2018 21:02:40 -0000 On Fri, 28 Sep 2018 18:56:37 +0000 (UTC) Fernando Apestegu=C3=ADa wrote: >Author: fernape >Date: Fri Sep 28 18:56:37 2018 >New Revision: 480879 >URL: https://svnweb.freebsd.org/changeset/ports/480879 > >Log: > devel/codequery: update to 0.21.1 > =20 > Changelog: https://github.com/ruben2020/codequery/blob/master/NEWS.md > =20 > Approved by: tcberner (mentor, implicit) BTW, there was a PR for that:=20 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231410