Ticket #46336: Portfile.diff

File Portfile.diff, 1.6 KB (added by steenzout (Pedro Salgado), 9 years ago)
  • Portfile

    old new  
    66
    77name            ansible
    88epoch           1
    9 version         1.7.2
     9version         1.8.2
     10revision        1
    1011categories      sysutils
    1112supported_archs noarch
    1213
    13 maintainers     blair
     14maintainers     blair gmail.com:pedro.salgado openmaintainer
    1415
    15 homepage        https://github.com/ansible/ansible
     16homepage        https://www.ansible.com/
    1617description     SSH-based configuration management and deployment system
    1718long_description \
    1819    Ansible is a radically simple model-driven configuration \
     
    2627
    2728platforms       darwin
    2829
    29 master_sites    http://releases.ansible.com/ansible
    30 checksums       rmd160 38e91bc47a7de6cf1d640f392d185766a41c7bc6 \
    31                 sha256 a17ce716b47f831ea9c88bdab33753fa3870c7ea8a1ee5e8c1287ca40c8498ac
     30master_sites    http://releases.ansible.com/ansible \
     31                http://pypi.python.org/packages/source/a/ansible/
     32checksums       rmd160 b4156baeb4c46fd08356b5e216d00a18ac13dfd5 \
     33                sha256 2cd01ff4d67acb410bae0a9438956f6fc36d01babd956b0dc3b700620f2372b9
    3234
    3335python.default_version  27
    3436depends_lib-append      port:py${python.version}-httplib2 \
     
    5658    xinstall -m 755 ${worksrcpath}/examples/hosts \
    5759        ${destroot}${prefix}/share/doc/${name}/examples
    5860
    59     file copy ${worksrcpath}/examples/playbooks \
    60         ${destroot}${prefix}/share/doc/${name}/examples/
    61 
    6261    # Man pages.
    6362    eval xinstall -m 755 [glob ${worksrcpath}/docs/man/man1/*.1] \
    6463        ${destroot}${prefix}/share/man/man1