From 5eb8f29120362055f054eb92926f2e4d8714181b Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Sun, 12 Nov 2017 10:36:40 +1100 Subject: [PATCH] Update project name was GRAMPS now Gramps Starting with version 4.0.0 of Gramps see project page. --- genealogy/gramps/Portfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/genealogy/gramps/Portfile b/genealogy/gramps/Portfile index ea7e6741e4a45..d0b924052a50f 100644 --- a/genealogy/gramps/Portfile +++ b/genealogy/gramps/Portfile @@ -15,9 +15,9 @@ platforms darwin supported_archs noarch maintainers {devans @dbevans} openmaintainer -description GRAMPS is a genealogy program +description Gramps is a genealogy program -long_description GRAMPS is a genealogy program to store, edit, \ +long_description Gramps is a genealogy program to store, edit, \ and research genealogical data. It provides \ advanced capabilities for research, analysis, and \ correlation to potentially fill relationship gaps. This \ @@ -89,7 +89,7 @@ post-activate { notes { -When using GRAMPS, be sure to backup your data regularly! GRAMPS backups are in XML format. +When using Gramps, be sure to backup your data regularly! Gramps backups are in XML format. XML is machine- and human-readable. It is completely self-sufficient. It is also small. The following are good backup practices: @@ -97,7 +97,7 @@ The following are good backup practices: Backup to XML from time to time, especially after large edits. Backup to XML before making big changes, such as importing new data into an existing database from e.g. GEDCOM, merging records, running tools that may heavily modify the data, etc. - Backup to XML before upgrading GRAMPS to a newer version. Backup to XML with the old version before you install + Backup to XML before upgrading Gramps to a newer version. Backup to XML with the old version before you install the new one! Backup to XML before upgrading your OS. @@ -106,14 +106,14 @@ copying to another user on the same machine -- all of these cases should use XML ***** IMPORTANT ***** -Beginning with GRAMPS 4.2, GRAMPS only supports python3. Please MAKE A BACKUP of your data using your old python2 version -before attempting to load your family tree in GRAMPS 4.2 with python3. The python3 versions use a different database -interface with a new database format that is not compatible with the python2 versions. On startup, GRAMPS 4.2 will ask you -if you want to reformat your database. Once this has been done, your database will no longer be usable with python2 versions of GRAMPS. +Beginning with Gramps 4.2, Gramps only supports python3. Please MAKE A BACKUP of your data using your old python2 version +before attempting to load your family tree in Gramps 4.2 with python3. The python3 versions use a different database +interface with a new database format that is not compatible with the python2 versions. On startup, Gramps 4.2 will ask you +if you want to reformat your database. Once this has been done, your database will no longer be usable with python2 versions of Gramps. ***** MAKE A BACKUP! ***** -For detailed backup instructions, see the online GRAMPS documentation at http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup +For detailed backup instructions, see the online Gramps documentation at http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup }