Created attachment 215554 [details] premake5.patch Hi, I updated port premake5 alpha 5 to alpha 15. M.
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/156084562
Created attachment 215558 [details] premake5.diff
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval Attachment -> Details -> maintainer-approval [+] Also, would you mind checking the patch? There seems to be a bunch of changes that actually leave the same values again: -PORTNAME= premake -DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 -CATEGORIES= devel -PKGNAMESUFFIX= 5 +PORTNAME= premake +DISTVERSIONPREFIX= v +DISTVERSION= 5.0.0 +CATEGORIES= devel +PKGNAMESUFFIX= 5 Also, if we are updating from alpha 5 to alpha 15, shouldn't PKGNAMESUFFIX=15?
Created attachment 215616 [details] premake5.diff update patch for new version
A commit references this bug: Author: 0mp Date: Sat Jun 27 13:20:47 UTC 2020 New revision: 540600 URL: https://svnweb.freebsd.org/changeset/ports/540600 Log: Update to 5.0.0-alpha15 While I'm here, let's clean up the port a bit: - Switch to MASTER_SITES from USE_GITHUB as suggested by upstream. - Fix a typo in ALL_TARGET. - Remove do-build. The ports framework does the right thing already. PR: 247260 Submitted by: Martin Filla <freebsd@sysctl.cz> Changes: head/devel/premake5/Makefile head/devel/premake5/distinfo
Thanks! I've modified the patch a bit to clean it up before committing. BTW, some tests are failing, I didn't look into it however.
(In reply to Mateusz Piotrowski from comment #6) Thank you!