From owner-freebsd-questions@FreeBSD.ORG Sun Jun 24 18:23:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4824E16A469 for ; Sun, 24 Jun 2007 18:23:03 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id D86E513C469 for ; Sun, 24 Jun 2007 18:23:02 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1273394uge for ; Sun, 24 Jun 2007 11:23:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XLoVwIXPPFVPUGXyD70UGoc6+hUW2S2FOvj+kSMhtmDQCRy28bV8vggvRsoS8MUch/kQRFAMsrbSy6x0EljAwkTU/yEDIkaIWgz/LN6pm8MpZIgcsw7XxjZlfUIF3lo78E9ze1x5uODlCfz556awz5jROjK+wHe7QOCSYkX/p8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WaOpnBFECmqlAyw0N/5YbeFOJ4NOS+DALAShDTDyA5CzZYfXMOC+UKOAvZDlhz/GxAYoajt6skKnBHLF1yOjD9KXdp1CiBr8nKo1oBJsQC5TWgmYilsChS3WhlF0YpwgR1YVSLWbO5NUJIg2+aCzXKQAyjP5uj3mUvP8H/ysOZM= Received: by 10.82.156.12 with SMTP id d12mr10966627bue.1182707791320; Sun, 24 Jun 2007 10:56:31 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Sun, 24 Jun 2007 10:56:31 -0700 (PDT) Message-ID: <80f4f2b20706241056s247d63aen53b8ae8cc8174026@mail.gmail.com> Date: Sun, 24 Jun 2007 13:56:31 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: cvsup question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 18:23:03 -0000 I've had this answered before, but for some reason, I can't seem to get it working. I am having problems with something in WINE and I want to see if it's the version of WINE, thus I'd *like* to reinstall WINE 0.9.39 and put 0.9.36 back. I have my supfile set to 2007.06.15... and use these commands: sudo csup -i 'emulators/wine' -L 2 /etc/supfile-ports sudo csup -i '*ulators/win*' -L 2 /etc/supfile-ports sudo csup -i 'emulators/wine' -L 2 /etc/supfile-ports But I don't see the standard patch applications I would see when something is updating with any of them. What am I doing wrong? -Jim