git: 6393bf4e7fb8 - main - games/golly: Update to 4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 19:20:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6393bf4e7fb8c245f58256f1bbaae765e4f30ae2 commit 6393bf4e7fb8c245f58256f1bbaae765e4f30ae2 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-05-22 19:18:50 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-05-23 19:20:36 +0000 games/golly: Update to 4.3 ChangeLog: https://golly.sourceforge.io/Help/changes.html --- games/golly/Makefile | 4 ++-- games/golly/distinfo | 6 +++--- games/golly/files/patch-sound_cute__sound.h | 15 --------------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/games/golly/Makefile b/games/golly/Makefile index e458fe8bda7f..6b6aa746016e 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -1,6 +1,5 @@ PORTNAME= golly -DISTVERSION= 4.2 -PORTREVISION= 1 +DISTVERSION= 4.3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -38,6 +37,7 @@ PORTDATA= Help Patterns Rules Scripts pre-build: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/wxmain.cpp ${WRKSRC}/wxhelp.cpp + @${RMDIR} ${WRKSRC}/../Scripts/Python/glife/__pycache__ # There is no install target at makefile-gtk do-install: diff --git a/games/golly/distinfo b/games/golly/distinfo index 428cb00598b0..129b584e5c00 100644 --- a/games/golly/distinfo +++ b/games/golly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689422582 -SHA256 (golly-4.2-src.tar.gz) = 569128a923da64c3ff0062186406e4e51fdff02aeabf1f292983753bd065e95d -SIZE (golly-4.2-src.tar.gz) = 15348982 +TIMESTAMP = 1716366217 +SHA256 (golly-4.3-src.tar.gz) = 51d2478063e7ec50cde2b61381f3c1028604e45182e374cff0e14199822a081d +SIZE (golly-4.3-src.tar.gz) = 15488205 diff --git a/games/golly/files/patch-sound_cute__sound.h b/games/golly/files/patch-sound_cute__sound.h deleted file mode 100644 index a6c0fe823954..000000000000 --- a/games/golly/files/patch-sound_cute__sound.h +++ /dev/null @@ -1,15 +0,0 @@ -On all BSDs the function alloca(3) is declared in stdlib.h. -See also: https://sourceforge.net/p/golly/bugs/62/ - ---- sound/cute_sound.h.orig 2023-07-15 13:39:21 UTC -+++ sound/cute_sound.h -@@ -624,9 +624,6 @@ cs_plugin_id_t cs_add_plugin(cs_context_t* ctx, const - #elif CUTE_SOUND_PLATFORM == CUTE_SOUND_SDL - - #include <SDL2/SDL.h> -- #ifndef _WIN32 -- #include <alloca.h> -- #endif - - #else -