Help in haikuports + congrats 4 Web+

First of all I have to congratulate the developers for the excellent work done on Webpositive which is finally fast and stable beyond all my expectations.

That said I need help updating the feedgator recipe in haikuports and I don’t know if I’m doing the right thing:

  1. I’m working on my haikuports fork to send a PR request (or a merge request? don’t remember the exact name) after the changes are done.
  2. The recipe in haiku-apps/feedgator is called feedgator-2.1.b.recipe, now I have a new version 2.2.b, should I remove this file and add feedgator-2.2.b.recipe with the new tagged version in github?

edit:
I’m re-reading how haikuporter/haikuports work.. It’s been a while since last time and I forgot few things ^_^’ sorry for that

Yes, remove the old file and add the new one (or just rename the file using git mv) then make the needed changes if any.

1 Like

I mostly just delete the old file, copy the new one in there and run “git add haiku-apps/feedgator”, git is smart enough then to do it’s internal move for the files.