From owner-cvs-all@FreeBSD.ORG Wed Aug 18 20:38:30 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AAF1106566C; Wed, 18 Aug 2010 20:38:30 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB578FC12; Wed, 18 Aug 2010 20:38:29 +0000 (UTC) Received: by vws7 with SMTP id 7so1165292vws.13 for ; Wed, 18 Aug 2010 13:38:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=VG4958CfUB0SpV0BtgdQAmyxrXz3+TrPBhDmV/OZAiU=; b=nPv8kdkVmbrGfXdeM7w+KiLmgyeC7fgmDbzqNRTTgRsQUKliEqPdYEhS6YwtGchu4X Tz/J7iS4WS7VAVbZFv59VQOT02rA94unLDkI2PEvMj8l7Imo03q1mAryK8xdHksXozOv SG44ibMg4WvoqlT5bM1wN8OXtbNS/KiOMmcjk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=q5/aHFDcMDNKNlXbRIdyQcB+Vk28f6QcLklOxQjuGVkhGEN3eDRvw3WwL/JA8SVBM9 pIzvzSYy+/EsSfI/+K/8hKX1vuYBzV0TfbxAweilSFmc0sWWunccRjUjDmJz+prEFXjQ TN51Uo7tsPMepiWC7iDrKQLHZL7ItaUcXbbns= MIME-Version: 1.0 Received: by 10.220.124.211 with SMTP id v19mr5378341vcr.44.1282162409201; Wed, 18 Aug 2010 13:13:29 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.220.114.141 with HTTP; Wed, 18 Aug 2010 13:13:29 -0700 (PDT) In-Reply-To: <20100818184746.GA43513@FreeBSD.org> References: <201008181153.o7IBrvlo010634@repoman.freebsd.org> <20100818184746.GA43513@FreeBSD.org> Date: Thu, 19 Aug 2010 00:13:29 +0400 X-Google-Sender-Auth: am_dikH3l5NlJ_jaPpKq5oWOBZA Message-ID: From: Andrej Zverev To: Alexey Dokuchaev Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/p5-Config-Model Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 20:38:30 -0000 2010/8/18 Alexey Dokuchaev : > On Wed, Aug 18, 2010 at 11:53:57AM +0000, Andrej Zverev wrote: >> az =9A =9A =9A =9A =9A2010-08-18 11:53:57 UTC >> >> =9A FreeBSD ports repository >> >> =9A Modified files: >> =9A =9A devel/p5-Config-Model Makefile distinfo pkg-plist >> =9A Log: >> =9A Update to 1.206: >> =9A - RUN_DEPENDS simplified by reusing BUILD_DEPENDS > > Please assign RUN_DEPENDS correctly with :=3D (immediate expansion > operator). =9ARight now it is polluted with `devel/p5-Module-Build' and > extra one of `lang/perl5.10'. =9AConsider attached patch. =9APoint the > original submitter to section 5.7.2 of PH. Wow, didn't know about it. I will read PH for sure (never read it before actually). I thought that I don't need nothing except to check the assembly in the tinderbox and blind faith in PR plus ignoring some smarts guys like you. This will lead me to the hall of fame of the best commiters. Immortality!!! Thank for patch :-) =F4=DC=C7: =C9=D2=CF=CE=C9=D1, =DB=D5=D4=CB=C1 > > ./danfe > > P.S. =9AI can't understand why people keep making this mistake after it > was discussed so many times on the lists.