Skip to content

Commit

Permalink
devel/premake5: update to beta2
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/premake/premake-core/

PR:		266765
Reported by:	freebsd@sysctl.cz
  • Loading branch information
Martinfx authored and fernape committed Oct 3, 2022
1 parent 37bdde4 commit 0667850
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/premake5/Makefile
@@ -1,6 +1,6 @@
PORTNAME= premake
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.0-alpha16
DISTVERSION= 5.0.0-beta2
CATEGORIES= devel
MASTER_SITES= https://github.com/premake/premake-core/releases/download/${DISTVERSIONFULL}/
PKGNAMESUFFIX= 5
Expand All @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le

USES= dos2unix gmake zip
DOS2UNIX_FILES= tests/_tests.lua
DOS2UNIX_FILES= tests/_tests.lua tests/test

MAKEFILE= Bootstrap.mak
MAKE_ARGS= CC="${CC}" \
Expand Down
6 changes: 3 additions & 3 deletions devel/premake5/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1631879476
SHA256 (premake-5.0.0-alpha16-src.zip) = bd1c0944877cf1200a3c5499b893fef2d8af6df6e8b8645b8ba017d258019ba5
SIZE (premake-5.0.0-alpha16-src.zip) = 8730648
TIMESTAMP = 1664396354
SHA256 (premake-5.0.0-beta2-src.zip) = 4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
SIZE (premake-5.0.0-beta2-src.zip) = 8867376
4 changes: 2 additions & 2 deletions devel/premake5/files/patch-tests___tests.lua
@@ -1,6 +1,6 @@
--- tests/_tests.lua.orig 2021-09-17 13:09:43 UTC
--- tests/_tests.lua.orig 2022-09-28 21:00:51 UTC
+++ tests/_tests.lua
@@ -59,8 +59,8 @@ return {
@@ -60,8 +60,8 @@ return {
"base/test_validation.lua",

-- -- Toolset tests
Expand Down
2 changes: 1 addition & 1 deletion devel/premake5/files/patch-tests_test
@@ -1,4 +1,4 @@
--- tests/test.orig 2019-10-20 12:36:40 UTC
--- tests/test.orig 2022-09-28 20:58:43 UTC
+++ tests/test
@@ -1,2 +1,2 @@
#!/bin/sh
Expand Down

0 comments on commit 0667850

Please sign in to comment.