mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/gedkeeper: update GEDKeeper to version 2.25.2
Reported by: portscout
This commit is contained in:
parent
0e6006a9c0
commit
f36df7ffe6
@ -1,5 +1,5 @@
|
||||
PORTNAME= gedkeeper
|
||||
PORTVERSION= 2.25.1
|
||||
PORTVERSION= 2.25.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= misc
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1680374156
|
||||
SHA256 (Serg-Norseman-GEDKeeper-v2.25.1_GH0.tar.gz) = 51c440ce25755277445c19cdac0089a4b995311300986731dfafc5c045a01401
|
||||
SIZE (Serg-Norseman-GEDKeeper-v2.25.1_GH0.tar.gz) = 16368144
|
||||
TIMESTAMP = 1681409027
|
||||
SHA256 (Serg-Norseman-GEDKeeper-v2.25.2_GH0.tar.gz) = 0e65a14aa521e09f3f69ee0e5225eedd8107f648d49c7250e10e77bd27e41309
|
||||
SIZE (Serg-Norseman-GEDKeeper-v2.25.2_GH0.tar.gz) = 16447546
|
||||
SHA256 (Serg-Norseman-GKCommunicator-ea5c467_GH0.tar.gz) = 6f86ba39baa93374c59184abe8585157d013ba6f4bbb2c845b749d176fcb0a1d
|
||||
SIZE (Serg-Norseman-GKCommunicator-ea5c467_GH0.tar.gz) = 1866779
|
||||
SHA256 (Serg-Norseman-GKGenetix-5d51cfd_GH0.tar.gz) = d18009e2b12b29751d5b8439a465b757bdd1b9d9290d69f0d6372a1de354e638
|
||||
|
@ -1,19 +1,6 @@
|
||||
--- projects/GKCore/GKCore/GKUtils.cs.orig 2023-03-27 21:40:19 UTC
|
||||
--- projects/GKCore/GKCore/GKUtils.cs.orig 2023-04-13 18:03:47 UTC
|
||||
+++ projects/GKCore/GKCore/GKUtils.cs
|
||||
@@ -1758,7 +1758,11 @@ namespace GKCore
|
||||
|
||||
public static string GetTempDir()
|
||||
{
|
||||
- string tempPath = Environment.GetEnvironmentVariable("TEMP");
|
||||
+ string tempPath;
|
||||
+ if (SysUtils.IsUnix())
|
||||
+ tempPath = Environment.GetEnvironmentVariable("TMP") ?? "/tmp";
|
||||
+ else
|
||||
+ tempPath = Environment.GetEnvironmentVariable("TEMP");
|
||||
return tempPath + Path.DirectorySeparatorChar;
|
||||
}
|
||||
|
||||
@@ -1772,8 +1776,7 @@ namespace GKCore
|
||||
@@ -1777,8 +1777,7 @@ namespace GKCore
|
||||
|
||||
public static string GetAppPath()
|
||||
{
|
||||
|
@ -59,7 +59,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/dev/styles.css
|
||||
%%DATADIR%%/locales/french.lng
|
||||
%%DATADIR%%/locales/german.lng
|
||||
%%DATADIR%%/locales/help_enu/GEDKeeper2.html
|
||||
%%DATADIR%%/locales/help_enu/GEDKeeper.html
|
||||
%%DATADIR%%/locales/help_enu/gkhAbout.html
|
||||
%%DATADIR%%/locales/help_enu/gkhAncestorsCircle.html
|
||||
%%DATADIR%%/locales/help_enu/gkhAuthors.html
|
||||
@ -130,7 +130,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_enu/gkhWorkNavigation.html
|
||||
%%DATADIR%%/locales/help_enu/gkhWorkOperations.html
|
||||
%%DATADIR%%/locales/help_enu/gkhWorkToolbar.html
|
||||
%%DATADIR%%/locales/help_enu/images/GEDKeeper2.png
|
||||
%%DATADIR%%/locales/help_enu/images/GEDKeeper.png
|
||||
%%DATADIR%%/locales/help_enu/images/dlgAddrEdit.gif
|
||||
%%DATADIR%%/locales/help_enu/images/dlgAssoEdit.gif
|
||||
%%DATADIR%%/locales/help_enu/images/dlgCommEdit.gif
|
||||
@ -198,12 +198,14 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_enu/images/winMain_Tabs.gif
|
||||
%%DATADIR%%/locales/help_enu/images/winMain_Toolbar.gif
|
||||
%%DATADIR%%/locales/help_enu/styles.css
|
||||
%%DATADIR%%/locales/help_rus/GEDKeeper2.html
|
||||
%%DATADIR%%/locales/help_rus/GEDKeeper.html
|
||||
%%DATADIR%%/locales/help_rus/gkhAbout.html
|
||||
%%DATADIR%%/locales/help_rus/gkhAncestorsCircle.html
|
||||
%%DATADIR%%/locales/help_rus/gkhAuthors.html
|
||||
%%DATADIR%%/locales/help_rus/gkhCAIndex.html
|
||||
%%DATADIR%%/locales/help_rus/gkhClipboard.html
|
||||
%%DATADIR%%/locales/help_rus/gkhContents.html
|
||||
%%DATADIR%%/locales/help_rus/gkhDataSafety.html
|
||||
%%DATADIR%%/locales/help_rus/gkhDateSpecials.html
|
||||
%%DATADIR%%/locales/help_rus/gkhExpandability.html
|
||||
%%DATADIR%%/locales/help_rus/gkhFAQ.html
|
||||
@ -256,6 +258,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/gkhSvc_NamesBook.html
|
||||
%%DATADIR%%/locales/help_rus/gkhSvc_Organizer.html
|
||||
%%DATADIR%%/locales/help_rus/gkhSvc_TimeLine.html
|
||||
%%DATADIR%%/locales/help_rus/gkhThemes.html
|
||||
%%DATADIR%%/locales/help_rus/gkhTools_DubsMerge.html
|
||||
%%DATADIR%%/locales/help_rus/gkhTools_FamiliesConnectivity.html
|
||||
%%DATADIR%%/locales/help_rus/gkhTools_PatSearch.html
|
||||
@ -271,7 +274,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/gkhWorkNavigation.html
|
||||
%%DATADIR%%/locales/help_rus/gkhWorkOperations.html
|
||||
%%DATADIR%%/locales/help_rus/gkhWorkToolbar.html
|
||||
%%DATADIR%%/locales/help_rus/images/GEDKeeper2.png
|
||||
%%DATADIR%%/locales/help_rus/images/GEDKeeper.png
|
||||
%%DATADIR%%/locales/help_rus/images/dlgAddrEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgAssoEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgCommEdit.gif
|
||||
@ -279,8 +282,9 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/images/dlgFamilyEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgGroupEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgMediaEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgNameEdit.png
|
||||
%%DATADIR%%/locales/help_rus/images/dlgNoteEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgPersonEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgPersonEdit.png
|
||||
%%DATADIR%%/locales/help_rus/images/dlgPlaceEdit.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgRecordSelect.gif
|
||||
%%DATADIR%%/locales/help_rus/images/dlgRepoEdit.gif
|
||||
@ -296,6 +300,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/images/iFilter.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iLeft1.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iLoad.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iPaste.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iPreview.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iPrint.gif
|
||||
%%DATADIR%%/locales/help_rus/images/iRecDelete.gif
|
||||
@ -318,6 +323,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/images/rg_shield_mid.gif
|
||||
%%DATADIR%%/locales/help_rus/images/rg_shield_none.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_barbed_wire.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_cpsu.png
|
||||
%%DATADIR%%/locales/help_rus/images/tg_george_cross.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_islam_sym.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_latin_cross.gif
|
||||
@ -326,6 +332,8 @@ bin/gedkeeper
|
||||
%%DATADIR%%/locales/help_rus/images/tg_soldier.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_soldier_fall.gif
|
||||
%%DATADIR%%/locales/help_rus/images/tg_veteran_rear.gif
|
||||
%%DATADIR%%/locales/help_rus/images/treeURefNote.png
|
||||
%%DATADIR%%/locales/help_rus/images/treeURefSym.png
|
||||
%%DATADIR%%/locales/help_rus/images/winMain.gif
|
||||
%%DATADIR%%/locales/help_rus/images/winMain_Tabs.gif
|
||||
%%DATADIR%%/locales/help_rus/images/winMain_Toolbar.gif
|
||||
@ -349,17 +357,20 @@ bin/gedkeeper
|
||||
%%DATADIR%%/plugins/BSLib.SQLite.dll
|
||||
%%DATADIR%%/plugins/BSLib.dll
|
||||
%%DATADIR%%/plugins/ExcelLibrary.dll
|
||||
%%DATADIR%%/plugins/GEDmillPlugin.cze
|
||||
%%DATADIR%%/plugins/GEDmillPlugin.dll
|
||||
%%DATADIR%%/plugins/GEDmillPlugin.enu
|
||||
%%DATADIR%%/plugins/GEDmillPlugin.rus
|
||||
%%DATADIR%%/plugins/GKBackupPlugin.dll
|
||||
%%DATADIR%%/plugins/GKBackupPlugin.enu
|
||||
%%DATADIR%%/plugins/GKBackupPlugin.rus
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.cze
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.dll
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.enu
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.pol
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.rus
|
||||
%%DATADIR%%/plugins/GKCalculatorPlugin.ukr
|
||||
%%DATADIR%%/plugins/GKCalendarPlugin.cze
|
||||
%%DATADIR%%/plugins/GKCalendarPlugin.dll
|
||||
%%DATADIR%%/plugins/GKCalendarPlugin.enu
|
||||
%%DATADIR%%/plugins/GKCalendarPlugin.pol
|
||||
@ -375,6 +386,7 @@ bin/gedkeeper
|
||||
%%DATADIR%%/plugins/GKCommunicatorPlugin.rus
|
||||
%%DATADIR%%/plugins/GKComponents.dll
|
||||
%%DATADIR%%/plugins/GKCore.dll
|
||||
%%DATADIR%%/plugins/GKFlowInputPlugin.cze
|
||||
%%DATADIR%%/plugins/GKFlowInputPlugin.dll
|
||||
%%DATADIR%%/plugins/GKFlowInputPlugin.enu
|
||||
%%DATADIR%%/plugins/GKFlowInputPlugin.pol
|
||||
@ -385,9 +397,11 @@ bin/gedkeeper
|
||||
%%DATADIR%%/plugins/GKGenetixPlugin.dll
|
||||
%%DATADIR%%/plugins/GKGenetixPlugin.enu
|
||||
%%DATADIR%%/plugins/GKGenetixPlugin.rus
|
||||
%%DATADIR%%/plugins/GKHistoryDataPlugin.cze
|
||||
%%DATADIR%%/plugins/GKHistoryDataPlugin.dll
|
||||
%%DATADIR%%/plugins/GKHistoryDataPlugin.enu
|
||||
%%DATADIR%%/plugins/GKHistoryDataPlugin.rus
|
||||
%%DATADIR%%/plugins/GKLifePlugin.cze
|
||||
%%DATADIR%%/plugins/GKLifePlugin.dll
|
||||
%%DATADIR%%/plugins/GKLifePlugin.enu
|
||||
%%DATADIR%%/plugins/GKLifePlugin.pol
|
||||
@ -395,38 +409,45 @@ bin/gedkeeper
|
||||
%%DATADIR%%/plugins/GKLifePlugin.ukr
|
||||
%%DATADIR%%/plugins/GKMap.Core.dll
|
||||
%%DATADIR%%/plugins/GKMap.WinForms.dll
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.cze
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.dll
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.enu
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.pol
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.rus
|
||||
%%DATADIR%%/plugins/GKNamesBookPlugin.ukr
|
||||
%%DATADIR%%/plugins/GKNavigatorPlugin.cze
|
||||
%%DATADIR%%/plugins/GKNavigatorPlugin.dll
|
||||
%%DATADIR%%/plugins/GKNavigatorPlugin.enu
|
||||
%%DATADIR%%/plugins/GKNavigatorPlugin.rus
|
||||
%%DATADIR%%/plugins/GKNavigatorPlugin.ukr
|
||||
%%DATADIR%%/plugins/GKNetCore.dll
|
||||
%%DATADIR%%/plugins/GKNetUI.dll
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.cze
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.dll
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.enu
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.pol
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.rus
|
||||
%%DATADIR%%/plugins/GKPedigreeImporterPlugin.ukr
|
||||
%%DATADIR%%/plugins/GKStdReports.cze
|
||||
%%DATADIR%%/plugins/GKStdReports.deu
|
||||
%%DATADIR%%/plugins/GKStdReports.dll
|
||||
%%DATADIR%%/plugins/GKStdReports.enu
|
||||
%%DATADIR%%/plugins/GKStdReports.fra
|
||||
%%DATADIR%%/plugins/GKStdReports.rus
|
||||
%%DATADIR%%/plugins/GKStdReports.ukr
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.cze
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.dll
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.enu
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.pol
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.rus
|
||||
%%DATADIR%%/plugins/GKTextSearchPlugin.ukr
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.cze
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.dll
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.enu
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.pol
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.rus
|
||||
%%DATADIR%%/plugins/GKTimeLinePlugin.ukr
|
||||
%%DATADIR%%/plugins/GKWordsCloudPlugin.cze
|
||||
%%DATADIR%%/plugins/GKWordsCloudPlugin.dll
|
||||
%%DATADIR%%/plugins/GKWordsCloudPlugin.enu
|
||||
%%DATADIR%%/plugins/GKWordsCloudPlugin.pol
|
||||
|
Loading…
Reference in New Issue
Block a user