Ticket #50081: p5-convert-uulib-1.5.diff

File p5-convert-uulib-1.5.diff, 1.1 KB (added by dbevans (David B. Evans), 8 years ago)

Proposed patch

  • Portfile

     
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
     7# module may not work well with perl 5.22+
     8# see Canary::Stability output during configure
    79perl5.branches      5.16 5.18 5.20 5.22
    8 perl5.setup         Convert-UUlib 1.4
     10perl5.setup         Convert-UUlib 1.5
     11license             GPL
    912platforms           darwin
    10 maintainers         designvox.com:borys
     13maintainers         designvox.com:borys openmaintainer
    1114
    1215description         Perl interface to the uulib library
    1316long_description    ${name} is a ${description} (a.k.a. uudeview/uuenview)
    1417
    15 checksums           rmd160  dd59256c94554914fc2e647b253e7a591f486e97 \
    16                     sha256  a85fe375bad0b7b8411719b27ac395ba804356d2fc528e9f127e1018cd95efcf
     18checksums           rmd160  3e05a9f5a51dccd403fa22554a51d787cc47f2e8 \
     19                    sha256  0cd81bc21377fad191f89aa427733efe5b7e75ca1889e9317945ad448c6388ea
     20
     21if {${perl5.major} != ""} {
     22    depends_build-append \
     23                    port:p${perl5.major}-canary-stability
     24}