git: d7f7a5436980 - main - games/legend-of-edgar: update to 1.34
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 13:21:03 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7f7a5436980096f8844cec235619b926710fd24
commit d7f7a5436980096f8844cec235619b926710fd24
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2021-12-04 13:17:15 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2021-12-04 13:19:24 +0000
games/legend-of-edgar: update to 1.34
Drop needless patch
---
games/legend-of-edgar/Makefile | 6 +++---
games/legend-of-edgar/distinfo | 6 +++---
games/legend-of-edgar/files/patch-src_headers.h | 19 -------------------
3 files changed, 6 insertions(+), 25 deletions(-)
diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile
index 5bfba4c9b214..96d08d57d96b 100644
--- a/games/legend-of-edgar/Makefile
+++ b/games/legend-of-edgar/Makefile
@@ -1,13 +1,13 @@
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
PORTNAME= edgar
-DISTVERSION= 1.33
+DISTVERSION= 1.34
CATEGORIES= games
MASTER_SITES= https://github.com/riksweeney/edgar/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= legend-of-
DISTFILES= edgar-${DISTVERSION}-1${EXTRACT_SUFX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= makc@FreeBSD.org
COMMENT= 2D platform game with a persistent world
LICENSE= GPLv2
@@ -30,7 +30,7 @@ NLS_USES= gettext-tools
NLS_MAKE_ARGS_OFF= LOCALE_MO=""
post-patch:
- @${REINPLACE_CMD} -e 's|Categories=Game|Categories=Game;ArcadeGame;|' \
+ ${REINPLACE_CMD} -e 's|Categories=Game;|Categories=Game;ArcadeGame;|' \
${WRKSRC}/icons/${PORTNAME}.desktop
post-install:
diff --git a/games/legend-of-edgar/distinfo b/games/legend-of-edgar/distinfo
index dc8945d53174..48fa00e9e168 100644
--- a/games/legend-of-edgar/distinfo
+++ b/games/legend-of-edgar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587216741
-SHA256 (edgar-1.33-1.tar.gz) = e5844ac4dfdb82f75b26cacf7cc81ca1756f605b6333bac2238ab51f773b7dd5
-SIZE (edgar-1.33-1.tar.gz) = 91852155
+TIMESTAMP = 1638622811
+SHA256 (edgar-1.34-1.tar.gz) = f4793f9a14cc0cddf516fe5dadaa91d87836852668ab1188cee88dc90bce4184
+SIZE (edgar-1.34-1.tar.gz) = 91852922
diff --git a/games/legend-of-edgar/files/patch-src_headers.h b/games/legend-of-edgar/files/patch-src_headers.h
deleted file mode 100644
index 1d1adc0c7db1..000000000000
--- a/games/legend-of-edgar/files/patch-src_headers.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/headers.h.orig 2018-08-20 12:55:03 UTC
-+++ src/headers.h
-@@ -43,11 +43,11 @@ Foundation, 51 Franklin Street, Suite 500, Boston, MA
- #include <windows.h>
- #endif
-
--#include "SDL2/SDL.h"
--#include "SDL2/SDL_endian.h"
--#include "SDL2/SDL_image.h"
--#include "SDL2/SDL_mixer.h"
--#include "SDL2/SDL_ttf.h"
-+#include <SDL.h>
-+#include <SDL_endian.h>
-+#include <SDL_image.h>
-+#include <SDL_mixer.h>
-+#include <SDL_ttf.h>
-
- #include "structs.h"
- #include "i18n.h"