From owner-svn-ports-all@freebsd.org Thu Feb 15 21:38:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7025AF1C945; Thu, 15 Feb 2018 21:38:24 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 D3F2571CAA; Thu, 15 Feb 2018 21:38:23 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 35B6620E1C; Thu, 15 Feb 2018 16:38:23 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute5.internal (MEProxy); Thu, 15 Feb 2018 16:38:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=nTO6XI 3V2F0tyxUFz3gxtyY7qCZd/JGbozlmJFG16dg=; b=OzUlN0yuUTb8V3L8sf6iPO L2aRUv4Wf//zZIDPmz5hHowXNfLQkzuxkT5xuF9jruCgCu5VguTwACc2shkha3rs iwGQN+8zQlhRFNOiY8ZZfk/GkE2qtfwnbEos8/VPTpxhUlOsWEoTZW9Z2Um9x4cK NyfrrGphWRAFzl6Ww3eNMP5Rx3wsTJZaqGQaHYFdfpyDtXoMLLN7eT1C2HPMzgpi 1hdrM/VfFqVHw7VcHVBOSR2rtKxnjakOWsgTY4FtxQnDJfPIZKtG6dXU8nwgtEze eGKhoqX3U/GFCutkkXr4xII8D+FEB802cC7KDQhHfhUMgFt+i03zNqJY+sOSkrCQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 138CA9E0AF; Thu, 15 Feb 2018 16:38:23 -0500 (EST) Message-Id: <1518730702.3714167.1272411376.445D11B0@webmail.messagingengine.com> From: Brad Davis To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1b99b2df In-Reply-To: <20180215164245.a5u2hmvrb3iplzvx@ogg.in.absolight.net> References: <201802142158.w1ELwc51053041@repo.freebsd.org> <20180215083547.zrd2bggrbhnq56y4@atuin.in.mat.cc> <1518711888.992438.1272052384.166A69A9@webmail.messagingengine.com> <20180215164245.a5u2hmvrb3iplzvx@ogg.in.absolight.net> Date: Thu, 15 Feb 2018 14:38:22 -0700 Subject: Re: svn commit: r461844 - in head: . net-mgmt net-mgmt/prometheus net-mgmt/prometheus1 net-mgmt/prometheus2 net-mgmt/prometheus2/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 21:38:24 -0000 On Thu, Feb 15, 2018, at 9:42 AM, Mathieu Arnold wrote: > On Thu, Feb 15, 2018 at 09:24:48AM -0700, Brad Davis wrote: > > > > > > You added 1 to the package name, which seems ok, though renaming > > > packages is probably a bad idea because of the wtf moment people using > > > it will have :-) > > > > Yeah, this is part of the explanation below.. > > > > Steve and I wondered if pkg uses MOVED at all? > > No, poudriere uses it though. And MOVED is about origins, pkg is about > package names, so it could nto really be interesting for it. OK, thanks.. > > > But you did not add a 2 to this one, so people who run pkg upgrade will > > > go to 1.8.2 to 2.1.0 and it'll break, as, like you said, upgrading is > > > non trivial. > > > > We are trying to encourage people to upgrade and help new users that > > just do: `pkg install' get the newer version, instead of discovering > > later that they installed the old one. > > > > There is a hook in the version 2 start up script and a pkg-message to > > help with this. > > Mmmm, ok, but then, the directory should be named prometheus, not > prometheus2, it is always confusing when the directory name does not > match PKGBASE, one wonders which one is supposed to be the correct one, > a bit like when code and documentation do not say the same thing. Well.. I figured prometheus2, so that when prometheus 3.x comes out it goes in as net-mgmt/prometheus3.. I am not sure if that will pay off in the end, but when I maintained rsyslog, it was useful because of the regular major version number bumps there. Regards, Brad Davis