From owner-svn-ports-head@FreeBSD.ORG Wed Dec 31 19:48:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5014FBE for ; Wed, 31 Dec 2014 19:48:43 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 279F22BB4 for ; Wed, 31 Dec 2014 19:48:42 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id 10so14015864lbg.33 for ; Wed, 31 Dec 2014 11:48:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=QLJUY0h0K2IjIbCBy0pM+BguIRgi1XdZZ8q378dIwFc=; b=O/Eiqy3Srsr5QCI/Bruu7T7S4O9aWWCVlQgZrLwIpF6uI1P8SplnHXJRyjO2C/REDf ibHryUhpER2UeznzLy7oiAyWoKHUXoqWIegJ341rmTPBf4bLuiElANcHh9Vhn+Z0kCwv ZrNHojVkyhSVZIEGrPV8+SAg/JFCEEFuxs1YewCiaTumM0IErJOQbD+sh+hYBW4Vr8hG WqsviOjtgIgTRh8fYtVeBY51Bbuying/wNfeluZdgJebtCY1oC8d8CtLaYjPrKWCPccJ 2l8r/jJDb1ccFib8X+UgpoY6KAPrlm0XYGgwpZKkXq/P8JSyJGwB76y6cR+ssOC4EXZN qEwA== X-Gm-Message-State: ALoCoQmkLdE2CSxMC+metNDf8uVM+8P1NGeIT8a/0UwKsndbi8uf/amVz8uqgpqD6eAHWONfrYd/ X-Received: by 10.112.156.132 with SMTP id we4mr43696858lbb.59.1420055320527; Wed, 31 Dec 2014 11:48:40 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.49.114 with HTTP; Wed, 31 Dec 2014 11:48:20 -0800 (PST) In-Reply-To: <20141230023035.GA41964@FreeBSD.org> References: <201412291837.sBTIbTAu082470@svn.freebsd.org> <20141230023035.GA41964@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 03:48:20 +0800 X-Google-Sender-Auth: 8JTofMJMUSX52WfpEUx2ZmJinVQ Message-ID: Subject: Re: svn commit: r375797 - head/chinese/mutt To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 31 Dec 2014 19:48:43 -0000 On Tue, Dec 30, 2014 at 10:30 AM, Alexey Dokuchaev wrote: > On Mon, Dec 29, 2014 at 06:37:29PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > New Revision: 375797 > > URL: https://svnweb.freebsd.org/changeset/ports/375797 > > QAT: https://qat.redports.org/buildarchive/r375797/ > > > > Log: > > - Bump PORTREVISION to match master port (mail/mutt) and remove false > alarm of "pkg audit" > > > > [...] > > -PORTREVISION= 5 > > +PORTREVISION= 7 > > What was wrong with 6? > > ./danfe > The commit log said "match master port (mail/mutt)". Since PORTREVISION in mail/mutt reaches 7, I bumped it to 7 otherwise "pkg audit" thought it's vulnerable. Regards, sunpoet