Ticket #46336: Portfile.diff
File Portfile.diff, 1.6 KB (added by steenzout (Pedro Salgado), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name ansible 8 8 epoch 1 9 version 1.7.2 9 version 1.8.2 10 revision 1 10 11 categories sysutils 11 12 supported_archs noarch 12 13 13 maintainers blair 14 maintainers blair gmail.com:pedro.salgado openmaintainer 14 15 15 homepage https:// github.com/ansible/ansible16 homepage https://www.ansible.com/ 16 17 description SSH-based configuration management and deployment system 17 18 long_description \ 18 19 Ansible is a radically simple model-driven configuration \ … … 26 27 27 28 platforms darwin 28 29 29 master_sites http://releases.ansible.com/ansible 30 checksums rmd160 38e91bc47a7de6cf1d640f392d185766a41c7bc6 \ 31 sha256 a17ce716b47f831ea9c88bdab33753fa3870c7ea8a1ee5e8c1287ca40c8498ac 30 master_sites http://releases.ansible.com/ansible \ 31 http://pypi.python.org/packages/source/a/ansible/ 32 checksums rmd160 b4156baeb4c46fd08356b5e216d00a18ac13dfd5 \ 33 sha256 2cd01ff4d67acb410bae0a9438956f6fc36d01babd956b0dc3b700620f2372b9 32 34 33 35 python.default_version 27 34 36 depends_lib-append port:py${python.version}-httplib2 \ … … 56 58 xinstall -m 755 ${worksrcpath}/examples/hosts \ 57 59 ${destroot}${prefix}/share/doc/${name}/examples 58 60 59 file copy ${worksrcpath}/examples/playbooks \60 ${destroot}${prefix}/share/doc/${name}/examples/61 62 61 # Man pages. 63 62 eval xinstall -m 755 [glob ${worksrcpath}/docs/man/man1/*.1] \ 64 63 ${destroot}${prefix}/share/man/man1