In https://github.com/enzo1982/BoCA/blob/master/runtime/Makefile the Revision is set to 2 although the release 1.0.3 has already been shipped.
I am currently working on packaging freac for macports, this is why I stumbled over this. I can workaround this issue by overwriting REVISION but macports always advises to fix things upstream, eleminating the need for workarounds in the packaging system.
I think it needs to be set to 4 on master, assuming the next release will be 1.0.4.
Btw, do you prefer pull requests for issues like this or is creating an issue ok too?