Ticket #24258: gramps-3.2.0.diff

File gramps-3.2.0.diff, 2.1 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
     
    34
    45name                            gramps
    5 version                         3.0.4
     6version                         3.2.0
    67categories                      gnome science python genealogy
    78platforms                       darwin
     
    1516                                advanced capabilities for research, analysis, and \
    1617                                correlation to potentially fill relationship gaps. \
    1718                                NOTE 1: Some users have experienced problems importing \
    18                                 databases from Gramp version 2. It is advised that \
     19                                databases from Gramps version 2 or from 3.1.x. It is advised that \
    1920                                databases are exported from Gramps version 2 in \
    2021                                Gramps XML format before updating to Gramps version 3. \
    2122                                The Gramps XML export from version 2 can then be imported \
    2223                                into gramps 3 if the automatic database upgrade does not \
    2324                                work.\
    2425                                NOTE 2: The WriteCD plugin is unavailable. This relies on \
    25                                 GNOME and has not been made to work on OS X.
     26                                GNOME and has not been made to work on OS X. \
     27                                NOTE 3: The spelling checker is not installed because \
     28                                there is no port of the python bindings to gtkspell. \
     29                                NOTE 4: The Geographic View is not available because \
     30                                webkit-gtk does not build under MacPorts (ticket #23464)
    2631
    2732homepage                        http://www.gramps-project.org/
    2833master_sites                    sourceforge:gramps
    29 checksums                       md5     7d27020f391ba333b8a9bd490e5bf56e \
    30                                 sha1    42501cb29b7b6b60006db0ded4a732e838becd45 \
    31                                 rmd160  2b5da63a67b814ef43ceb555351dd0930dfc32a7
     34checksums                       md5     38f905162c9f3064e46397d9907492f7 \
     35                                sha1    f9e334bba254072a86c55cf8e153e3f10bb8cbfb \
     36                                rmd160  3d2bc442942e6d7e92589d84a86e9f06745d1a49
    3237                   
    33 patchfiles                      patch-configure
    34 
    3538configure.args                  --disable-mime-install \
    3639                                --disable-scrollkeeper
    3740