<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5eb8f29120362055f054eb92926f2e4d8714181b">https://github.com/macports/macports-ports/commit/5eb8f29120362055f054eb92926f2e4d8714181b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 5eb8f29  Update project name was GRAMPS now Gramps
</span>5eb8f29 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5eb8f29120362055f054eb92926f2e4d8714181b
</span>Author: Sam Manzi <manzi.sam@gmail.com>
AuthorDate: Sun Nov 12 10:36:40 2017 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Update project name was GRAMPS now Gramps
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Starting with version 4.0.0 of Gramps see project page.
</span>---
 genealogy/gramps/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/genealogy/gramps/Portfile b/genealogy/gramps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea7e674..d0b9240 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/genealogy/gramps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/genealogy/gramps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +15,9 @@ platforms               darwin
</span> supported_archs         noarch
 maintainers             {devans @dbevans} openmaintainer
            
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description             GRAMPS is a genealogy program
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description             Gramps is a genealogy program
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        GRAMPS is a genealogy program to store, edit, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        Gramps is a genealogy program to store, edit, \
</span>                         and research genealogical data.  It provides \
                         advanced capabilities for research, analysis, and \
                         correlation to potentially fill relationship gaps. This \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ post-activate {
</span> 
 notes {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-When using GRAMPS, be sure to backup your data regularly! GRAMPS backups are in XML format.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+When using Gramps, be sure to backup your data regularly! Gramps backups are in XML format.
</span> XML is machine- and human-readable. It is completely self-sufficient. It is also small.
 
 The following are good backup practices:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +97,7 @@ The following are good backup practices:
</span>     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.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    Backup to XML before upgrading GRAMPS to a newer version. Backup to XML with the old version before you install
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Backup to XML before upgrading Gramps to a newer version. Backup to XML with the old version before you install
</span>         the new one!
     Backup to XML before upgrading your OS.
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,14 +106,14 @@ copying to another user on the same machine -- all of these cases should use XML
</span> 
 ***** IMPORTANT *****
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Beginning with GRAMPS 4.2, GRAMPS only supports python3.  Please MAKE A BACKUP of your data using your old python2 version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-before attempting to load your family tree in GRAMPS 4.2 with python3.  The python3 versions use a different database
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-interface with a new database format that is not compatible with the python2 versions. On startup, GRAMPS 4.2 will ask you
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if you want to reformat your database.  Once this has been done, your database will no longer be usable with python2 versions of GRAMPS.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Beginning with Gramps 4.2, Gramps only supports python3.  Please MAKE A BACKUP of your data using your old python2 version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+before attempting to load your family tree in Gramps 4.2 with python3.  The python3 versions use a different database
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+interface with a new database format that is not compatible with the python2 versions. On startup, Gramps 4.2 will ask you
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if you want to reformat your database.  Once this has been done, your database will no longer be usable with python2 versions of Gramps.
</span> 
 ***** MAKE A BACKUP! *****
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-For detailed backup instructions, see the online GRAMPS documentation at http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+For detailed backup instructions, see the online Gramps documentation at http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup
</span> 
 }
 
</pre><pre style='margin:0'>

</pre>