From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 07:06:54 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6178E1065672 for ; Tue, 19 Jul 2011 07:06:54 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f49.google.com (mail-pz0-f49.google.com [209.85.210.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8B88FC1B for ; Tue, 19 Jul 2011 07:06:53 +0000 (UTC) Received: by pzk33 with SMTP id 33so6053493pzk.8 for ; Tue, 19 Jul 2011 00:06:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=Ayt69x0sRxFZs+hKYg9qLjpq6s6Z8KPU7EqGIZ8L3OA=; b=ZjwkKsSnsj+hzYXI15vsuaTPEtVGFTtmsBG2y71zJOHouHt6evvbUjz3TOd2BiIuBS 8s1imz9/9hMMX33AqtxSYG96xe8XS07B5MH2kA0dBecqr5vg1ACF7UwrHjAb5QA5UpxF YaQsOiJtYZVrw69tEvByDIp9hQnaBUeMO8jFc= MIME-Version: 1.0 Received: by 10.68.10.98 with SMTP id h2mr8892711pbb.372.1311059213619; Tue, 19 Jul 2011 00:06:53 -0700 (PDT) Received: by 10.68.40.72 with HTTP; Tue, 19 Jul 2011 00:06:53 -0700 (PDT) Date: Tue, 19 Jul 2011 03:06:53 -0400 Message-ID: From: "b. f." To: David Demelier , freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Using csup and -i switch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 07:06:54 -0000 > Hello, > > I updated all my ports recently but I have submitted a PR for > audio/musicpd for a simple patch. I would like to update only my > audio/musicpd on all my machines so I tried the following: > > markand at Groseille ~ $ sudo csup -i audio/musicpd /etc/ports-supfile > Connected to 193.51.24.2 > Updating collection ports-all/cvs > Finished successfully > > According to man csup(1) -i should update only files or directory > matching the pattern but as you can see here nothing is updated .. > According to csup(1), the patterns used with -i are "interpreted relative to the collection's prefix directory". Probably, then, you need to use "ports/audio/musicpd" as your pattern. b.