aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-05-22 19:18:50 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-05-23 19:20:36 +0000
commit6393bf4e7fb8c245f58256f1bbaae765e4f30ae2 (patch)
tree08cd006a55534f0596d3e5b98ab05f44982834aa
parent0ea6787bcd24e99812ecbc04c8c38c9eb0f5e812 (diff)
downloadports-6393bf4e7fb8c245f58256f1bbaae765e4f30ae2.tar.gz
ports-6393bf4e7fb8c245f58256f1bbaae765e4f30ae2.zip
games/golly: Update to 4.3
-rw-r--r--games/golly/Makefile4
-rw-r--r--games/golly/distinfo6
-rw-r--r--games/golly/files/patch-sound_cute__sound.h15
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
-