From owner-freebsd-questions@freebsd.org Thu Aug 31 17:02:04 2017 Return-Path: Delivered-To: freebsd-questions@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 835CAE02081 for ; Thu, 31 Aug 2017 17:02:04 +0000 (UTC) (envelope-from raf@rafal.net) Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E517A43 for ; Thu, 31 Aug 2017 17:02:04 +0000 (UTC) (envelope-from raf@rafal.net) Received: from edina.glencottage.net (unknown [86.40.118.125]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id A2457509B8; Thu, 31 Aug 2017 13:02:02 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Why pkg offers different versions of packages on two machines? From: Rafal Lukawiecki In-Reply-To: Date: Thu, 31 Aug 2017 18:02:01 +0100 Cc: Ralf Mardorf via freebsd-questions Content-Transfer-Encoding: 7bit Message-Id: References: <73266CFC-4040-4A48-8FAB-974439F7A690@rafal.net> To: Adam Vande More X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 17:02:04 -0000 > On 31 Aug 2017, at 17:59, Adam Vande More wrote: > > Please provide the output of this from both systems: > > pkg -d search certbot > > -- > Adam Cloud system outputs: DBG(1)[2544]> pkg initialized py27-certbot-0.16.0_1,1 Let's Encrypt client Local machine outputs: DBG(1)[18310]> pkg initialized py27-certbot-0.17.0,1 Let's Encrypt client Rafal