From owner-svn-ports-head@freebsd.org Fri Jul 3 18:02:49 2015 Return-Path: Delivered-To: svn-ports-head@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 C479E994435; Fri, 3 Jul 2015 18:02:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CC41F28; Fri, 3 Jul 2015 18:02:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdcu2 with SMTP id u2so68164825pdc.3; Fri, 03 Jul 2015 11:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=gwlA5zP2XWzgzgFv1oqznnoMZNu+yYdJYiOFSutg1yU=; b=08oNLb3akSIcKbipdaEGqjEgyCGCec9Z/UREbWyibcFlYJD8nXx/HqjoZ/CIKo/H7b TDpIFvJ4a+xdFfxQDZodHmr40FcpTT4KDYG1GIyh3qTe39oa1R4k1V47OVw3cqMAXiJL o7a0YGUcmStRUgwwk1R/7OCjYPu+vrmSBcFSJ7jqDu0cFd0PMXtiCwsAZruyVc9RP+0V oLeySIgAHyNmyaIcgaaL871d5RiGmeNBWnQYGItrJdS2jNkRPa29NjbXLThcGlzKHAJS 6XI+pelaxCP9JX2RTtAaYQz7Uisk39PpyW8u1X7te/CAPcO3icqE+KOUFSECJCTGYU/7 aOUA== X-Received: by 10.68.105.195 with SMTP id go3mr80004421pbb.48.1435946568999; Fri, 03 Jul 2015 11:02:48 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by mx.google.com with ESMTPSA id tj8sm9791556pab.30.2015.07.03.11.02.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jul 2015 11:02:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391254 - in head/www: nginx nginx-devel References: <201507031644.t63GixME014247@repo.freebsd.org> <20150703172909.GB24716@FreeBSD.org> To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <5596CE3C.5000801@FreeBSD.org> Date: Sat, 4 Jul 2015 04:02:36 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150703172909.GB24716@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 03 Jul 2015 18:02:49 -0000 On 4/07/2015 3:29 AM, Sergey A. Osokin wrote: > Dear Kubilay, > > I didn't approve this change, so, I have at least two questions here: I believe the tag was moved 11 days ago and the issue (PR) created 7 days ago. A number of users had reported the issue today as ongoing, which is when I found the bugzilla issue. I had assumed you weren't otherwise available and wanted to help. > 1. have you checked what actually has been changed? Is there any chance to see > the diff between old distro and new one? I did not, I considered it the same as I would have a normal version bump of a module, except in this case the distinfo checksum mismatch was caused by upstream moving a tag, not a maintainer forgetting to run makesum. I don't know how to see how/where a tag was moved between commits, so as to derive a changeset. It would be nice to know if there is a way. > 2. the third-party headers_more undefined by default, so PORTREVISION bump > isn't necessary in this case. Understood. I had originally thought that since the distinfo was packaged, and that the contents was changing, that it may have been required. > Thanks. ./koobs