On 2024/06/13 20:34:24 +0200, danterobin...@tuta.io wrote:
> New to mailing lists not sure how this works, am I doing it correctly?
> I have updated a port on my local machine and would like to commit the
> port. I have committed a package update before on Gentoo but unsure of
> how to do it on OpenBSD.
> https://www.openbsd.org/faq/ports/guide.html#CommitUpdates says here I
> need a CVS account, how do I get one of those? Or someone else here can
> update the port and then I just paste the updated code or what?

Just send a diff to this mailing list with a sensible subject line (like
"update net/foo to X.Y.Z") and Cc the maintainer if there is one.

Mind the list netiquette and make sure the diff does not get mangled by
your mail client (try first to send the diff to yourself and check that
you can apply it.)

        https://www.openbsd.org/mail.html

A committer will then review the diff and provide further guidance.


Here you can find some information on how to do work with CVS (making
sure the tree is updated and how to generate a diff).  The page is more
about base than ports, but the working is the same.

        https://www.openbsd.org/anoncvs.html

(or you can use the git mirror on codeberg or github)


Thanks,

Omar Polo

Reply via email to