From owner-freebsd-ports@FreeBSD.ORG Mon Jun 1 14:33:28 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04555ADF; Mon, 1 Jun 2015 14:33:28 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D30C216BA; Mon, 1 Jun 2015 14:33:27 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by igbyr2 with SMTP id yr2so63030445igb.0; Mon, 01 Jun 2015 07:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mWQuh9joQAY5vs6FSjtd2MSxsWslbJ3X0MT4Z/b5/cY=; b=Ck6uSgejHM3PfTf3aNsBGmMPfAWDM2VJnN9fBB53ZgzsWuRoUNCA6wfU+YpPEK0tVt 7J3zxGoz50tI9adUa1QG9wnElzI1fUWeIEttbczKnVhC3uFZ5rzq7eEX/vBhQaGJmz1Q ijJjFXmbhx8fkwxORxHQZc+Akw4t9WFUjUhziVNMhqoQTraAZjs7L2sK26DhOl2YBHNO kjuZ0yZQni8gaSFqrIV4yK3zeVxSOYqNzE5VmmlI7Bm8+qoqR32ZOHYob3QDxFxxKo5D vyIWOJP/0Wsuvj/6Pit089YF5ucW+H5v2h9s3OPZykXK9Xdojg/xsFO7++EHPntLdZAa 65CQ== MIME-Version: 1.0 X-Received: by 10.107.131.81 with SMTP id f78mr14201334iod.42.1433169207202; Mon, 01 Jun 2015 07:33:27 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Mon, 1 Jun 2015 07:33:27 -0700 (PDT) In-Reply-To: <1433158692.84575.YahooMailBasic@web140904.mail.bf1.yahoo.com> References: <1433158692.84575.YahooMailBasic@web140904.mail.bf1.yahoo.com> Date: Mon, 1 Jun 2015 22:33:27 +0800 Message-ID: Subject: Re: SOLVED: pkg version mismatch [succeeds port...] From: Ben Woods To: Jeffrey Bouquet Cc: "pkg@freebsd.org" , "ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 14:33:28 -0000 On Monday, June 1, 2015, Jeffrey Bouquet via freebsd-ports < freebsd-ports@freebsd.org> wrote: > I noticed the ports tree here had net/uget 1.10.4_1 even after "svn up"... > while > pkg upgrading installed 2.0. "pkg version" (one of 3 ways) reported > "succeeds port"... was about to post a question about pkg, but it can be > fixed > by > > cd /usr/ports/net/uget > svn revert . -R > That command will revert any local changes you have made to the port files (if you edited them manually, it reverts them to the official version from FreeBSD ports). I guess it is not documented within pkg(8) as it has nothing to do with pkg. It's purely related to how subversion deals with local modifications to repository files. For more documentation on the subversion command, you can check: $ svn help revert Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com