New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82727


Ignore:
Timestamp:
08/19/11 07:31:00 (4 years ago)
Author:
ryandesign@…
Message:

macports-notifier: update whitespace to conform to modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/macports-notifier/Portfile

    r82726 r82727  
    22# $Id$ 
    33 
    4 PortSystem 1.0 
    5 PortGroup xcode 1.0 
     4PortSystem              1.0 
     5PortGroup xcode         1.0 
    66 
    77name                    macports-notifier 
     
    99categories              sysutils aqua macports 
    1010maintainers             nomaintainer 
     11 
    1112description             A menubar notifier for MacPorts. 
    12 long_description    \ 
    13         MacPorts Notifier is a menubar notifier for MacPorts. It works like \ 
    14         the Gmail notifier, updating the port teee automatically and notifying \        the user if any ports are outdated. 
     13 
     14long_description        MacPorts Notifier is a menubar notifier for MacPorts. \ 
     15                        It works like the Gmail notifier, updating the port \ 
     16                        tree automatically and notifying the user if any \ 
     17                        ports are outdated. 
    1518 
    1619homepage                http://portsnotifier.googlecode.com/ 
    1720master_sites            googlecode:portsnotifier 
    18 checksums               md5 06b1d3e87b38c14f784d7c5ca747fcbe \ 
    19                         sha1 d9fe71ec593ad1ea2a7b0850a234446bfd6c3c34 
     21 
     22checksums               md5     06b1d3e87b38c14f784d7c5ca747fcbe \ 
     23                        sha1    d9fe71ec593ad1ea2a7b0850a234446bfd6c3c34 
    2024 
    2125worksrcdir              portsnotifier 
    2226 
    23 patch   { 
    24         reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h \ 
    25                                              ${worksrcpath}/net.sourceforge.portsnotifier.plist \ 
    26                                              ${worksrcpath}/PNPortWrapper.m \ 
    27                                              ${worksrcpath}/PortsHelper.c 
     27patch { 
     28    reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/PNDefines.h \ 
     29                                         ${worksrcpath}/net.sourceforge.portsnotifier.plist \ 
     30                                         ${worksrcpath}/PNPortWrapper.m \ 
     31                                         ${worksrcpath}/PortsHelper.c 
    2832} 
    2933 
     
    3135xcode.configuration     Release 
    3236 
    33 post-destroot   { 
    34         move ${destroot}${applications_dir}/macports-sync-agent ${destroot}${prefix}/bin 
     37post-destroot { 
     38    move ${destroot}${applications_dir}/macports-sync-agent ${destroot}${prefix}/bin 
    3539} 
Note: See TracChangeset for help on using the changeset viewer.