Ticket #37778: p5-email-simple.2.102.patch

File p5-email-simple.2.102.patch, 1023 bytes (added by nortcele, 11 years ago)

p5-email-simple Portfile patch

  • Portfile

    old new  
    44PortGroup                       perl5 1.0
    55
    66perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup                     Email-Simple 2.100
    8 revision            2
     7perl5.setup         Email-Simple 2.102
     8revision            1
    99license                         {Artistic-1 GPL}
    1010maintainers                     nomaintainer
    1111description                     simple parsing of RFC2822 message format and headers
    1212long_description        ${description} 
    1313platforms                       darwin
    1414
    15 checksums           sha1    0c5d212246c5d75873fe7d0673fb9f78c2d59702 \
    16                     rmd160  3dd74acc94d26b9324acb35d43bd4552ae8d2a56
    17 
    18 supported_archs noarch
     15checksums           sha256 04db457b12f9d634d1fd6c253c5f7bb2ef0d6396ae06421d863dda6d800aaaa5 \
     16                    rmd160 456ef3530ad5a12619029d8cf6a08a1acf5f29b7
    1917
    2018if {${perl5.major} != ""} {
    21 depends_lib-append  port:p${perl5.major}-email-date-format
     19                    depends_lib-append  port:p${perl5.major}-email-date-format
     20supported_archs noarch
    2221}