Ticket #39676: Portfile-rrdtool.diff

File Portfile-rrdtool.diff, 1.8 KB (added by c.herbig@…, 11 years ago)
  • Users/slycooper/Desktop/Portfile

     
    11# -*- 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 $
    33
    44PortSystem              1.0
    55
    66name                    goffice
    7 epoch                   1
    8 version                 0.8.17
    9 revision                6
     7version                 0.10.3
     8
    109set branch              [join [lrange [split ${version} .] 0 1] .]
    1110description             GOffice is a library of document-centric objects and utilities.
    1211long_description        GOffice is a library of document-centric objects \
     
    1918
    2019homepage                http://freecode.com/projects/goffice
    2120master_sites            gnome:sources/${name}/${branch}/
    22 use_bzip2               yes
     21use_xz                  yes
    2322
    24 checksums               rmd160  35224e53a1431b2ecf81297a081159c7297110bb \
    25                         sha256  dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c06
     23checksums               rmd160  585eac4a3ea200e8bc72fd569f30209f20c02ef1 \
     24                        sha256  1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2
    2625
    2726depends_build           port:intltool \
    2827                        port:pkgconfig
    2928
    30 depends_lib             port:gconf \
     29depends_lib             port:gtk3 \
    3130                        port:libgsf \
    32                         port:libxml2 \
    33                         port:pcre
    34 
    35 patchfiles              patch-goffice-utils-regutf8.c.diff
     31                        port:librsvg \
     32                        port:glib2
    3633
    3734use_parallel_build      yes
    3835
    3936livecheck.type          gnome
     37