Ticket #44364: Portfile-p5-term-readline-gnu.diff

File Portfile-p5-term-readline-gnu.diff, 1.1 KB (added by mf2k (Frank Schima), 10 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           perl5 1.0
    66
    7 perl5.branches      5.8 5.10 5.12 5.14 5.16
    8 perl5.setup         Term-ReadLine-Gnu 1.20
    9 revision            3
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         Term-ReadLine-Gnu 1.24
     9
    1010license             {Artistic-1 GPL}
    1111maintainers         spin.de:warp-darwinports
    1212description         Perl extension for the GNU Readline/History library
    1313long_description    This is an implementation of Term::ReadLine using the \
    1414                    GNU Readline/History Library.
    1515platforms           darwin
    16 checksums           sha1    23f2562c436c09e0d6ca85e135727d73bfdb18ea \
    17                     rmd160  3569290543a4545bc70b2d435fc6ee4cc3598223
     16
     17checksums           rmd160 8cfc44faadb0eac173c1d9583b72fb92e65a5a3b \
     18                    sha256 cccd781679f278ee73664e9bd67396dc4832ff0c97fd970d6c846e64df45e136
    1819
    1920if {${perl5.major} != ""} {
    20 depends_lib-append  port:readline
     21    depends_lib-append  port:readline
    2122}