git: 3fb6e860eddf - main - games/legend-of-edgar: update to 1.37
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 13:48:07 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3fb6e860eddf13533a3968a3c4fb4e3ee5b4af1a
commit 3fb6e860eddf13533a3968a3c4fb4e3ee5b4af1a
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-01-08 13:46:30 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-01-08 13:48:03 +0000
games/legend-of-edgar: update to 1.37
Update to 1.37.
Drop stale chunk of the patch.
Changes: https://github.com/riksweeney/edgar/releases/tag/1.37
---
games/legend-of-edgar/Makefile | 3 +--
games/legend-of-edgar/distinfo | 6 +++---
games/legend-of-edgar/files/patch-makefile | 18 ++----------------
3 files changed, 6 insertions(+), 21 deletions(-)
diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile
index fecd189d544b..d9e7b8c589ce 100644
--- a/games/legend-of-edgar/Makefile
+++ b/games/legend-of-edgar/Makefile
@@ -1,6 +1,5 @@
PORTNAME= edgar
-DISTVERSION= 1.36
-PORTREVISION= 1
+DISTVERSION= 1.37
CATEGORIES= games
MASTER_SITES= https://github.com/riksweeney/edgar/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= legend-of-
diff --git a/games/legend-of-edgar/distinfo b/games/legend-of-edgar/distinfo
index d08d490e428c..fa50cceec8b4 100644
--- a/games/legend-of-edgar/distinfo
+++ b/games/legend-of-edgar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672662786
-SHA256 (edgar-1.36-1.tar.gz) = 41d98dc1e15a6d7ef7898ebfef438a82598b67485cc686cd2e57f1e638af9a39
-SIZE (edgar-1.36-1.tar.gz) = 91908211
+TIMESTAMP = 1704719361
+SHA256 (edgar-1.37-1.tar.gz) = 8bbce85dbe7d489dd70a8dd4f5bb7900b7e0ba3418de9e5bf8e21baed4420f8a
+SIZE (edgar-1.37-1.tar.gz) = 91922230
diff --git a/games/legend-of-edgar/files/patch-makefile b/games/legend-of-edgar/files/patch-makefile
index f6e07973fee1..4a30b5c7aaaa 100644
--- a/games/legend-of-edgar/files/patch-makefile
+++ b/games/legend-of-edgar/files/patch-makefile
@@ -2,7 +2,7 @@
the stage directory and that the game can actually find its assets
at runtime
---- makefile.orig 2023-01-01 07:44:56 UTC
+--- makefile.orig 2024-01-01 08:30:47 UTC
+++ makefile
@@ -22,7 +22,7 @@ PO_PROG = po_creator
TILE_PROG = tile_creator
@@ -13,21 +13,7 @@
BIN_DIR = $(PREFIX)/games/
DOC_DIR = $(PREFIX)/share/doc/$(PROG)/
ICON_DIR = $(PREFIX)/share/icons/hicolor/
-@@ -104,11 +104,11 @@ endif
- all : $(PROG) makefile.dep $(ED_PROG) $(PAK_PROG) $(LOCALE_MO) $(PO_PROG)
-
- makefile.dep : src/*/*.h src/*.h
-- for i in src/*.c src/*/*.c; do $(CC) -MM "$${i}"; done > $@
-+ for i in src/*.c src/*/*.c; do $(CC) $(CFLAGS) -MM "$${i}"; done > $@
-
- # compiling other source files.
- $(MAIN_OBJS) $(CORE_OBJS) $(EDIT_OBJS) $(TITLE_OBJS) $(PAK_OBJS) $(PO_OBJS) $(TILE_OBJS):
-- $(CC) $(CFLAGS) $(DEFINES) -c -s $<
-+ $(CC) $(CFLAGS) $(DEFINES) -c $<
-
- %.mo: %.po
- msgfmt -c -o $@ $<
-@@ -148,39 +148,39 @@ install: all buildpak
+@@ -150,39 +150,39 @@ install: all buildpak
ifeq ($(DEV),1)
echo Cannot install if DEV is set to 1!
else