From nobody Wed Nov 13 12:35:09 2024 X-Original-To: freebsd-ports@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 4XpN686bq0z5dYtQ for ; Wed, 13 Nov 2024 12:35:12 +0000 (UTC) (envelope-from SRS0=1j+V=SI=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XpN684Mr8z4d1q for ; Wed, 13 Nov 2024 12:35:12 +0000 (UTC) (envelope-from SRS0=1j+V=SI=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Wed, 13 Nov 2024 13:35:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1731501310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8vOa7lfoiRQaK+6qq6oqcn1cKI5qTHywiFHlA9JUy/Y=; b=SdyTjLuTgm6ngOZBIQH+kcYCdwJ8gfu4j70xeozTJwFS/S20rTXKuhmxeX0z6yrOUVQGcG LQ0hc6giKaXPPnSJF0NF68Yz1j0PrCAVoBEutFd2LwVZkWz2+oznni72iu+jsT76f3tRvd FpdQ6WII9EhhCvn5iOA5bsKWhcqhdEvd8TiMbWQPmFMI+Xtgs9OE999afX8473G7/183mT gPajh2fLORSh+bP6EAABUiSSzSSguNk1ALMzOm/ccF/SoLqpORldowIacMxYHqmN3tG1Vq dk8/zGP2dzTEYjazftZdm9zOZw3SFxEJVw68uRBxGpRpcHGg7iIWBu7lZ4UE5w== From: Ronald Klop To: Piotr Smyrak Cc: FreeBSD Ports Message-ID: <290948098.5987.1731501309990@localhost> In-Reply-To: <20241113130958.6f63f4e7@daleth.home> References: <20241112223236.16f3954b@daleth.home> <609490320.5622.1731497353010@localhost> <20241113130958.6f63f4e7@daleth.home> Subject: Re: maintained ports tree branches List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5986_537996662.1731501309986" X-Mailer: Realworks (727.78) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[V=SI=klop.ws=ronald-lists]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Queue-Id: 4XpN684Mr8z4d1q X-Spamd-Bar: ---- ------=_Part_5986_537996662.1731501309986 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Yes, only main branch and current quarterly branch are maintained. What you see as "Active" on github is just something github made up about what "active" means. "Active branches: The Active view shows all branches (excluding the default branch) that anyone has committed to within the last three months, ordered by the branches with the most recent commits first." -> https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository NB: the current quarterly branch gets a bit more than only security updates, also like stability fixes. Regards, Ronald. Van: Piotr Smyrak Datum: woensdag, 13 november 2024 13:09 Aan: Ronald Klop CC: FreeBSD Ports Onderwerp: Re: maintained ports tree branches > > Thank you. I had a look at Handbook and > at https://github.com/freebsd/freebsd-ports/branches but since Github is just a mirror I wanted to clarify this, as there are last 2 quarters there as active. > > So the way I read the docs, only main branch and current quarter branch > are maintained. The latter of course only in respect to security > updates. > > Thanks, > Piotr > > On Wed, 13 Nov 2024 12:29:13 +0100 (CET) > Ronald Klop wrote: > > > You can look at: man ports > > https://man.freebsd.org/cgi/man.cgi?ports > > Which also refers to: > > > > https://docs.freebsd.org/en/books/handbook/ports/#quarterly-latest-branch > > > > I hope this information helps. > > > > Regards, > > Ronald. > > > > Van: Piotr Smyrak > > Datum: 12 november 2024 22:33 > > Aan: FreeBSD Ports > > Onderwerp: maintained ports tree branches > > > > > > > > > > > Hi, > > > > > > Where can one find a canonical information of which > > > branches of ports tree are supported? > > > > > > Thanks, > > > -- > > > Piotr Smyrak > > > > > > > > > > > > > > > > > > > -- > Piotr Smyrak > > > ------=_Part_5986_537996662.1731501309986 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

Yes, only main branch and current quarterly branch are maintained.

What you see as "Active" on github is just something github made up about what "active" means.
"Active branches: The Active view shows all branches (excluding the default branch) that anyone has committed to within the last three months, ordered by the branches with the most recent commits first." -> https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository

NB: the current quarterly branch gets a bit more than only security updates, also like stability fixes.

Regards,
Ronald.


 

Van: Piotr Smyrak <ps.ports@smyrak.com>
Datum: woensdag, 13 november 2024 13:09
Aan: Ronald Klop <ronald-lists@klop.ws>
CC: FreeBSD Ports <freebsd-ports@freebsd.org>
Onderwerp: Re: maintained ports tree branches

Thank you. I had a look at Handbook and
at https://github.com/freebsd/freebsd-ports/branches but since Github is just a mirror I wanted to clarify this, as there are last 2 quarters there as active.

So the way I read the docs, only main branch and current quarter branch
are maintained. The latter of course only in respect to security
updates.

Thanks,
Piotr

On Wed, 13 Nov 2024 12:29:13 +0100 (CET)
Ronald Klop <ronald-lists@klop.ws> wrote:

> You can look at: man ports
> https://man.freebsd.org/cgi/man.cgi?ports
> Which also refers to:
>
> https://docs.freebsd.org/en/books/handbook/ports/#quarterly-latest-branch
>
> I hope this information helps.
>
> Regards,
> Ronald.
>
> Van: Piotr Smyrak <ps.ports@smyrak.com>
> Datum: 12 november 2024 22:33
> Aan: FreeBSD Ports <freebsd-ports@freebsd.org>
> Onderwerp: maintained ports tree branches
>
> >
> >
> > Hi,
> >
> > Where can one find a canonical information of which
> > branches of ports tree are supported?
> >
> > Thanks,
> > --
> >  Piotr Smyrak
> >
> >
> >
> >
> >   



-- 
 Piotr Smyrak


  ------=_Part_5986_537996662.1731501309986--