Ticket #16090: gnome-planner-Portfile_1_pretty.diff

File gnome-planner-Portfile_1_pretty.diff, 2.7 KB (added by billitch@…, 16 years ago)

First patch to apply

  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 35580 2008-03-30 12:00:05Z rhwood@macports.org $
    23
    3 PortSystem      1.0
     4PortSystem      1.0
    45
    5 name            planner
    6 version         0.14.2
    7 revision        1
    8 categories      gnome
    9 maintainers     billitch@gmail.com
    10 description     Project management application for GNOME 2
     6name            planner
     7version         0.14.2
     8revision        1
     9categories      gnome
     10maintainers     billitch@gmail.com
     11description     Project management application for GNOME 2
    1112long_description \
    12         Planner is a tool for planning, scheduling and tracking \
    13         projects for the GNOME Desktop. Planner is an open source \
    14         project aiming at being a better alternative than the \
    15         available proprietary tools. \
    16         Planner is part of GNOME Office, a productivity suite \
    17         composed of entirely free software, integrated with the \
    18         GNOME Desktop.
     13    Planner is a tool for planning, scheduling and tracking \
     14    projects for the GNOME Desktop. Planner is an open source \
     15    project aiming at being a better alternative than the \
     16    available proprietary tools. \
     17    Planner is part of GNOME Office, a productivity suite \
     18    composed of entirely free software, integrated with the \
     19    GNOME Desktop.
    1920homepage        http://live.gnome.org/Planner
    2021platforms       darwin
    21 master_sites    gnome:sources/planner/0.14/
     22master_sites    gnome:sources/planner/0.14/
    2223checksums       md5 d03081c6562a94b64628689500f55195
    2324distname        planner-${version}
    2425use_bzip2       yes
    2526
    2627depends_build   port:pkgconfig \
    27                 port:shared-mime-info
     28                port:shared-mime-info
    2829depends_lib     port:gtk2 \
    29                 port:gconf \
    30                 port:libgnomeui \
     30                port:gconf \
     31                port:libgnomeui \
    3132                port:libgnomeprintui \
    32                 port:rarian \
    33                 port:libxslt \
    34                 port:p5-xml-parser \
    35                 port:evolution-data-server
     33                port:rarian \
     34                port:libxslt \
     35                port:p5-xml-parser \
     36                port:evolution-data-server
    3637
    3738configure.args  --disable-python \
    3839                --disable-dotnet \
    39                 --disable-update-mimedb \
    40                 --enable-eds \
    41                 --mandir=${prefix}/share/man
     40                --disable-update-mimedb \
     41                --enable-eds \
     42                --mandir=${prefix}/share/man
    4243
    4344variant debug description {Enable debug} {
    4445                configure.cflags-delete -O2
     
    4647}
    4748
    4849post-activate {
    49         system "update-mime-database ${prefix}/share/mime"
     50    system "update-mime-database ${prefix}/share/mime"
    5051}