Ticket #37302: gcalcli.diff
File gcalcli.diff, 1.5 KB (added by tresni (Brian Hartvigsen), 12 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup python27 1.0 6 PortGroup github 1.0 7 8 github.setup insanum gcalcli 2.4.2 v 6 9 7 name gcalcli8 version 2.19 10 categories office python devel 10 11 maintainers nomaintainer 11 12 supported_archs noarch … … 18 19 service to execute any application you want. 19 20 license MIT 20 21 platforms darwin 21 homepage http://code.google.com/p/gcalcli22 master_sites googlecode23 extract.suffix .tgz24 25 checksums rmd160 609926cb35c658e8dcc12d792ae453b4919a020b \26 sha256 6007a7134f7ba4c21dd8f73916ae99b0601213b26f004034936d2bfb2878893227 22 23 checksums rmd160 91b60951b2764c3ad00987b992e0375781c4c9a1 \ 24 sha256 f20237400567383a614424485998d7f315f9ff819c84fab5d7d97f5f22daf00e 25 28 26 depends_lib port:py27-dateutil \ 29 port:py27-elementtree \30 27 port:py27-gdata \ 31 28 port:py27-vobject 32 29 33 extract.mkdir yes34 35 30 post-patch { 36 reinplace "s|^#!/usr/bin/ python2|#!${prefix}/bin/python2.7|" ${worksrcpath}/gcalcli31 reinplace "s|^#!/usr/bin/env python|#!${prefix}/bin/python2.7|" ${worksrcpath}/gcalcli 37 32 } 38 33 39 34 build {}