From owner-freebsd-ruby@freebsd.org Tue Mar 8 12:55:23 2016 Return-Path: Delivered-To: freebsd-ruby@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 49818AC7491 for ; Tue, 8 Mar 2016 12:55:23 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3AE00907 for ; Tue, 8 Mar 2016 12:55:23 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: by mailman.ysv.freebsd.org (Postfix) id 36ADDAC7490; Tue, 8 Mar 2016 12:55:23 +0000 (UTC) Delivered-To: ruby@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 364D6AC748F for ; Tue, 8 Mar 2016 12:55:23 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from smtp-out.sentor.se (smtp-out.sentor.se [176.124.225.2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF0F2904; Tue, 8 Mar 2016 12:55:22 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from localhost (localhost [127.0.0.1]) by farmermaggot.shire.sentor.se (Postfix) with ESMTP id 7F719B61D233; Tue, 8 Mar 2016 13:46:47 +0100 (CET) Date: Tue, 8 Mar 2016 13:46:47 +0100 (CET) From: Martin Olsson To: ruby@FreeBSD.org cc: freebsd@zleslie.info, bapt@FreeBSD.org Subject: FreeBSD port: sysutils/puppet38 Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 12:55:23 -0000 (freebsd@zleslie.info and bapt@FreeBSD.org on CC just FYI) Hi! I see (the hard way) that you have renamed sysutils/puppet to sysutils/puppet38. Shouldn't this have been mentioned in the UPDATING doc, to give a heads up to the users using this port? I guess you should write someting like this: To continue using this puppet version you need to change the port's origin: pkg set -o sysutils/puppet:sysutils/puppet38 ...and then reinstall it (and any ports that depend upon it): pkg install -Rf sysutils/puppet38 /Martin