Ticket #39676: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.8 KB (added by c.herbig@…, 11 years ago) |
---|
-
Users/slycooper/Desktop/Portfile
1 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 2 # $Id: Portfile 106735 2013-06-06 23:02:43Z dports@macports.org $2 # $Id: Portfile 97390 2012-09-04 20:32:38Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name goffice 7 epoch 1 8 version 0.8.17 9 revision 6 7 version 0.10.3 8 10 9 set branch [join [lrange [split ${version} .] 0 1] .] 11 10 description GOffice is a library of document-centric objects and utilities. 12 11 long_description GOffice is a library of document-centric objects \ … … 19 18 20 19 homepage http://freecode.com/projects/goffice 21 20 master_sites gnome:sources/${name}/${branch}/ 22 use_ bzip2yes21 use_xz yes 23 22 24 checksums rmd160 35224e53a1431b2ecf81297a081159c7297110bb\25 sha256 dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c0623 checksums rmd160 585eac4a3ea200e8bc72fd569f30209f20c02ef1 \ 24 sha256 1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2 26 25 27 26 depends_build port:intltool \ 28 27 port:pkgconfig 29 28 30 depends_lib port:g conf\29 depends_lib port:gtk3 \ 31 30 port:libgsf \ 32 port:libxml2 \ 33 port:pcre 34 35 patchfiles patch-goffice-utils-regutf8.c.diff 31 port:librsvg \ 32 port:glib2 36 33 37 34 use_parallel_build yes 38 35 39 36 livecheck.type gnome 37