From owner-cvs-ports@FreeBSD.ORG Wed May 26 23:30:02 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6CE1065675; Wed, 26 May 2010 23:30:02 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1230C8FC08; Wed, 26 May 2010 23:30:00 +0000 (UTC) Received: by fxm12 with SMTP id 12so306774fxm.13 for ; Wed, 26 May 2010 16:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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; bh=/p4e+DfKUQyLsvxXHjlrweGzwBBlf/YXUJEvg/FWuok=; b=S8wHCszCZeP0yrai42aHrLDfgsG9waiIGIOVnn3CUxRIIbZca4YHcI+bG37Igyh+xd lETWuN7U+firDLgOb+6ET73F9xRJuBW/1RBtGaCXFDysjXs87/DnO0Xa5ttaUt/eGYF9 QNMWDa+we7mUIFUj7exIWn4i4OuKGmfFMYo/M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=C6vLJiFxDOOuc6Plc9xl4XGzZb6LQ2Ob5wFOPMDRl9BXWbZJpCpqb9NSfPfE28R0lF yxsqjnQawKQs9G18kp64FZMMis/VD1ll1BlbxCHvxDTE413O4q78NerT1v/E+D2wGcSj 3FOMEN5zw0Qn6x/sjTxZKNFRSYRVdAoG8lhT0= MIME-Version: 1.0 Received: by 10.223.51.152 with SMTP id d24mr8319660fag.36.1274916597229; Wed, 26 May 2010 16:29:57 -0700 (PDT) Sender: pali.gabor@googlemail.com Received: by 10.223.120.129 with HTTP; Wed, 26 May 2010 16:29:56 -0700 (PDT) In-Reply-To: <20100526232326.GF43302@hades.panopticon> References: <20100524220501.GF7380@hades.panopticon> <20100525031628.GB8034@FreeBSD.org> <20100526152458.GB25216@hades.panopticon> <20100526193943.GE25216@hades.panopticon> <20100526222806.GD43302@hades.panopticon> <20100526232326.GF43302@hades.panopticon> Date: Thu, 27 May 2010 01:29:56 +0200 X-Google-Sender-Auth: c4TfvLVStbFgLdxD0wPRudHjRUE Message-ID: From: Gabor PALI To: Dmitry Marakasov Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/archivers/hs-zip-archive Makefile distinfo pkg-descr pkg-plist ports/devel/hs-binary Makefile distinfo pkg-descr pkg-plist ports/devel/hs-darcs/files patch-Setup.lhs patch-darcs.cabal ports/devel/hs-darcs Makefile distinfo pkg-d X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 23:30:02 -0000 On Thu, May 27, 2010 at 1:23 AM, Dmitry Marakasov wrote: > While beint standalone application it should have no prefix. Understood. >> > It's the latter, build depends are not recorded. But why would one need >> > to update standalone apps? >> >> To get updates? :) > > To get updates you just run portupgrade -a, what's haskell-specific > here? Nothing, you are right. I have just answered your question :D Cheers, :g