Ticket #31588: patch-grisbi-Portfile.diff
File patch-grisbi-Portfile.diff, 2.0 KB (added by dbevans (David B. Evans), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name grisbi 7 version 0.6.0 8 description Easy Personnal Finance Manager for All. 7 version 0.8.8 8 license GPL-2+ 9 description Easy Personnal Finance Manager for All. 9 10 long_description Grisbi is a personnal accounting application. \ 10 11 Grisbi can manage multiple accounts, currencies and users. It manages \ 11 12 third party, expenditure and receipt categories, as well as budgetary \ … … 16 17 categories gnome 17 18 platforms darwin 18 19 homepage 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 20 master_sites sourceforge 21 24 22 use_bzip2 yes 25 23 26 configure.args --mandir=${prefix}/share/man 27 configure.args-append --with-balance-estimate 28 configure.cppflags-append " -L${prefix}/lib" 24 depends_build port:pkgconfig \ 25 port:intltool 29 26 30 universal_variant no 31 supported_archs ppc i386 27 depends_lib port:gtk2 \ 28 port:libxml2 \ 29 port:libofx 32 30 31 checksums sha1 c7843ac37cea66d3dd8ebac79bc3a2561a633b8b \ 32 rmd160 43937d66a4527b1da28bbc566fe6c0773994ec52 33 34 configure.args --disable-silent-rules 35 33 36 variant no_ofx description {Don't include LibOFX support} { 34 depends_lib-delete lib:libofx.0:libofx37 depends_lib-delete port:libofx 35 38 configure.args-append --without-ofx 36 39 } 37 40 38 livecheck.regex "<title>${name} (\\d+(?:\\.\\d+)*) released.*</title>" 41 livecheck.type regex 42 livecheck.url http://sourceforge.net/projects/grisbi/files/grisbi%20stable/0.8.x/ 43 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"