mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
games/golly: Update to 5.0
ChangeLog: https://golly.sourceforge.io/Help/changes.html
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= golly
|
||||
DISTVERSION= 4.3
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 5.0
|
||||
DISTVERSIONSUFFIX= -src
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
@@ -38,7 +37,6 @@ 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:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1716366217
|
||||
SHA256 (golly-4.3-src.tar.gz) = 51d2478063e7ec50cde2b61381f3c1028604e45182e374cff0e14199822a081d
|
||||
SIZE (golly-4.3-src.tar.gz) = 15488205
|
||||
TIMESTAMP = 1761551670
|
||||
SHA256 (golly-5.0-src.tar.gz) = 5835cde428153f9b840ba94a4359e5cb26eb302e7ac01a097cd7f5a5c8303611
|
||||
SIZE (golly-5.0-src.tar.gz) = 17940916
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Set DATADIR url to Help pages
|
||||
|
||||
--- gui-wx/wxhelp.cpp.orig 2022-04-19 11:02:31 UTC
|
||||
--- gui-wx/wxhelp.cpp.orig 2025-07-07 22:49:26 UTC
|
||||
+++ gui-wx/wxhelp.cpp
|
||||
@@ -168,7 +168,7 @@ long whenactive; // when help window beca
|
||||
@@ -177,7 +177,7 @@ long whenactive; // when help window beca
|
||||
|
||||
long whenactive; // when help window became active (elapsed millisecs)
|
||||
|
||||
@@ -11,9 +11,9 @@ Set DATADIR url to Help pages
|
||||
wxString currhelp = helphome; // current help file
|
||||
const wxString lexicon_name = _("lexicon"); // name of lexicon layer
|
||||
|
||||
@@ -1322,7 +1322,7 @@ void ShowAboutBox()
|
||||
@@ -1338,7 +1338,7 @@ void ShowAboutBox()
|
||||
#ifdef __WXMAC__
|
||||
html->SetFontSizes(helpfontsize);
|
||||
html->SetFontSizes(13); // must be a fixed size (not helpfontsize)
|
||||
#endif
|
||||
- html->CheckAndLoad(_("Help/about.html"));
|
||||
+ html->CheckAndLoad(_("%%DATADIR%%/Help/about.html"));
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Set DATADIR url to Help pages
|
||||
|
||||
--- gui-wx/wxmain.cpp.orig 2021-01-23 03:06:47 UTC
|
||||
--- gui-wx/wxmain.cpp.orig 2025-09-26 02:31:41 UTC
|
||||
+++ gui-wx/wxmain.cpp
|
||||
@@ -1446,29 +1446,29 @@ void MainFrame::OnMenu(wxCommandEvent& event)
|
||||
@@ -1410,29 +1410,29 @@ void MainFrame::OnMenu(wxCommandEvent& event)
|
||||
case ID_TILE: ToggleTileLayers(); break;
|
||||
|
||||
// Help menu
|
||||
|
||||
Reference in New Issue
Block a user