Ticket #31588: patch-grisbi-Portfile.diff

File patch-grisbi-Portfile.diff, 2.0 KB (added by dbevans (David B. Evans), 12 years ago)

Revised patch for Portfile

  • Portfile

     
    44PortSystem 1.0
    55
    66name            grisbi
    7 version             0.6.0
    8 description       Easy Personnal Finance Manager for All.
     7version         0.8.8
     8license         GPL-2+
     9description     Easy Personnal Finance Manager for All.
    910long_description  Grisbi is a personnal accounting application. \
    1011                  Grisbi can manage multiple accounts, currencies and users. It manages \
    1112                  third party, expenditure and receipt categories, as well as budgetary \
     
    1617categories      gnome
    1718platforms       darwin
    1819homepage        http://www.grisbi.org
    19 checksums           sha1    d76973eaa068827d0239b2a6d7c411f78ae743fb \
    20                     rmd160  dedd2375136b36ab69026f42207cecb18c74190f
    21 master_sites        http://grisbi.gegeweb.org/src/${version} \
    22                     sourceforge
    23 depends_lib     lib:libgtk.2:gtk2 lib:libxml2.2.6.16:libxml2 lib:libofx.0:libofx
     20master_sites    sourceforge
     21
    2422use_bzip2       yes
    2523
    26 configure.args              --mandir=${prefix}/share/man
    27 configure.args-append       --with-balance-estimate
    28 configure.cppflags-append   "   -L${prefix}/lib"
     24depends_build   port:pkgconfig \
     25                port:intltool
    2926
    30 universal_variant   no
    31 supported_archs     ppc i386
     27depends_lib     port:gtk2 \
     28                port:libxml2 \
     29                port:libofx
    3230
     31checksums       sha1    c7843ac37cea66d3dd8ebac79bc3a2561a633b8b \
     32                rmd160  43937d66a4527b1da28bbc566fe6c0773994ec52
     33
     34configure.args  --disable-silent-rules
     35
    3336variant no_ofx description {Don't include LibOFX support} {
    34         depends_lib-delete      lib:libofx.0:libofx
     37        depends_lib-delete      port:libofx
    3538        configure.args-append   --without-ofx
    3639}
    3740
    38 livecheck.regex "<title>${name} (\\d+(?:\\.\\d+)*) released.*</title>"
     41livecheck.type  regex
     42livecheck.url   http://sourceforge.net/projects/grisbi/files/grisbi%20stable/0.8.x/
     43livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"