Ticket #46309: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.2 KB (added by dershow, 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup insanum gcalcli 2.4.2 v8 github.setup insanum gcalcli 3.2 v 9 9 10 10 categories office python devel 11 11 maintainers nomaintainer … … 20 20 license MIT 21 21 platforms darwin 22 22 23 checksums rmd160 91b60951b2764c3ad00987b992e0375781c4c9a1\24 sha256 f20237400567383a614424485998d7f315f9ff819c84fab5d7d97f5f22daf00e23 checksums rmd160 d6b1e71f1fe3179c06698842d12146e8f844af13 \ 24 sha256 2a461caf9dec96fbf0fe7df2e560dbd677b0f81c5772e456f96db06e831b238e 25 25 26 26 python.default_version 27 27 27 28 28 depends_lib port:py${python.version}-dateutil \ 29 29 port:py${python.version}-gdata \ 30 port:py${python.version}-vobject 30 port:py${python.version}-vobject \ 31 port:py${python.version}-google-api \ 32 port:py${python.version}-gflags 33 31 34 32 35 post-patch { 33 36 reinplace "s|^#!/usr/bin/env python|#!${prefix}/bin/python${python.branch}|" ${worksrcpath}/gcalcli