From nobody Sun Oct 10 22:15:55 2021 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 99BEB17F0548 for ; Sun, 10 Oct 2021 22:16:05 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSGTx3Zrxz3DXk for ; Sun, 10 Oct 2021 22:16:05 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: by mail-io1-xd33.google.com with SMTP id p68so17507866iof.6 for ; Sun, 10 Oct 2021 15:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hqhEEkDkKF1MSPeegCebzS54P1ozneE0/zKbaT0MitY=; b=MTlEqQOgd4lLYmrhy89Y/oJabUF7KWq8R6EnZMMt29YkOr5mQ5qPTR8tmHdreiIu9e 7NrQ+2V8i/R6OLXlVjlIZJ3oxfrKCABbHqkmrsvqRADwFSSrnzy3bg+uh6K1Wbqc8KBa xeQGaaaFiEXRb7k50onNSCP+3fTcI4U3O/W5I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hqhEEkDkKF1MSPeegCebzS54P1ozneE0/zKbaT0MitY=; b=Eqn5tOhPZGcUQ04XqMeBJD8CuWAufY3bFprfgUzis2tSmvMkPT26Lk2RAu5i4D2bBv dYaCvFyahhBrhRt2snZ7qLG0s6DSwwap8GvQCmSK26lQznZb/Jbniwrd13y+QzcfaU0w xR4EqJkf8EtQI/xNGKqpY6hQgqLIKvEb7o5szGKQbDVr0g9O4JHAVOAE4YozUkWi599m RUY3w3voMuhokwaBUAyVu2uAzHP799OiWv0N975MvqlR6//p93itQy4f+enpYNQJ8lRV 1fDDwYVhoC1cjP8VYmI11Urro41XRojSLiVR4B+CQHpry2s1NV5tXSvoRcP8ihVhfecB L9ag== X-Gm-Message-State: AOAM533fd7CbbBAh393K03Ecev1/fYZrbIAnWJIj1TU5ZgO4vVfdEVYS yxAtfISu312+qb/cqVZPyfNomwdw0nE9PRIu8sloYg== X-Google-Smtp-Source: ABdhPJz0Khyw1bOdJV7t2u6f++3nOCdgfqn0rPuIZ7IxeCKhsTII9lR+ApLMS1nnwDiM20WbfAJvW+bdywgTwqp7Se0= X-Received: by 2002:a05:6602:25ca:: with SMTP id d10mr17232264iop.124.1633904164613; Sun, 10 Oct 2021 15:16:04 -0700 (PDT) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Mario Lobo Date: Sun, 10 Oct 2021 19:15:55 -0300 Message-ID: Subject: Re: Rollback ports to before mate update To: Kevin Oberman Cc: "freebsd-questions@freebsd.org" Content-Type: multipart/alternative; boundary="0000000000005442a405ce06f55f" X-Rspamd-Queue-Id: 4HSGTx3Zrxz3DXk X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --0000000000005442a405ce06f55f Content-Type: text/plain; charset="UTF-8" On Sun, Oct 10, 2021, 17:23 Kevin Oberman wrote: > Mate was updated to 1.26 and it blew up on me. I have no usable desktop and > want to rollback my git clone of ports to its state yesterday. I have the > commit hash fron yesterday morning, but I'm not sure how to get there. I > really hate to completely blow my ports tree. > > I'm guessing "git reset" might be what I'm looking for, but I'm far from > sure. Help! > I think you can accomplish that by going to /usr/ports and run: git checkout hash-of-the-commit --0000000000005442a405ce06f55f--