Created attachment 211424 [details] raylib.diff Hi, update version raylib. Thank you M.
Created attachment 211425 [details] raylib.diff
Let's take a look!
Make sure you lint your makefiles according to the porter's book (usually it's enough to follow the suggestions of portfmt, portclippy and portlint).
It looks like the pkg-plist is outdated. > ====> Running Q/A tests (stage-qa) > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: lib/libraylib.so.261 > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: lib/libraylib.so.2 > ===> Error: Plist issues found. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/raylib > =>> Error: check-plist failures detected Could make sure that your update still builds fine and passes all the QA checks? Using poudriere might help a lot! Thanks! I'm looking forward to your next revision of the update patch. :)
Created attachment 211481 [details] raylib.diff Hello omp, i am sorry for bad diff file M.
A commit references this bug: Author: 0mp Date: Sun Feb 23 15:19:21 UTC 2020 New revision: 526924 URL: https://svnweb.freebsd.org/changeset/ports/526924 Log: Update to 2.6.0 Changelog: https://github.com/raysan5/raylib/releases/tag/2.6.0 Also: - Sort variables. - Remove an unnecessary post-patch target. It's a no-op. PR: 243939 Submitted by: Martin Filla <freebsd@sysctl.cz> Changes: head/devel/raylib/Makefile head/devel/raylib/distinfo
Committed! Thanks for the patch! You may want to lint your future submissions with tools like portclippy and portfmt. They are very helpful, (although not always correct). Cheers!
(In reply to Mateusz Piotrowski from comment #7) Dear Mateusz I use portlint -AC for ports. Thank you for commit.