From nobody Tue May 26 16:59:25 2026 X-Original-To: freebsd-pkgbase@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gPzWC49CQz6g7yD for ; Tue, 26 May 2026 16:59:35 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo75.interia.pl (smtpo75.interia.pl [217.74.67.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4gPzWB6pxdz4Pqy for ; Tue, 26 May 2026 16:59:34 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Tue, 26 May 2026 18:59:25 +0200 From: vermaden Subject: Re: different outcome freebsd-version -kru To: Manfred Koch , "freebsd-pkgbase@FreeBSD.org" X-Mailer: interia.pl/pf09 In-Reply-To: <07c33cf7-8a08-4f09-9084-419eaa29e1ec@t-online.de> References: <07c33cf7-8a08-4f09-9084-419eaa29e1ec@t-online.de> X-Originating-IP: 45.148.42.7 Message-Id: List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1779814767; bh=KoTuUi5xnI1BAQJiu0lZG9hvj1AZU9Fzw1kouQlqVeM=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=ACDkD8XG2vPZkG8m5Ibw9D6yZW20qUjibx1xd8IvOIDLlGTyj4+C39Q4OeCP9rgwU MgV060wV0WFp3nYl0yiL1vlmXqaDTpOMvZYp807pzLUpKNns4UE8caYGa8lc9Cdemg xrzo0GWMcfqsaVsbj80cA7RPDO0okxIRUtyxAx94= X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Queue-Id: 4gPzWB6pxdz4Pqy X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Hi, > Hi Community, > > I installed FreeBSD 15.0 on two divergent > physical systems with pkgbase. > > On both is under > /usr/local/etc/pkg/repos/FreeBSD-base.conf > with the content: > > FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest", > (...) > FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", Kinda offtopic ... but IMHO one should either use '*_latest_*' or '*_quarterly_*' for all '*ports*' repos. So either this for 'latest' packages: > FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest", > (...) > FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}", ... or this for 'quarterly': > FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", > (...) > FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", Regards, vermaden