From owner-freebsd-ports@FreeBSD.ORG Tue Jun 7 19:26:59 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F06DE106566C for ; Tue, 7 Jun 2011 19:26:59 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 91C948FC0A for ; Tue, 7 Jun 2011 19:26:59 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward12.mail.yandex.net (Yandex) with ESMTP id B13DAC2300F for ; Tue, 7 Jun 2011 23:26:57 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1307474817; bh=vVxqBwLUaH/VWSA/xNxrVTbeybXj1vuShKniWS27oFM=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=X2kvnrHAe/tuUBH2EDV0e8FO9TxviBa8Rni+vfCCe7SEiQAprdiQDFooEYkmUgrxW EheQ+AMwuzamVH0h0bTTCePuNGFwyxwaHnlPMQQYJb/pn2uAytbWiOlGUV3g15xpDi sCU6PalaKFNNVwklVwzf8lCRnzgprEDkce+f37bk= Received: from smeshariki2.local (unknown [178.76.212.172]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 85D8519B808E for ; Tue, 7 Jun 2011 23:26:57 +0400 (MSD) Message-ID: <4DEE7AEF.8050909@yandex.ru> Date: Tue, 07 Jun 2011 23:24:31 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-Spam: 1 Cc: Subject: portlint warnings after mariadb changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 19:27:00 -0000 Hi there. After today's mariadb changes `portlint -A` in any port's directory saying this: """ FATAL: /usr/ports/MOVED: malformed line at 2218. => databases/mariadb||2011-06-06|Split into databases/mariadb-{client|scripts|server} """ As far i understand it's because matching brackets in the above mentioned message. Can this be fixed? -- Regards, Ruslan