From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 13:09:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F1ADBE0; Tue, 7 Oct 2014 13:09:55 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15D36CBA; Tue, 7 Oct 2014 13:09:55 +0000 (UTC) Received: from [10.31.9.122] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C0D3043552; Tue, 7 Oct 2014 08:09:43 -0500 (CDT) Message-ID: <5433E60C.6070602@marino.st> Date: Tue, 07 Oct 2014 15:09:32 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370293 - in head/emulators/hyperv-is: . files References: <201410071052.s97AqAtu010821@svn.freebsd.org> In-Reply-To: <201410071052.s97AqAtu010821@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 07 Oct 2014 13:09:55 -0000 You just broke the port. PORTVERSION must be 1.1, otherwise it breaks for everything other than release 10.0. That part needs to be reverted. On 10/7/2014 12:52, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Oct 7 10:52:10 2014 > New Revision: 370293 > URL: https://svnweb.freebsd.org/changeset/ports/370293 > QAT: https://qat.redports.org/buildarchive/r370293/ > > Log: > Big cleanup > directly specify the pkg-message used instead of trying to manually generate it > avoid using @cwd > Do not touch base and push everything in PREFIX > This port needs way more love You can't imagine how much love I gave it last night. :(