Ticket #39717: Portfile-goffice.diff
File Portfile-goffice.diff, 2.1 KB (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name goffice 7 version 0.10.4 7 8 epoch 1 8 version 0.8.17 9 revision 6 9 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 description GOffice is a library of document-centric objects and utilities. 12 12 long_description GOffice is a library of document-centric objects \ … … 19 19 20 20 homepage http://freecode.com/projects/goffice 21 21 master_sites gnome:sources/${name}/${branch}/ 22 use_ bzip2yes22 use_xz yes 23 23 24 checksums rmd160 35224e53a1431b2ecf81297a081159c7297110bb\25 sha256 dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c0624 checksums rmd160 c81ab86f437f7c959e8d94583884c2cd579cc799 \ 25 sha256 30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba 26 26 27 27 depends_build port:intltool \ 28 28 port:pkgconfig 29 29 30 depends_lib port:g conf\30 depends_lib port:gtk3 \ 31 31 port:libgsf \ 32 port:libxml2 \ 33 port:pcre 34 35 patchfiles patch-goffice-utils-regutf8.c.diff 32 port:librsvg \ 33 port:glib2 36 34 37 35 use_parallel_build yes 38 36 39 37 livecheck.type gnome 38 39 40 # Snapshot of goffice @0.8.17 for GnuCash. 41 # Can be removed once GnuCash no longer need this version. 42 43 subport goffice-08 { 44 version 0.8.17 45 46 master_sites gnome:sources/${name}/0.8/ 47 48 checksums sha256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 \ 49 rmd160 91d1df371c8164c8c5c9860c7c9c87b9fb69f6c3 50 51 depends_lib port:gconf \ 52 port:libgsf \ 53 port:libxml2 \ 54 port:pcre 55 56 patchfiles-append patch-goffice-utils-regutf8.c.diff 57 }