devel/universal-ctags: fix 32 bit platforms and unit test on 13
- bit shifting when right side is >= size of left side results in unknown behavior on some 32-bit platforms. Reported upstream [1] and being fixed [2]
Once fixed in arithy/packcc universal-ctags/ctags will need to import.
- Fix regex in unit test due to possible bug with FreeBSD 13.
PR: 255167
Reported by: dereks@lifeofadishwasher.com (maintainer)