From owner-svn-ports-all@freebsd.org Sat Dec 12 14:42:09 2015 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 CADFFA14EF7; Sat, 12 Dec 2015 14:42:09 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (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 8C8F114C9; Sat, 12 Dec 2015 14:42:09 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: by qgew101 with SMTP id w101so15258132qge.2; Sat, 12 Dec 2015 06:42:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=xdQOc2VkcTVC3vN/48Z+89iCtOVLZcp0H0wsGdKWfPo=; b=iD7gWC7u2nQ4tMvL5Z5DDjtMeBQMSeow4w1uDC42aWiWMfaO5oJJJkOyhFp3IAYZaz OkfxYCtZmeDe3d4mzU87Gy55HS9BW3iYWqdnoCelF4opx8Ppcf7nZ9LSwldQn2Momh0y 1EGZzOnXqfNigEkv98w2vygonjVsP3aZ7ZxhOqSIxZKIokvxz04ocutV6nigezymXkMp b8MwuQT70PeDNq1PC0AZmt1ku6D28yBoWi8EuRhgD5/EP7uLwjFAv6V7OTq/zOk/0nJd tJMhZSOktABL4fFpRwjAt1pcDxJKC7twPEC3Y0PC3gPqdDK0/SSJzoc2FZ2xXGeOQW0D 1I1Q== X-Received: by 10.140.102.35 with SMTP id v32mr31401659qge.72.1449931328575; Sat, 12 Dec 2015 06:42:08 -0800 (PST) Received: from Dryices-Mac-mini.local ([192.240.125.50]) by smtp.gmail.com with ESMTPSA id 2sm10297654qgi.42.2015.12.12.06.42.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Dec 2015 06:42:07 -0800 (PST) Sender: Dryice Liu From: Dryice Liu To: Jason Unovitch Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r403581 - branches/2015Q4/sysutils/py-salt In-Reply-To: <20151212124157.GB46628@Silverstone.nc-us.unovitch.com> (Jason Unovitch's message of "Sat, 12 Dec 2015 07:41:57 -0500") Organization: FreeBSD.Org References: <201512120313.tBC3DNQf013915@repo.freebsd.org> <20151212124157.GB46628@Silverstone.nc-us.unovitch.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Date: Sat, 12 Dec 2015 22:41:54 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 12 Dec 2015 14:42:09 -0000 Jason Unovitch wrote: > On Sat, Dec 12, 2015 at 03:13:23AM +0000, Dryice Dong Liu wrote: >> Author: dryice >> Date: Sat Dec 12 03:13:23 2015 >> New Revision: 403581 >> URL: https://svnweb.freebsd.org/changeset/ports/403581 >> >> Log: >> MFH: r403109 >> >> Update to 2015.8.3 >> >> PR: 205043 >> Submitted by: Christer Edwards (maintainer) >> Approved by: portmgr (feld) > > Please keep in mind the implied SVN task here... neither SVN nor > Tools/scripts/mfh will tell you if prior commits are actually needed to > build. Here the port is failing to build after this with the following > error since the prior commits were required. > > ===> Patching for py27-salt-2015.8.3 > ===> Applying FreeBSD patches for py27-salt-2015.8.3 > Ignoring previously applied (or reversed) patch. > 4 out of 4 hunks ignored--saving rejects to salt/utils/__init__.py.rej > => Patch patch-salt__utils____init__.py failed to apply cleanly. > => Patch(es) patch-salt__grains__core.py applied cleanly. > *** [do-patch] Error code 1 You are right. This is my mistake. Thanks for fixing it. Dryice