Can't find any guides on port maintenance step by step. Looking for someone to help clean up this guide I created for myself. My main question is where in these steps do I upgrade the port to the newer version if there is one, and how do I do this? I want to get into maintaining ports, I think it will be a good learning opportunity for me. Please add/cleanup to any of this and include different ways of maintaining.
1.svn co https://svn.freebsd.org/ports/head/category/port
2.modify makefile and pkg-plist
3.test those changes with make config, make patch, and make configure
4.run portlint & poudriere etstport
5.make a patch with diff
6.diff -ruN /usr/ports/category/port . >/tmp/port.patch
7.svn diff category/port > portdiffs/category/port.diff
8.create a PR and attach diff
1.svn co https://svn.freebsd.org/ports/head/category/port
2.modify makefile and pkg-plist
3.test those changes with make config, make patch, and make configure
4.run portlint & poudriere etstport
5.make a patch with diff
6.diff -ruN /usr/ports/category/port . >/tmp/port.patch
7.svn diff category/port > portdiffs/category/port.diff
8.create a PR and attach diff