Ticket #40868: depends_html-tree.diff

File depends_html-tree.diff, 1.2 KB (added by gregori.emiliano@…, 11 years ago)
  • Portfile

    old new  
    44PortGroup             perl5 1.0
    55
    66perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup           WWW-Mechanize 1.66
    8 revision              2
     7perl5.setup           WWW-Mechanize 1.73
    98license               {Artistic-1 GPL}
    109maintainers           nomaintainer
    1110
     
    2221
    2322platforms             darwin
    2423
    25 checksums             md5 40690ba4cd93b8c3b931582acf87eeac \
    26                       sha1 1c61a0320c0ffce214c37389bd3d828456841523 \
    27                       rmd160 8bafcf32f45bf726174426b29336e66754f16f39
     24checksums             md5 de0a9c528c12793c881151301bc14d1a \
     25                      sha1 986f4eec6f2b9fd695128c60df8f3adce32e318b \
     26                      rmd160 8c5d26530a2256a1c8de29b90ec520112eb4cc5d
    2827
    2928if {${perl5.major} != ""} {
    3029depends_lib-append    port:p${perl5.major}-libwww-perl \
    3130                      port:p${perl5.major}-html-parser \
    3231                      port:p${perl5.major}-http-server-simple \
    3332                      port:p${perl5.major}-test-warn \
    34                       port:p${perl5.major}-uri
     33                      port:p${perl5.major}-uri \
     34                      port:p${perl5.major}-html-tree
    3535}