Ticket #37302: gcalcli.diff

File gcalcli.diff, 1.5 KB (added by tresni (Brian Hartvigsen), 11 years ago)

Updated diff for 2.4.2 release

  • Portfile

    old new  
    33
    44PortSystem          1.0
    55PortGroup           python27 1.0
     6PortGroup           github 1.0
     7
     8github.setup        insanum gcalcli 2.4.2 v
    69
    7 name                gcalcli
    8 version             2.1
    910categories          office python devel
    1011maintainers         nomaintainer
    1112supported_archs     noarch
     
    1819    service to execute any application you want.
    1920license             MIT
    2021platforms           darwin
    21 homepage            http://code.google.com/p/gcalcli
    22 master_sites        googlecode
    23 extract.suffix      .tgz
    24 
    25 checksums           rmd160  609926cb35c658e8dcc12d792ae453b4919a020b \
    26                     sha256  6007a7134f7ba4c21dd8f73916ae99b0601213b26f004034936d2bfb28788932
    2722
     23checksums           rmd160  91b60951b2764c3ad00987b992e0375781c4c9a1 \
     24                    sha256  f20237400567383a614424485998d7f315f9ff819c84fab5d7d97f5f22daf00e
     25                   
    2826depends_lib         port:py27-dateutil \
    29                     port:py27-elementtree \
    3027                    port:py27-gdata \
    3128                    port:py27-vobject
    3229
    33 extract.mkdir       yes
    34 
    3530post-patch {
    36     reinplace "s|^#!/usr/bin/python2|#!${prefix}/bin/python2.7|" ${worksrcpath}/gcalcli
     31    reinplace "s|^#!/usr/bin/env python|#!${prefix}/bin/python2.7|" ${worksrcpath}/gcalcli
    3732}
    3833
    3934build {}