From owner-freebsd-stable@freebsd.org Wed Feb 1 11:20:02 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C418DCCA728 for ; Wed, 1 Feb 2017 11:20:02 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F000A08 for ; Wed, 1 Feb 2017 11:20:01 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cYsx7-0005sa-3S for freebsd-stable@freebsd.org; Wed, 01 Feb 2017 12:19:53 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Date: Wed, 01 Feb 2017 12:19:52 +0100 Subject: update /usr/ports to same version as pkg upgrade? MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 7b320cd02cd98c580351ccd23ba1512a X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 11:20:02 -0000 Hi, Is it possible to update the /usr/ports tree to the same version as is used by the default pkg repositories? I use some ports which are not distributed as pkgs. When I 'portsnap auto' the ports tree gets new updates which are not in the pkgs yet and I don't want to rebuild those. I'm also able to fetch the ports tree by svn if that gives more possibilities than portsnap for this. So, is there a way to know from which svn revision the pkgs are build by the FreeBSD servers? Or something similar. Regards, Ronald.