Some time ago I was able to figure out, on my own, how to manually update multimedia/plexmediaserver in my local ports tree by editing a couple lines in Makefile, deleting distinfo, and running
Now I know this wasn't some great programming feat, Plex provides the complete binary for FreeBSD and previous programmers provided the rest of the port. But understand I have no formal education in programming! Matter of fact, the last time I tried my hand at any serious (to me) programming was trying to learn Apple Basic back in the mid to late 80s by coding a small personal address book database. lol Also, being an old burnout from the late fifties, I am not really interested in learning programming now or even how to use github, I spend my days lurking in a few forums, surfing the internet, and doating over my wonderful wife and our teenage daughter when they are home. Point being, I would not be able to figure out any serious problems that might arise in the future with these two ports, hence the subject of this post. Should I go ahead and be the maintainer or leave things as they are and just submit a bug report with a
make makesum
. Then I could update using my normal method of updating ports with portmaster
. During my lastest editing of Makefile, I noticed that the maintainer had been changed to ports@FreeBSD.org on the previous update. Well, figuring I would do my little part, I signed up and submitted my first two bugs, PR 262915 and PR 262916 to update multimedia/plexmediaserver-plexpass and multimedia/plexmediaserver respectively to the latest versions and attached a diff
file. Thank you! ? lolNow I know this wasn't some great programming feat, Plex provides the complete binary for FreeBSD and previous programmers provided the rest of the port. But understand I have no formal education in programming! Matter of fact, the last time I tried my hand at any serious (to me) programming was trying to learn Apple Basic back in the mid to late 80s by coding a small personal address book database. lol Also, being an old burnout from the late fifties, I am not really interested in learning programming now or even how to use github, I spend my days lurking in a few forums, surfing the internet, and doating over my wonderful wife and our teenage daughter when they are home. Point being, I would not be able to figure out any serious problems that might arise in the future with these two ports, hence the subject of this post. Should I go ahead and be the maintainer or leave things as they are and just submit a bug report with a
diff
file to update these programs? And for anyone who does care to look at the PRs, I am open to suggestions how to improve my future PRs to make it easier on people upstream.