Bug 258558

Summary: devel/premake5: update to alpha 16
Product: Ports & Packages Reporter: Martin Filla <freebsd>
Component: Individual Port(s)Assignee: Hiroki Tagato <tagattie>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo, tagattie
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/premake/premake-core/releases/tag/v5.0.0-alpha16
Attachments:
Description Flags
premake5.patch
none
premake5.patch none

Description Martin Filla 2021-09-17 13:24:34 UTC

    
Comment 1 Martin Filla 2021-09-17 13:34:17 UTC
Created attachment 227962 [details]
premake5.patch
Comment 2 Martin Filla 2021-12-21 09:18:32 UTC
its all right  ?
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-23 06:33:48 UTC
The following line was deleted in the patch.

PKGNAMESUFFIX=	5

I guess the line should not be deleted so that we can avoid a package name collision (with devel/premake).

If that's correct, could you update the patch accordingly?
Comment 4 Martin Filla 2021-12-23 14:52:47 UTC
Created attachment 230348 [details]
premake5.patch
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-12-24 02:51:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=377ba1cb8a4428e054cd17140aed08e354bf1be3

commit 377ba1cb8a4428e054cd17140aed08e354bf1be3
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2021-12-24 02:49:02 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-24 02:50:50 +0000

    devel/premake5: update to 5.0.0-alpha16

    Changelog: https://github.com/premake/premake-core/releases/tag/v5.0.0-alpha16

    PR:             258558
    Reported by:    Martin Filla <freebsd@sysctl.cz> (maintainer)

 devel/premake5/Makefile                         |  4 ++--
 devel/premake5/distinfo                         |  6 +++---
 devel/premake5/files/patch-Bootstrap.mak (gone) | 11 -----------
 devel/premake5/files/patch-tests___tests.lua    | 14 ++++++++------
 4 files changed, 13 insertions(+), 22 deletions(-)
Comment 6 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-24 02:51:55 UTC
Committed, thanks!