Ticket #53550: asciinema_2.diff
File asciinema_2.diff, 1.1 KB (added by 1-61803, 8 years ago) |
---|
-
sysutils/asciinema/Portfile
old new 18 18 and sharing them on the web. 19 19 homepage https://asciinema.org 20 20 21 python.default_version 35 22 depends_build port:py${python.version}-setuptools 21 python.default_version \ 22 35 23 depends_run port:py${python.version}-setuptools 23 24 24 25 checksums rmd160 4e53a8a0dbeff0f0d8a571fc2601b454e2c419fb \ 25 26 sha256 3f09e7fb1ab6b1fdbf578fdb93ea520ba7425ec1af4d5a0863f378a63188dcea 26 27 28 post-destroot { 29 set docdir ${prefix}/share/doc/${subport} 30 xinstall -d ${destroot}${docdir} 31 xinstall -m 644 -W ${worksrcpath} \ 32 CHANGELOG.md \ 33 CONTRIBUTING.md \ 34 LICENSE \ 35 README.md \ 36 doc/asciicast-v1.md \ 37 ${destroot}${docdir} 38 } 39 27 40 livecheck.type regex 28 41 livecheck.url ${github.homepage}/releases.atom 29 42 livecheck.regex {<id>tag:github.com,2008:Repository/2823326/v(\d+(\.\d+)+)</id>}