Ticket #54257: 0001-asciinema-Update-to-version-1.4.0.patch

File 0001-asciinema-Update-to-version-1.4.0.patch, 2.2 KB (added by raimue (Rainer Müller), 7 years ago)

git diff with commit message

  • sysutils/asciinema/Portfile

    From 39f0a03c8150a57ceba20c4d934a915f0cdaf0ba Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Rainer=20M=C3=BCller?= <raimue@macports.org>
    Date: Tue, 30 May 2017 17:59:50 +0200
    Subject: [PATCH] asciinema: Update to version 1.4.0
    
    Switch to python36, ensure setuptools are available at runtime.
    
    Closes: https://trac.macports.org/ticket/54257
    Closes: https://trac.macports.org/ticket/53550
    ---
     sysutils/asciinema/Portfile | 26 +++++++++++++++++++++-----
     1 file changed, 21 insertions(+), 5 deletions(-)
    
    diff --git a/sysutils/asciinema/Portfile b/sysutils/asciinema/Portfile
    index 0becaa6f9a..25fa883709 100644
    a b PortSystem 1.0 
    44PortGroup           github 1.0
    55PortGroup           python 1.0
    66
    7 github.setup        asciinema asciinema 1.3.0 v
     7github.setup        asciinema asciinema 1.4.0 v
     8
    89categories          sysutils
    910platforms           darwin
    1011license             GPL-3+
    long_description Forget screen recording apps and blurry video. \ 
    1617                    terminal recording. asciinema is a free and open \
    1718                    source solution for recording terminal sessions \
    1819                    and sharing them on the web.
     20
    1921homepage            https://asciinema.org
    2022
    21 python.default_version 35
    22 depends_build       port:py${python.version}-setuptools
     23python.default_version \
     24                    36
     25
     26depends_lib         port:py${python.version}-setuptools
     27
     28checksums           rmd160  41c1a85478daef3304be1d308956ed63a3d2ba74 \
     29                    sha256  cafdfc422abb1df2f6dc3504d7f3b606ef18ea66a19b5a814342ee9ae40d0039
    2330
    24 checksums           rmd160  4e53a8a0dbeff0f0d8a571fc2601b454e2c419fb \
    25                     sha256  3f09e7fb1ab6b1fdbf578fdb93ea520ba7425ec1af4d5a0863f378a63188dcea
     31post-destroot {
     32    set docdir ${prefix}/share/doc/${subport}
     33    xinstall -d ${destroot}${docdir}
     34    xinstall -m 644 -W ${worksrcpath} \
     35        CHANGELOG.md \
     36        CONTRIBUTING.md \
     37        LICENSE \
     38        README.md \
     39        doc/asciicast-v1.md \
     40        ${destroot}${docdir}
     41}
    2642
    2743livecheck.type      regex
    2844livecheck.url       ${github.homepage}/releases.atom