From 48fcd97554775969134fbe7c5daad8c73c86af3a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 6 Nov 2024 21:14:59 +0300 Subject: [PATCH] =?UTF-8?q?games/abbayedesmorts:=20update=202.0.2=20?= =?UTF-8?q?=E2=86=92=202.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/abbayedesmorts/Makefile | 2 +- games/abbayedesmorts/distinfo | 6 +++--- games/abbayedesmorts/files/patch-Makefile | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 games/abbayedesmorts/files/patch-Makefile diff --git a/games/abbayedesmorts/Makefile b/games/abbayedesmorts/Makefile index 5f48b1a7b456..85ef8224e12f 100644 --- a/games/abbayedesmorts/Makefile +++ b/games/abbayedesmorts/Makefile @@ -1,5 +1,5 @@ PORTNAME= abbayedesmorts -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/abbayedesmorts/distinfo b/games/abbayedesmorts/distinfo index 7893a5bedadf..d5e9a9e8a55b 100644 --- a/games/abbayedesmorts/distinfo +++ b/games/abbayedesmorts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699371968 -SHA256 (nevat-abbayedesmorts-gpl-v2.0.2_GH0.tar.gz) = 3ea999aa3b01a8f2029dd87dd905726c507ccf23796938e84ad6973c21d52261 -SIZE (nevat-abbayedesmorts-gpl-v2.0.2_GH0.tar.gz) = 1980301 +TIMESTAMP = 1730916500 +SHA256 (nevat-abbayedesmorts-gpl-v2.0.4_GH0.tar.gz) = e957b2327d5d2c0b21aedfe580f9caf6de2c587cdc8715286831be98d8d09f01 +SIZE (nevat-abbayedesmorts-gpl-v2.0.4_GH0.tar.gz) = 1982877 diff --git a/games/abbayedesmorts/files/patch-Makefile b/games/abbayedesmorts/files/patch-Makefile new file mode 100644 index 000000000000..9467ce065d21 --- /dev/null +++ b/games/abbayedesmorts/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig 2024-09-23 21:18:05 UTC ++++ Makefile +@@ -47,13 +47,11 @@ $(PROG): $(OBJS) + all: $(PROG) + + $(PROG): $(OBJS) +- @echo linking $@ +- @$(CC) $(OBJS) $(LDFLAGS) $(LIBS) -o $@ ++ $(CC) $(OBJS) $(LDFLAGS) $(LIBS) -o $@ + + .SUFFIXES: .c .o + .c.o: +- @echo compile $< +- @$(CC) $(CFLAGS) -c $< -o $@ ++ $(CC) $(CFLAGS) -c $< -o $@ + + clean: + @echo cleaning...